Uses of Class
com.github.weisj.jsvg.attributes.PreserveAspectRatio.MeetOrSlice
-
Packages that use PreserveAspectRatio.MeetOrSlice Package Description com.github.weisj.jsvg.attributes -
-
Uses of PreserveAspectRatio.MeetOrSlice in com.github.weisj.jsvg.attributes
Fields in com.github.weisj.jsvg.attributes declared as PreserveAspectRatio.MeetOrSlice Modifier and Type Field Description @NotNull PreserveAspectRatio.MeetOrSlicePreserveAspectRatio. meetOrSliceMethods in com.github.weisj.jsvg.attributes that return PreserveAspectRatio.MeetOrSlice Modifier and Type Method Description static PreserveAspectRatio.MeetOrSlicePreserveAspectRatio.MeetOrSlice. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PreserveAspectRatio.MeetOrSlice[]PreserveAspectRatio.MeetOrSlice. 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.MeetOrSlice Constructor Description PreserveAspectRatio(@NotNull PreserveAspectRatio.Align align, @NotNull PreserveAspectRatio.MeetOrSlice meetOrSlice)
-