Class PamScrollerData

java.lang.Object
pamScrollSystem.PamScrollerData
All Implemented Interfaces:
Serializable, Cloneable

public class PamScrollerData extends Object implements Serializable, Cloneable
See Also:
  • Constructor Details Link icon

    • PamScrollerData Link icon

      public PamScrollerData()
  • Method Details Link icon

    • getName Link icon

      public String getName()
      Returns:
      the name
    • setName Link icon

      public void setName(String name)
      Parameters:
      name - the name to set
    • clone Link icon

      public PamScrollerData clone()
    • getLength Link icon

      public long getLength()
      A quick way of getting the duration of loaded data
      Returns:
      maximumMillis - minimumMillis
    • getMinimumMillis Link icon

      public long getMinimumMillis()
      The start time of the scroller.
      Returns:
      the start time of scroller in millis datenmum.
    • setMinimumMillis Link icon

      public void setMinimumMillis(long minimumMillis)
      Set the start time of the scroller.
    • getMaximumMillis Link icon

      public long getMaximumMillis()
      The end time of the scroller.
      Returns:
      the end time of scroller in millis datenmum.
    • setMaximumMillis Link icon

      public void setMaximumMillis(long maximumMillis)
      Set the end time of the scroller.
      Parameters:
      the - end time of scroller in millis datenmum.
    • getPageStep Link icon

      public int getPageStep()
      Get the step size. This the jump that is made during a page forward or page back.
      Returns:
      % jump forward/backward during a page.
    • setPageStep Link icon

      public void setPageStep(int pageStep)
      Set the step size. This the jump that is made during a page forward or page back.
    • getStepSizeMillis Link icon

      public int getStepSizeMillis()
    • setStepSizeMillis Link icon

      public void setStepSizeMillis(int stepSizeMillis)
      Parameters:
      stepSizeMillis - the stepSizeMillis to set
    • getPlaySpeed Link icon

      public double getPlaySpeed()
      Returns:
      the playSpeed
    • setPlaySpeed Link icon

      public void setPlaySpeed(double playSpeed)
      Parameters:
      playSpeed - the playSpeed to set