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. graphicsStateMode<?protected SvgGraphicsStateModeTypeSvgType. graphicsStateMode<?Methods in net.webpdf.wsclient.schema.operation that return SvgGraphicsStateModeType Modifier and Type Method Description static SvgGraphicsStateModeTypeSvgGraphicsStateModeType. fromValue(String v)Gets the enum associated to the value passed as parameter.SvgGraphicsStateModeTypeSvgFormatType. getGraphicsStateMode()<?SvgGraphicsStateModeTypeSvgType. getGraphicsStateMode()<?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.
-