Uses of Class
net.webpdf.wsclient.schema.operation.AxisType
-
Packages that use AxisType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of AxisType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as AxisType Modifier and Type Field Description protected AxisTypeAppearanceSvgType. aspectRatioAxisMethods in net.webpdf.wsclient.schema.operation that return AxisType Modifier and Type Method Description static AxisTypeAxisType. fromValue(String v)AxisTypeAppearanceSvgType. getAspectRatioAxis()Gets the value of the aspectRatioAxis property.static AxisTypeAxisType. valueOf(String name)Returns the enum constant of this type with the specified name.static AxisType[]AxisType. 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 AxisType Modifier and Type Method Description voidAppearanceSvgType. setAspectRatioAxis(AxisType value)Sets the value of the aspectRatioAxis property.
-