- java.lang.Object
-
- com.github.weisj.jsvg.animation.value.AnimatedPath
-
-
Field Summary
Fields Modifier and Type Field Description private @Nullable java.awt.geom.Path2D
cache
private boolean
closed
private @NotNull AnimatedFloatList
list
-
Constructor Summary
Constructors Constructor Description AnimatedPath(@NotNull AnimatedFloatList list, boolean closed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull java.awt.geom.Path2D
get(@NotNull MeasureContext context)
-
-
-
Field Detail
-
list
@NotNull private final @NotNull AnimatedFloatList list
-
cache
@Nullable private @Nullable java.awt.geom.Path2D cache
-
closed
private final boolean closed
-
-
Constructor Detail
-
AnimatedPath
public AnimatedPath(@NotNull @NotNull AnimatedFloatList list, boolean closed)
-
-
Method Detail
-
get
@NotNull public @NotNull java.awt.geom.Path2D get(@NotNull @NotNull MeasureContext context)
-
-