Uses of Enum
com.github.weisj.jsvg.attributes.PaintOrder.Phase
Packages that use PaintOrder.Phase
-
Uses of PaintOrder.Phase in com.github.weisj.jsvg.attributes
Fields in com.github.weisj.jsvg.attributes declared as PaintOrder.PhaseMethods in com.github.weisj.jsvg.attributes that return PaintOrder.PhaseModifier and TypeMethodDescriptionprivate static @NotNull PaintOrder.Phase
PaintOrder.findNextInNormalOrder
(@NotNull PaintOrder.Phase[] phases, int maxIndex) @NotNull PaintOrder.Phase[]
PaintOrder.phases()
static PaintOrder.Phase
Returns the enum constant of this type with the specified name.static PaintOrder.Phase[]
PaintOrder.Phase.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.weisj.jsvg.attributes with parameters of type PaintOrder.PhaseModifier and TypeMethodDescriptionprivate static @NotNull PaintOrder.Phase
PaintOrder.findNextInNormalOrder
(@NotNull PaintOrder.Phase[] phases, int maxIndex) Constructors in com.github.weisj.jsvg.attributes with parameters of type PaintOrder.Phase