Package org.lobobrowser.html.style
Class BackgroundInfo
java.lang.Object
org.lobobrowser.html.style.BackgroundInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
int
boolean
int
boolean
static final int
static final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
backgroundColor
-
backgroundImage
-
backgroundXPositionAbsolute
public boolean backgroundXPositionAbsolute -
backgroundXPosition
public int backgroundXPosition -
backgroundYPositionAbsolute
public boolean backgroundYPositionAbsolute -
backgroundYPosition
public int backgroundYPosition -
backgroundRepeat
public int backgroundRepeat -
BR_REPEAT
public static final int BR_REPEAT- See Also:
-
BR_NO_REPEAT
public static final int BR_NO_REPEAT- See Also:
-
BR_REPEAT_X
public static final int BR_REPEAT_X- See Also:
-
BR_REPEAT_Y
public static final int BR_REPEAT_Y- See Also:
-
-
Constructor Details
-
BackgroundInfo
public BackgroundInfo()
-