Uses of Enum Class
com.github.weisj.jsvg.attributes.PaintOrder.Phase
Packages that use PaintOrder.Phase
-
Uses of PaintOrder.Phase in com.github.weisj.jsvg.attributes
Subclasses with type arguments of type PaintOrder.Phase in com.github.weisj.jsvg.attributesFields 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.PhasePaintOrder.findNextInNormalOrder(@NotNull PaintOrder.Phase[] phases, int maxIndex) @NotNull PaintOrder.Phase[]PaintOrder.phases()static PaintOrder.PhaseReturns the enum constant of this class with the specified name.static PaintOrder.Phase[]PaintOrder.Phase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.weisj.jsvg.attributes with parameters of type PaintOrder.PhaseModifier and TypeMethodDescriptionprivate static @NotNull PaintOrder.PhasePaintOrder.findNextInNormalOrder(@NotNull PaintOrder.Phase[] phases, int maxIndex) Constructors in com.github.weisj.jsvg.attributes with parameters of type PaintOrder.Phase