Uses of Enum Class
com.github.weisj.jsvg.attributes.PreserveAspectRatio.Align
Packages that use PreserveAspectRatio.Align
-
Uses of PreserveAspectRatio.Align in com.github.weisj.jsvg.attributes
Subclasses with type arguments of type PreserveAspectRatio.Align in com.github.weisj.jsvg.attributesFields in com.github.weisj.jsvg.attributes declared as PreserveAspectRatio.AlignModifier and TypeFieldDescriptionfinal @NotNull PreserveAspectRatio.AlignPreserveAspectRatio.alignMethods in com.github.weisj.jsvg.attributes that return PreserveAspectRatio.AlignModifier and TypeMethodDescriptionstatic PreserveAspectRatio.AlignReturns the enum constant of this class with the specified name.static PreserveAspectRatio.Align[]PreserveAspectRatio.Align.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.AlignModifierConstructorDescriptionprivatePreserveAspectRatio(@NotNull PreserveAspectRatio.Align align, @NotNull PreserveAspectRatio.MeetOrSlice meetOrSlice)