Package com.github.weisj.jsvg.attributes
Class PaintOrder
- java.lang.Object
-
- com.github.weisj.jsvg.attributes.PaintOrder
-
public final class PaintOrder extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PaintOrder.Phase
-
Field Summary
Fields Modifier and Type Field Description static PaintOrder
NORMAL
private @NotNull PaintOrder.Phase[]
phases
-
Constructor Summary
Constructors Constructor Description PaintOrder(@NotNull PaintOrder.Phase... phases)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static @NotNull PaintOrder.Phase
findNextInNormalOrder(@NotNull PaintOrder.Phase[] phases, int maxIndex)
static @NotNull PaintOrder
parse(@NotNull AttributeNode attributeNode)
@NotNull PaintOrder.Phase[]
phases()
-
-
-
Field Detail
-
NORMAL
public static final PaintOrder NORMAL
-
phases
@NotNull private final @NotNull PaintOrder.Phase[] phases
-
-
Constructor Detail
-
PaintOrder
public PaintOrder(@NotNull @NotNull PaintOrder.Phase... phases)
-
-
Method Detail
-
phases
@NotNull public @NotNull PaintOrder.Phase[] phases()
-
parse
@NotNull public static @NotNull PaintOrder parse(@NotNull @NotNull AttributeNode attributeNode)
-
findNextInNormalOrder
@NotNull private static @NotNull PaintOrder.Phase findNextInNormalOrder(@NotNull @NotNull PaintOrder.Phase[] phases, int maxIndex)
-
-