org.lobobrowser.html.style
Class BackgroundInfo

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

public class BackgroundInfo
extends java.lang.Object


Field Summary
 java.awt.Color backgroundColor
           
 java.net.URL backgroundImage
           
 int backgroundRepeat
           
 int backgroundXPosition
           
 boolean backgroundXPositionAbsolute
           
 int backgroundYPosition
           
 boolean backgroundYPositionAbsolute
           
static int BR_NO_REPEAT
           
static int BR_REPEAT
           
static int BR_REPEAT_X
           
static int BR_REPEAT_Y
           
 
Constructor Summary
BackgroundInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

BackgroundInfo

public BackgroundInfo()