|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lowagie.text.RomanList.RomanDigit
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 |
Field Detail |
public char digit
public int value
public boolean pre
Constructor Detail |
RomanList.RomanDigit(char digit, int value, boolean pre)
digit
- the roman digitvalue
- the valuepre
- can it be used as a prefix
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |