Uses of Class
net.webpdf.wsclient.schema.operation.SvgPathDrawModeType
-
Packages that use SvgPathDrawModeType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of SvgPathDrawModeType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as SvgPathDrawModeType Modifier and Type Field Description protected SvgPathDrawModeTypeSvgFormatType. pathDrawModeprotected SvgPathDrawModeTypeSvgType. pathDrawModeMethods in net.webpdf.wsclient.schema.operation that return SvgPathDrawModeType Modifier and Type Method Description static SvgPathDrawModeTypeSvgPathDrawModeType. fromValue(String v)SvgPathDrawModeTypeSvgFormatType. getPathDrawMode()Gets the value of the pathDrawMode property.SvgPathDrawModeTypeSvgType. getPathDrawMode()Gets the value of the pathDrawMode property.static SvgPathDrawModeTypeSvgPathDrawModeType. valueOf(String name)Returns the enum constant of this type with the specified name.static SvgPathDrawModeType[]SvgPathDrawModeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.operation with parameters of type SvgPathDrawModeType Modifier and Type Method Description voidSvgFormatType. setPathDrawMode(SvgPathDrawModeType value)Sets the value of the pathDrawMode property.voidSvgType. setPathDrawMode(SvgPathDrawModeType value)Sets the value of the pathDrawMode property.
-