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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
RMRomanNumeralFormatpublic RMRomanNumeralFormat()
 
- 
- 
Method Details- 
formatReturn a roman numeral representation of the number as a string. Returned characters are all uppercase. Valid range is 1-4999
 
-