Class BorderInsets

java.lang.Object
org.loboevolution.html.style.BorderInsets

public class BorderInsets extends Object

BorderInsets class.

  • Field Details

    • BORDER_STYLE_NONE

      public static final int BORDER_STYLE_NONE
      Constant BORDER_STYLE_NONE=0
      See Also:
    • BORDER_STYLE_HIDDEN

      public static final int BORDER_STYLE_HIDDEN
      Constant BORDER_STYLE_HIDDEN=1
      See Also:
    • BORDER_STYLE_DOTTED

      public static final int BORDER_STYLE_DOTTED
      Constant BORDER_STYLE_DOTTED=2
      See Also:
    • BORDER_STYLE_DASHED

      public static final int BORDER_STYLE_DASHED
      Constant BORDER_STYLE_DASHED=3
      See Also:
    • BORDER_STYLE_SOLID

      public static final int BORDER_STYLE_SOLID
      Constant BORDER_STYLE_SOLID=4
      See Also:
    • BORDER_STYLE_DOUBLE

      public static final int BORDER_STYLE_DOUBLE
      Constant BORDER_STYLE_DOUBLE=5
      See Also:
    • BORDER_STYLE_GROOVE

      public static final int BORDER_STYLE_GROOVE
      Constant BORDER_STYLE_GROOVE=6
      See Also:
    • BORDER_STYLE_RIDGE

      public static final int BORDER_STYLE_RIDGE
      Constant BORDER_STYLE_RIDGE=7
      See Also:
    • BORDER_STYLE_INSET

      public static final int BORDER_STYLE_INSET
      Constant BORDER_STYLE_INSET=8
      See Also:
    • BORDER_STYLE_OUTSET

      public static final int BORDER_STYLE_OUTSET
      Constant BORDER_STYLE_OUTSET=9
      See Also:
    • DEFAULT_BORDER_WIDTH

      public static final int DEFAULT_BORDER_WIDTH
      Constant DEFAULT_BORDER_WIDTH=2
      See Also:
  • Constructor Details

    • BorderInsets

      public BorderInsets()
  • Method Details