Package com.inductiveautomation.rm.base
Class RMRomanNumeralFormat
- java.lang.Object
-
- com.inductiveautomation.rm.base.RMRomanNumeralFormat
-
public class RMRomanNumeralFormat extends java.lang.Object
A utility class for converting an integer into roman numerals.
-
-
Constructor Summary
Constructors Constructor Description RMRomanNumeralFormat()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
format(int aValue)
Return a roman numeral representation of the number as a string.
-