Class Length

java.lang.Object
com.openhtmltopdf.css.style.Length

public class Length extends Object
  • Field Details

  • Constructor Details

    • Length

      public Length()
    • Length

      public Length(long value, int type)
  • Method Details

    • setValue

      public void setValue(long value)
    • value

      public long value()
    • setType

      public void setType(int type)
    • type

      public int type()
    • isVariable

      public boolean isVariable()
    • isFixed

      public boolean isFixed()
    • isPercent

      public boolean isPercent()
    • width

      public long width(int maxWidth)
    • minWidth

      public long minWidth(int maxWidth)
    • toString

      public String toString()
      Overrides:
      toString in class Object