org.apache.maven.doxia.module.rtf
Class RomanNumerals

java.lang.Object
  extended byorg.apache.maven.doxia.module.rtf.RomanNumerals

public class RomanNumerals
extends Object


Constructor Summary
RomanNumerals()
           
 
Method Summary
static void main(String[] args)
           
static String toString(int n)
           
static 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 String toString(int n)

toString

public static String toString(int n,
                              boolean lowerCase)

main

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


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.