org.lobobrowser.html.style
Class ListStyle
java.lang.Object
org.lobobrowser.html.style.ListStyle
public class ListStyle
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_UNSET
public static final int TYPE_UNSET
- See Also:
- Constant Field Values
TYPE_NONE
public static final int TYPE_NONE
- See Also:
- Constant Field Values
TYPE_DISC
public static final int TYPE_DISC
- See Also:
- Constant Field Values
TYPE_CIRCLE
public static final int TYPE_CIRCLE
- See Also:
- Constant Field Values
TYPE_SQUARE
public static final int TYPE_SQUARE
- See Also:
- Constant Field Values
TYPE_DECIMAL
public static final int TYPE_DECIMAL
- See Also:
- Constant Field Values
TYPE_LOWER_ALPHA
public static final int TYPE_LOWER_ALPHA
- See Also:
- Constant Field Values
TYPE_UPPER_ALPHA
public static final int TYPE_UPPER_ALPHA
- See Also:
- Constant Field Values
TYPE_LOWER_LATIN
public static final int TYPE_LOWER_LATIN
- See Also:
- Constant Field Values
TYPE_UPPER_LATIN
public static final int TYPE_UPPER_LATIN
- See Also:
- Constant Field Values
POSITION_UNSET
public static final int POSITION_UNSET
- See Also:
- Constant Field Values
POSITION_INSIDE
public static final int POSITION_INSIDE
- See Also:
- Constant Field Values
POSITION_OUTSIDE
public static final int POSITION_OUTSIDE
- See Also:
- Constant Field Values
type
public int type
image
public java.awt.Image image
position
public int position
ListStyle
public ListStyle(int type,
java.awt.Image image,
int position)
ListStyle
public ListStyle()