com.lowagie.text
Class RomanList.RomanDigit
java.lang.Objectcom.lowagie.text.RomanList.RomanDigit
- RomanList
private static class RomanList.RomanDigit
extends java.lang.Object
Helper class for Roman Digits
char | digit- part of a roman number
|
boolean | pre- can the digit be used as a prefix
|
int | value- value of the roman digit
|
RomanDigit(char digit, int value, boolean pre)- Constructs a roman digit
|
digit
public char digit
part of a roman number
pre
public boolean pre
can the digit be used as a prefix
value
public int value
value of the roman digit
RomanDigit
(package private) RomanDigit(char digit,
int value,
boolean pre) Constructs a roman digit
digit - the roman digitvalue - the valuepre - can it be used as a prefix