Uses of Enum
com.github.weisj.jsvg.attributes.PreserveAspectRatio.AlignType
Packages that use PreserveAspectRatio.AlignType
-
Uses of PreserveAspectRatio.AlignType in com.github.weisj.jsvg.attributes
Fields in com.github.weisj.jsvg.attributes declared as PreserveAspectRatio.AlignTypeModifier and TypeFieldDescriptionprivate final @NotNull PreserveAspectRatio.AlignType
PreserveAspectRatio.Align.xAlign
private final @NotNull PreserveAspectRatio.AlignType
PreserveAspectRatio.Align.yAlign
Methods in com.github.weisj.jsvg.attributes that return PreserveAspectRatio.AlignTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static PreserveAspectRatio.AlignType[]
PreserveAspectRatio.AlignType.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.AlignTypeModifierConstructorDescriptionprivate
Align
(@NotNull PreserveAspectRatio.AlignType xAlign, @NotNull PreserveAspectRatio.AlignType yAlign)