Package com.inductiveautomation.rm.base
Class RMRomanNumeralFormat
java.lang.Object
com.inductiveautomation.rm.base.RMRomanNumeralFormat
A utility class for converting an integer into roman numerals.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RMRomanNumeralFormat
public RMRomanNumeralFormat()
-
-
Method Details
-
format
Return a roman numeral representation of the number as a string. Returned characters are all uppercase. Valid range is 1-4999
-