pamScrollSystem
Class PamScrollerData

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

public class PamScrollerData
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

See Also:
Serialized Form

Field Summary
protected  long defaultLoadtime
          Default data load time.
protected  long maximumMillis
          Maximum time of data loaded for this scroller
protected  long minimumMillis
          Minimum time of data loaded for this scroller
protected  java.lang.String name
           
protected  int pageStep
          Page step size - percentage of (maximumMills-mnimumMillis) to move back or forth through the data in response to a new load data command.
private static long serialVersionUID
           
protected  int stepSizeMillis
          Scroller step size in millis (this will often be seconds or even minutes)
 
Constructor Summary
PamScrollerData()
           
 
Method Summary
protected  PamScrollerData clone()
           
 long getLength()
          A quick way of getting the duration of loaded data
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

name

protected java.lang.String name

minimumMillis

protected long minimumMillis
Minimum time of data loaded for this scroller


maximumMillis

protected long maximumMillis
Maximum time of data loaded for this scroller


stepSizeMillis

protected int stepSizeMillis
Scroller step size in millis (this will often be seconds or even minutes)


pageStep

protected int pageStep
Page step size - percentage of (maximumMills-mnimumMillis) to move back or forth through the data in response to a new load data command.


defaultLoadtime

protected long defaultLoadtime
Default data load time.

Constructor Detail

PamScrollerData

public PamScrollerData()
Method Detail

clone

protected PamScrollerData clone()
Overrides:
clone in class java.lang.Object

getLength

public long getLength()
A quick way of getting the duration of loaded data

Returns:
maximumMillis - minimumMillis