Uses of Class
com.github.weisj.jsvg.attributes.PaintOrder.Phase
-
Packages that use PaintOrder.Phase Package Description com.github.weisj.jsvg.attributes -
-
Uses of PaintOrder.Phase in com.github.weisj.jsvg.attributes
Fields in com.github.weisj.jsvg.attributes declared as PaintOrder.Phase Modifier and Type Field Description private @NotNull PaintOrder.Phase[]PaintOrder. phasesMethods in com.github.weisj.jsvg.attributes that return PaintOrder.Phase Modifier and Type Method Description private static @NotNull PaintOrder.PhasePaintOrder. findNextInNormalOrder(@NotNull PaintOrder.Phase[] phases, int maxIndex)@NotNull PaintOrder.Phase[]PaintOrder. phases()static PaintOrder.PhasePaintOrder.Phase. valueOf(java.lang.String name)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.Phase Modifier and Type Method Description private static @NotNull PaintOrder.PhasePaintOrder. findNextInNormalOrder(@NotNull PaintOrder.Phase[] phases, int maxIndex)Constructors in com.github.weisj.jsvg.attributes with parameters of type PaintOrder.Phase Constructor Description PaintOrder(@NotNull PaintOrder.Phase... phases)
-