public class ListStyle
extends Object
-
Constructor Summary
Constructors
Constructor for ListStyle.
Constructor for ListStyle.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ListStyle
public ListStyle()
Constructor for ListStyle.
-
ListStyle
public ListStyle(int type,
Image image,
int position)
Constructor for ListStyle.
- Parameters:
type - a Integer object.
image - a Image object.
position - a Integer object.
-
Method Details
-
getRomanNumerals
public static String getRomanNumerals(int num)
- Parameters:
num - a Integer object.
- Returns:
- a
String object.