Uses of Class
com.pdftools.geometry.units.Length
Packages that use Length
-
Uses of Length in com.pdftools.geometry.units
Fields in com.pdftools.geometry.units declared as LengthModifier and TypeFieldDescriptionstatic final LengthLength.MAX_VALUEstatic final LengthLength.ZEROMethods in com.pdftools.geometry.units that return LengthModifier and TypeMethodDescriptionstatic LengthLength.divide(double divisor) Margin.getBottom()Gets the bottom margin asLengthobject.Rectangle.getBottom()Gets the bottom coordinate of the rectangle asLengthobject.Size.getHeight()Gets the height (vertical size) asLengthobject.Margin.getLeft()Gets the left margin asLengthobject.Rectangle.getLeft()Gets the left coordinate of the rectangle asLengthobject.Margin.getRight()Gets the right margin asLengthobject.Rectangle.getRight()Gets the right coordinate of the rectangle asLengthobject.Margin.getTop()Gets the top margin asLengthobject.Rectangle.getTop()Gets the top coordinate of the rectangle asLengthobject.Size.getWidth()Gets the width (horizontal size) asLengthobject.Point.getX()Gets the horizontal coordinate asLengthobject.Point.getY()Gets the vertical coordinate asLengthobject.static Lengthstatic LengthLength.multiply(double multiplicand) static LengthCreates aLengthobject by parsing a String representation of a length with its unit.static Length[]Length.parseArray(String value) Creates an array ofLengthby parsing a String representation of lengths with units.static Length[]Length.parseArray(String value, int size) Creates an array ofLengthby parsing a String representation of lengths with units.Methods in com.pdftools.geometry.units with parameters of type LengthModifier and TypeMethodDescriptionstatic Lengthintdoublestatic Rectanglestatic Lengthstatic LengthConstructors in com.pdftools.geometry.units with parameters of type Length -
Uses of Length in com.pdftools.sign
Methods in com.pdftools.sign that return LengthModifier and TypeMethodDescriptionAppearance.getBottom()Distance to bottom of page (Getter)Appearance.getLeft()Distance to left of page (Getter)Appearance.getRight()Distance to right of page (Getter)Appearance.getTop()Distance to top of page (Getter)Methods in com.pdftools.sign with parameters of type LengthModifier and TypeMethodDescriptionvoidDistance to bottom of page (Setter)voidDistance to left of page (Setter)voidDistance to right of page (Setter)voidDistance to top of page (Setter)