com.lowagie.text

Class 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

RomanDigit(char digit, int value, boolean pre)
Constructs a roman digit

Field Details

digit

public char digit
part of a roman number

pre

public boolean pre
can the digit be used as a prefix

value

public int value
value of the roman digit

Constructor Details

RomanDigit

(package private)  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