Uses of Class
net.webpdf.wsclient.openapi.OperationSvgFormat.PathDrawModeEnum
-
Packages that use OperationSvgFormat.PathDrawModeEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationSvgFormat.PathDrawModeEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationSvgFormat.PathDrawModeEnum Modifier and Type Method Description static OperationSvgFormat.PathDrawModeEnumOperationSvgFormat.PathDrawModeEnum. fromValue(String value)@Nullable OperationSvgFormat.PathDrawModeEnumOperationSvgFormat. getPathDrawMode()Selects the SVG syntax used for formatting pathsstatic OperationSvgFormat.PathDrawModeEnumOperationSvgFormat.PathDrawModeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationSvgFormat.PathDrawModeEnum[]OperationSvgFormat.PathDrawModeEnum. 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 OperationSvgFormat.PathDrawModeEnum Modifier and Type Method Description OperationSvgFormatOperationSvgFormat. pathDrawMode(OperationSvgFormat.PathDrawModeEnum pathDrawMode)voidOperationSvgFormat. setPathDrawMode(OperationSvgFormat.PathDrawModeEnum pathDrawMode)
-