Uses of Class
net.webpdf.wsclient.schema.operation.CoordinatesType
-
Packages that use CoordinatesType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of CoordinatesType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as CoordinatesType Modifier and Type Field Description protected CoordinatesTypePaddedRectangleType. coordinates<?protected CoordinatesTypePointType. coordinates<?protected CoordinatesTypeRectangleType. coordinates<?protected CoordinatesTypeSignaturePositionType. coordinates<?Methods in net.webpdf.wsclient.schema.operation that return CoordinatesType Modifier and Type Method Description static CoordinatesTypeCoordinatesType. fromValue(String v)Gets the enum associated to the value passed as parameter.CoordinatesTypePaddedRectangleType. getCoordinates()<?CoordinatesTypePointType. getCoordinates()<?CoordinatesTypeRectangleType. getCoordinates()<?CoordinatesTypeSignaturePositionType. getCoordinates()<?static CoordinatesTypeCoordinatesType. valueOf(String name)Returns the enum constant of this type with the specified name.static CoordinatesType[]CoordinatesType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.operation with parameters of type CoordinatesType Modifier and Type Method Description voidPaddedRectangleType. setCoordinates(CoordinatesType value)Sets the value of the coordinates property.voidPointType. setCoordinates(CoordinatesType value)Sets the value of the coordinates property.voidRectangleType. setCoordinates(CoordinatesType value)Sets the value of the coordinates property.voidSignaturePositionType. setCoordinates(CoordinatesType value)Sets the value of the coordinates property.
-