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. phases
Methods in com.github.weisj.jsvg.attributes that return PaintOrder.Phase Modifier and Type Method Description private static @NotNull PaintOrder.Phase
PaintOrder. findNextInNormalOrder(@NotNull PaintOrder.Phase[] phases, int maxIndex)
@NotNull PaintOrder.Phase[]
PaintOrder. phases()
static PaintOrder.Phase
PaintOrder.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.Phase
PaintOrder. 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)
-