Uses of Class
com.github.weisj.jsvg.attributes.PreserveAspectRatio.AlignType
-
Packages that use PreserveAspectRatio.AlignType Package Description com.github.weisj.jsvg.attributes -
-
Uses of PreserveAspectRatio.AlignType in com.github.weisj.jsvg.attributes
Fields in com.github.weisj.jsvg.attributes declared as PreserveAspectRatio.AlignType Modifier and Type Field Description private @NotNull PreserveAspectRatio.AlignTypePreserveAspectRatio.Align. xAlignprivate @NotNull PreserveAspectRatio.AlignTypePreserveAspectRatio.Align. yAlignMethods in com.github.weisj.jsvg.attributes that return PreserveAspectRatio.AlignType Modifier and Type Method Description static PreserveAspectRatio.AlignTypePreserveAspectRatio.AlignType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PreserveAspectRatio.AlignType[]PreserveAspectRatio.AlignType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.github.weisj.jsvg.attributes with parameters of type PreserveAspectRatio.AlignType Constructor Description Align(@NotNull PreserveAspectRatio.AlignType xAlign, @NotNull PreserveAspectRatio.AlignType yAlign)
-