|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectpamScrollSystem.PamScrollerData
public class PamScrollerData
| 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 |
|---|
private static final long serialVersionUID
protected java.lang.String name
protected long minimumMillis
protected long maximumMillis
protected int stepSizeMillis
protected int pageStep
protected long defaultLoadtime
| Constructor Detail |
|---|
public PamScrollerData()
| Method Detail |
|---|
protected PamScrollerData clone()
clone in class java.lang.Objectpublic long getLength()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||