org.lobobrowser.html.style
Class ListStyle

java.lang.Object
  extended by org.lobobrowser.html.style.ListStyle

public class ListStyle
extends java.lang.Object


Field Summary
 java.awt.Image image
           
 int position
           
static int POSITION_INSIDE
           
static int POSITION_OUTSIDE
           
static int POSITION_UNSET
           
 int type
           
static int TYPE_CIRCLE
           
static int TYPE_DECIMAL
           
static int TYPE_DISC
           
static int TYPE_LOWER_ALPHA
           
static int TYPE_LOWER_LATIN
           
static int TYPE_NONE
           
static int TYPE_SQUARE
           
static int TYPE_UNSET
           
static int TYPE_UPPER_ALPHA
           
static int TYPE_UPPER_LATIN
           
 
Constructor Summary
ListStyle()
           
ListStyle(int type, java.awt.Image image, int position)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ListStyle

public ListStyle(int type,
                 java.awt.Image image,
                 int position)

ListStyle

public ListStyle()