org.lobobrowser.html.style

Class ListStyle


public class ListStyle
extends java.lang.Object

Field Summary

static int
POSITION_INSIDE
static int
POSITION_OUTSIDE
static int
POSITION_UNSET
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_SQUARE
static int
TYPE_UNSET
static int
TYPE_UPPER_ALPHA
static int
TYPE_UPPER_LATIN
Image
image
int
position
int
type

Constructor Summary

ListStyle()
ListStyle(int type, Image image, int position)

Field Details

POSITION_INSIDE

public static final int POSITION_INSIDE
Field Value:
0

POSITION_OUTSIDE

public static final int POSITION_OUTSIDE
Field Value:
0

POSITION_UNSET

public static final int POSITION_UNSET
Field Value:
0

TYPE_CIRCLE

public static final int TYPE_CIRCLE
Field Value:
2

TYPE_DECIMAL

public static final int TYPE_DECIMAL
Field Value:
4

TYPE_DISC

public static final int TYPE_DISC
Field Value:
1

TYPE_LOWER_ALPHA

public static final int TYPE_LOWER_ALPHA
Field Value:
5

TYPE_LOWER_LATIN

public static final int TYPE_LOWER_LATIN
Field Value:
7

TYPE_SQUARE

public static final int TYPE_SQUARE
Field Value:
3

TYPE_UNSET

public static final int TYPE_UNSET
Field Value:
0

TYPE_UPPER_ALPHA

public static final int TYPE_UPPER_ALPHA
Field Value:
6

TYPE_UPPER_LATIN

public static final int TYPE_UPPER_LATIN
Field Value:
8

image

public Image image

position

public int position

type

public int type

Constructor Details

ListStyle

public ListStyle()

ListStyle

public ListStyle(int type,
                 Image image,
                 int position)