com.lowagie.text
Class RomanList.RomanDigit

java.lang.Object
  |
  +--com.lowagie.text.RomanList.RomanDigit
Enclosing class:
RomanList

private static class RomanList.RomanDigit
extends Object

Hilfsklasse f�r r�mische Zeichen


Field Summary
 char digit
           
 boolean pre
           
 int value
           
 
Constructor Summary
(package private) RomanList.RomanDigit(char digit, int value, boolean pre)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

digit

public char digit

value

public int value

pre

public boolean pre
Constructor Detail

RomanList.RomanDigit

RomanList.RomanDigit(char digit,
                     int value,
                     boolean pre)