public class RMRomanNumeralFormat
extends java.lang.Object
| Constructor and Description |
|---|
RMRomanNumeralFormat() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
format(int aValue)
Return a roman numeral representation of the number as a string.
|