Class Length


  • public class Length
    extends java.lang.Object
    • Constructor Detail

      • Length

        public Length()
      • Length

        public Length​(long value,
                      int type)
    • Method Detail

      • 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 java.lang.String toString()
        Overrides:
        toString in class java.lang.Object