java.lang.Object
com.lowagie.text.RomanList.RomanDigit
- Enclosing class:
- RomanList
- private static class RomanList.RomanDigit
- extends java.lang.Object
Helper class for Roman Digits
|
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 |
(package private) |
RomanList.RomanDigit(char digit,
int value,
boolean pre)
Constructs a roman digit |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
digit
public char digit
- part of a roman number
value
public int value
- value of the roman digit
pre
public boolean pre
- can the digit be used as a prefix
RomanList.RomanDigit
RomanList.RomanDigit(char digit,
int value,
boolean pre)
- Constructs a roman digit