Uses of Class
net.webpdf.wsclient.openapi.OperationAppearanceSvg.AspectRatioAxisEnum
-
Packages that use OperationAppearanceSvg.AspectRatioAxisEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationAppearanceSvg.AspectRatioAxisEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationAppearanceSvg.AspectRatioAxisEnum Modifier and Type Method Description static OperationAppearanceSvg.AspectRatioAxisEnumOperationAppearanceSvg.AspectRatioAxisEnum. fromValue(String value)@Nullable OperationAppearanceSvg.AspectRatioAxisEnumOperationAppearanceSvg. getAspectRatioAxis()Selects a predefined axis for a coordinate system.static OperationAppearanceSvg.AspectRatioAxisEnumOperationAppearanceSvg.AspectRatioAxisEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationAppearanceSvg.AspectRatioAxisEnum[]OperationAppearanceSvg.AspectRatioAxisEnum. 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 OperationAppearanceSvg.AspectRatioAxisEnum Modifier and Type Method Description OperationAppearanceSvgOperationAppearanceSvg. aspectRatioAxis(OperationAppearanceSvg.AspectRatioAxisEnum aspectRatioAxis)voidOperationAppearanceSvg. setAspectRatioAxis(OperationAppearanceSvg.AspectRatioAxisEnum aspectRatioAxis)
-