Package com.vladsch.flexmark.util.format
Class RomanNumeral
- java.lang.Object
-
- com.vladsch.flexmark.util.format.RomanNumeral
-
public class RomanNumeral extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static PatternLIMITED_LOWERCASE_ROMAN_NUMERALstatic PatternLIMITED_ROMAN_NUMERALstatic PatternLOWERCASE_ROMAN_NUMERALstatic PatternROMAN_NUMERAL
-
Constructor Summary
Constructors Constructor Description RomanNumeral(int arabic)RomanNumeral(String roman)
-
-
-
Field Detail
-
ROMAN_NUMERAL
public static final Pattern ROMAN_NUMERAL
-
LOWERCASE_ROMAN_NUMERAL
public static final Pattern LOWERCASE_ROMAN_NUMERAL
-
LIMITED_ROMAN_NUMERAL
public static final Pattern LIMITED_ROMAN_NUMERAL
-
LIMITED_LOWERCASE_ROMAN_NUMERAL
public static final Pattern LIMITED_LOWERCASE_ROMAN_NUMERAL
-
-
Constructor Detail
-
RomanNumeral
public RomanNumeral(int arabic)
-
RomanNumeral
public RomanNumeral(String roman)
-
-