Uses of Class
net.webpdf.wsclient.openapi.OperationGoTo3DViewActionGoTo3DView.RelativeEnum
-
Packages that use OperationGoTo3DViewActionGoTo3DView.RelativeEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationGoTo3DViewActionGoTo3DView.RelativeEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationGoTo3DViewActionGoTo3DView.RelativeEnum Modifier and Type Method Description static OperationGoTo3DViewActionGoTo3DView.RelativeEnumOperationGoTo3DViewActionGoTo3DView.RelativeEnum. fromValue(String value)@Nullable OperationGoTo3DViewActionGoTo3DView.RelativeEnumOperationGoTo3DViewActionGoTo3DView. getRelative()A view of the 3D annotation that has been defined relative to the currently visualized view.static OperationGoTo3DViewActionGoTo3DView.RelativeEnumOperationGoTo3DViewActionGoTo3DView.RelativeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationGoTo3DViewActionGoTo3DView.RelativeEnum[]OperationGoTo3DViewActionGoTo3DView.RelativeEnum. 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 OperationGoTo3DViewActionGoTo3DView.RelativeEnum Modifier and Type Method Description OperationGoTo3DViewActionGoTo3DViewOperationGoTo3DViewActionGoTo3DView. relative(OperationGoTo3DViewActionGoTo3DView.RelativeEnum relative)voidOperationGoTo3DViewActionGoTo3DView. setRelative(OperationGoTo3DViewActionGoTo3DView.RelativeEnum relative)
-