Class PamScrollerData

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

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

    • PamScrollerData

      public PamScrollerData()
  • Method Details

    • getName

      public String getName()
      Returns:
      the name
    • setName

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

      public PamScrollerData clone()
    • getLength

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

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

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

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

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

      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

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

      public int getStepSizeMillis()
    • setStepSizeMillis

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

      public double getPlaySpeed()
      Returns:
      the playSpeed
    • setPlaySpeed

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