org.lobobrowser.html.style
Class BackgroundInfo
java.lang.Object
org.lobobrowser.html.style.BackgroundInfo
public class BackgroundInfo
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
backgroundColor
public java.awt.Color backgroundColor
backgroundImage
public java.net.URL 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:
- Constant Field Values
BR_NO_REPEAT
public static final int BR_NO_REPEAT
- See Also:
- Constant Field Values
BR_REPEAT_X
public static final int BR_REPEAT_X
- See Also:
- Constant Field Values
BR_REPEAT_Y
public static final int BR_REPEAT_Y
- See Also:
- Constant Field Values
BackgroundInfo
public BackgroundInfo()