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