Uses of Class
net.webpdf.wsclient.schema.extraction.barcode.CoordinatesType
-
Packages that use CoordinatesType Package Description net.webpdf.wsclient.schema.extraction.barcode -
-
Uses of CoordinatesType in net.webpdf.wsclient.schema.extraction.barcode
Fields in net.webpdf.wsclient.schema.extraction.barcode declared as CoordinatesType Modifier and Type Field Description protected CoordinatesTypeRectangleType. coordinatesMethods in net.webpdf.wsclient.schema.extraction.barcode that return CoordinatesType Modifier and Type Method Description static CoordinatesTypeCoordinatesType. fromValue(String v)CoordinatesTypeRectangleType. getCoordinates()Gets the value of the coordinates property.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.extraction.barcode with parameters of type CoordinatesType Modifier and Type Method Description voidRectangleType. setCoordinates(CoordinatesType value)Sets the value of the coordinates property.
-