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