|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.lowagie.text.factories.RomanNumberFactory.RomanDigit
private static class RomanNumberFactory.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 | |
|---|---|
RomanNumberFactory.RomanDigit(char digit,
int value,
boolean pre)
Constructs a roman digit |
|
| Method Summary |
|---|
| 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 |
|---|
RomanNumberFactory.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 | ||||||||