Uses of Enum
com.github.weisj.jsvg.attributes.PreserveAspectRatio.Align
Packages that use PreserveAspectRatio.Align
-
Uses of PreserveAspectRatio.Align in com.github.weisj.jsvg.attributes
Fields in com.github.weisj.jsvg.attributes declared as PreserveAspectRatio.AlignModifier and TypeFieldDescriptionfinal @NotNull PreserveAspectRatio.Align
PreserveAspectRatio.align
Methods in com.github.weisj.jsvg.attributes that return PreserveAspectRatio.AlignModifier and TypeMethodDescriptionstatic PreserveAspectRatio.Align
Returns the enum constant of this type with the specified name.static PreserveAspectRatio.Align[]
PreserveAspectRatio.Align.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.AlignModifierConstructorDescriptionprivate
PreserveAspectRatio
(@NotNull PreserveAspectRatio.Align align, @NotNull PreserveAspectRatio.MeetOrSlice meetOrSlice)