Uses of Class
com.github.weisj.jsvg.attributes.PreserveAspectRatio.Align
-
Packages that use PreserveAspectRatio.Align Package Description com.github.weisj.jsvg.attributes -
-
Uses of PreserveAspectRatio.Align in com.github.weisj.jsvg.attributes
Fields in com.github.weisj.jsvg.attributes declared as PreserveAspectRatio.Align Modifier and Type Field Description @NotNull PreserveAspectRatio.Align
PreserveAspectRatio. align
Methods in com.github.weisj.jsvg.attributes that return PreserveAspectRatio.Align Modifier and Type Method Description static PreserveAspectRatio.Align
PreserveAspectRatio.Align. valueOf(java.lang.String name)
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.Align Constructor Description PreserveAspectRatio(@NotNull PreserveAspectRatio.Align align, @NotNull PreserveAspectRatio.MeetOrSlice meetOrSlice)
-