Uses of Enum Class
com.github.weisj.jsvg.attributes.PreserveAspectRatio.AlignType
Packages that use PreserveAspectRatio.AlignType
-
Uses of PreserveAspectRatio.AlignType in com.github.weisj.jsvg.attributes
Subclasses with type arguments of type PreserveAspectRatio.AlignType in com.github.weisj.jsvg.attributesFields in com.github.weisj.jsvg.attributes declared as PreserveAspectRatio.AlignTypeModifier and TypeFieldDescriptionprivate final @NotNull PreserveAspectRatio.AlignTypePreserveAspectRatio.Align.xAlignprivate final @NotNull PreserveAspectRatio.AlignTypePreserveAspectRatio.Align.yAlignMethods in com.github.weisj.jsvg.attributes that return PreserveAspectRatio.AlignTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PreserveAspectRatio.AlignType[]PreserveAspectRatio.AlignType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.weisj.jsvg.attributes with parameters of type PreserveAspectRatio.AlignTypeModifierConstructorDescriptionprivateAlign(@NotNull PreserveAspectRatio.AlignType xAlign, @NotNull PreserveAspectRatio.AlignType yAlign)