Class Length

java.lang.Object
org.xhtmlrenderer.css.style.Length

public class Length extends Object
  • Field Details

  • Constructor Details

    • Length

      private Length()
    • Length

      public Length(long value, Length.LengthType type)
  • Method Details

    • value

      public long value()
    • type

      public Length.LengthType 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