Uses of Enum
com.github.weisj.jsvg.attributes.PreserveAspectRatio.MeetOrSlice
Packages that use PreserveAspectRatio.MeetOrSlice
-
Uses of PreserveAspectRatio.MeetOrSlice in com.github.weisj.jsvg.attributes
Fields in com.github.weisj.jsvg.attributes declared as PreserveAspectRatio.MeetOrSliceModifier and TypeFieldDescriptionfinal @NotNull PreserveAspectRatio.MeetOrSlice
PreserveAspectRatio.meetOrSlice
Methods in com.github.weisj.jsvg.attributes that return PreserveAspectRatio.MeetOrSliceModifier and TypeMethodDescriptionReturns 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.MeetOrSliceModifierConstructorDescriptionprivate
PreserveAspectRatio
(@NotNull PreserveAspectRatio.Align align, @NotNull PreserveAspectRatio.MeetOrSlice meetOrSlice)