Class AnimatedPath

  • All Implemented Interfaces:
    Value<@NotNull java.awt.geom.Path2D>

    public final class AnimatedPath
    extends java.lang.Object
    implements Value<@NotNull java.awt.geom.Path2D>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private @Nullable java.awt.geom.Path2D cache  
      private boolean closed  
      private @NotNull AnimatedFloatList list  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull java.awt.geom.Path2D get​(@NotNull MeasureContext context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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)
        Specified by:
        get in interface Value<@NotNull java.awt.geom.Path2D>