Uses of Class
net.webpdf.wsclient.schema.operation.SvgGraphicsStateModeType
-
Packages that use SvgGraphicsStateModeType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of SvgGraphicsStateModeType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as SvgGraphicsStateModeType Modifier and Type Field Description protected SvgGraphicsStateModeTypeSvgFormatType. graphicsStateModeprotected SvgGraphicsStateModeTypeSvgType. graphicsStateModeMethods in net.webpdf.wsclient.schema.operation that return SvgGraphicsStateModeType Modifier and Type Method Description static SvgGraphicsStateModeTypeSvgGraphicsStateModeType. fromValue(String v)SvgGraphicsStateModeTypeSvgFormatType. getGraphicsStateMode()Gets the value of the graphicsStateMode property.SvgGraphicsStateModeTypeSvgType. getGraphicsStateMode()Gets the value of the graphicsStateMode property.static SvgGraphicsStateModeTypeSvgGraphicsStateModeType. valueOf(String name)Returns the enum constant of this type with the specified name.static SvgGraphicsStateModeType[]SvgGraphicsStateModeType. 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 SvgGraphicsStateModeType Modifier and Type Method Description voidSvgFormatType. setGraphicsStateMode(SvgGraphicsStateModeType value)Sets the value of the graphicsStateMode property.voidSvgType. setGraphicsStateMode(SvgGraphicsStateModeType value)Sets the value of the graphicsStateMode property.
-