Uses of Class
net.webpdf.wsclient.openapi.OperationRectangle.CoordinatesEnum
-
Packages that use OperationRectangle.CoordinatesEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationRectangle.CoordinatesEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationRectangle.CoordinatesEnum Modifier and Type Method Description static OperationRectangle.CoordinatesEnumOperationRectangle.CoordinatesEnum. fromValue(String value)@Nullable OperationRectangle.CoordinatesEnumOperationRectangle. getCoordinates()Used to define the coordinate system and, accordingly, the origin for the position argumentsstatic OperationRectangle.CoordinatesEnumOperationRectangle.CoordinatesEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationRectangle.CoordinatesEnum[]OperationRectangle.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 OperationRectangle.CoordinatesEnum Modifier and Type Method Description OperationRectangleOperationRectangle. coordinates(OperationRectangle.CoordinatesEnum coordinates)voidOperationRectangle. setCoordinates(OperationRectangle.CoordinatesEnum coordinates)
-