Interface TimeAnimation

All Superinterfaces:
org.gvsig.tools.observer.Observable

public interface TimeAnimation extends org.gvsig.tools.observer.Observable
  • Field Details

  • Method Details

    • stop

      void stop()
      Stops the animation
    • pause

      void pause()
      Pauses the animation
    • play

      void play()
      Play the animation
    • isPlaying

      boolean isPlaying()
      Return is the animation is playing.
      Returns:
    • getStatus

      int getStatus()
    • getInterval

      RelativeInterval getInterval()
    • setInterval

      void setInterval(RelativeInterval interval)
    • inferStepScale

      void inferStepScale()
    • setPauseTime

      void setPauseTime(long time)
    • getPauseTime

      long getPauseTime()
    • setFramesPerSecond

      void setFramesPerSecond(double fps)
    • getFramesPerSecond

      double getFramesPerSecond()
    • getStep

      long getStep()
    • getStepScale

      int getStepScale()
    • setStep

      void setStep(long step)
    • getStep

      long getStep(int scale)
    • setStep

      void setStep(long step, int scale)
    • getStepCount

      int getStepCount()
    • getCurrentTime

      RelativeInterval getCurrentTime()
    • getCurrentPosition

      int getCurrentPosition()
    • setCurrentPosition

      void setCurrentPosition(int position)
    • getIterations

      int getIterations()
    • setIterations

      void setIterations(int iterations)
    • getCurrentIteration

      int getCurrentIteration()
    • getStatusLabel

      String getStatusLabel(int status)
    • getScaleLabel

      String getScaleLabel(int scale)