Class AnimationState

java.lang.Object
com.github.weisj.jsvg.renderer.animation.AnimationState

@Immutable public final class AnimationState extends Object
  • Field Details

    • NO_ANIMATION

      public static final AnimationState NO_ANIMATION
    • startTime

      private final long startTime
    • currentTime

      private final long currentTime
  • Constructor Details

    • AnimationState

      public AnimationState(long startTime, long currentTime)
  • Method Details

    • timestamp

      public long timestamp()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object