Class DocumentSize


  • public class DocumentSize
    extends java.lang.Object
    The size dimensions of the label.
    • Constructor Detail

      • DocumentSize

        public DocumentSize()
    • Method Detail

      • width

        public DocumentSize width​(java.math.BigDecimal width)
      • getWidth

        public java.math.BigDecimal getWidth()
        The width of the document measured in the units specified.
        Returns:
        width
      • setWidth

        public void setWidth​(java.math.BigDecimal width)
      • length

        public DocumentSize length​(java.math.BigDecimal length)
      • getLength

        public java.math.BigDecimal getLength()
        The length of the document measured in the units specified.
        Returns:
        length
      • setLength

        public void setLength​(java.math.BigDecimal length)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object