Uses of Class
net.webpdf.wsclient.openapi.OperationPoint.CoordinatesEnum
-
Packages that use OperationPoint.CoordinatesEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationPoint.CoordinatesEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationPoint.CoordinatesEnum Modifier and Type Method Description static OperationPoint.CoordinatesEnumOperationPoint.CoordinatesEnum. fromValue(String value)@Nullable OperationPoint.CoordinatesEnumOperationPoint. getCoordinates()Used to define the coordinate system and, accordingly, the origin for the position argumentsstatic OperationPoint.CoordinatesEnumOperationPoint.CoordinatesEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationPoint.CoordinatesEnum[]OperationPoint.CoordinatesEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.openapi with parameters of type OperationPoint.CoordinatesEnum Modifier and Type Method Description OperationPointOperationPoint. coordinates(OperationPoint.CoordinatesEnum coordinates)voidOperationPoint. setCoordinates(OperationPoint.CoordinatesEnum coordinates)
-