com.lowagie.text.factories
private static class RomanNumberFactory.RomanDigit extends Object
Field Summary | |
---|---|
char | digit part of a roman number |
boolean | pre can the digit be used as a prefix |
int | value value of the roman digit |
Constructor Summary | |
---|---|
RomanDigit(char digit, int value, boolean pre)
Constructs a roman digit |
Parameters: digit the roman digit value the value pre can it be used as a prefix