Class BackgroundInfo

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

public class BackgroundInfo extends Object
  • Field Details

    • backgroundColor

      public Color backgroundColor
    • backgroundImage

      public 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:
    • 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()