Class HtmlInsets

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

public class HtmlInsets extends Object

HtmlInsets class.

  • Field Details

    • TYPE_UNDEFINED

      public static final int TYPE_UNDEFINED
      Constant TYPE_UNDEFINED=0
      See Also:
    • TYPE_PIXELS

      public static final int TYPE_PIXELS
      Constant TYPE_PIXELS=1
      See Also:
    • TYPE_AUTO

      public static final int TYPE_AUTO
      Constant TYPE_AUTO=2
      See Also:
    • TYPE_PERCENT

      public static final int TYPE_PERCENT
      Constant TYPE_PERCENT=3
      See Also:
  • Constructor Details

    • HtmlInsets

      public HtmlInsets()

      Constructor for HtmlInsets.

    • HtmlInsets

      public HtmlInsets(int value, int valueType)

      Constructor for HtmlInsets.

  • Method Details