APTCONVERT 1.1

fr.pixware.apt.convert
Class RomanNumerals

java.lang.Object
  extended byfr.pixware.apt.convert.RomanNumerals

public class RomanNumerals
extends java.lang.Object


Constructor Summary
RomanNumerals()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static java.lang.String toString(int n)
           
static java.lang.String toString(int n, boolean lowerCase)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RomanNumerals

public RomanNumerals()
Method Detail

toString

public static java.lang.String toString(int n)

toString

public static java.lang.String toString(int n,
                                        boolean lowerCase)

main

public static void main(java.lang.String[] args)
                 throws java.lang.NumberFormatException
Throws:
java.lang.NumberFormatException

APTCONVERT 1.1