Package com.lowagie.text.factories
Class RomanNumberFactory.RomanDigit
java.lang.Object
com.lowagie.text.factories.RomanNumberFactory.RomanDigit
- Enclosing class:
RomanNumberFactory
Helper class for Roman Digits
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
digit
public char digitpart of a roman number -
value
public int valuevalue of the roman digit -
pre
public boolean precan the digit be used as a prefix
-
-
Constructor Details
-
RomanDigit
RomanDigit(char digit, int value, boolean pre) Constructs a roman digit- Parameters:
digit
- the roman digitvalue
- the valuepre
- can it be used as a prefix
-