|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectclickDetector.ClickBTDisplay.HScrollManager
abstract class ClickBTDisplay.HScrollManager
| Constructor Summary | |
|---|---|
ClickBTDisplay.HScrollManager()
|
|
| Method Summary | |
|---|---|
(package private) long |
getDisplayStartMillis()
Get the start time of the display in milliseconds. |
protected long |
roundUp(long val)
Function for rounding up times in milliseconds to the nearest second. |
(package private) abstract boolean |
setupScrollBar(long maxMillis)
Set up the scroll bar |
(package private) abstract void |
timeRangeChanged()
Called whenever the vertical scroll position i.e. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface pamScrollSystem.PamScrollObserver |
|---|
scrollRangeChanged, scrollValueChanged |
| Constructor Detail |
|---|
ClickBTDisplay.HScrollManager()
| Method Detail |
|---|
abstract boolean setupScrollBar(long maxMillis)
maxMillis - the maximum time of the display in milliseconds.
abstract void timeRangeChanged()
protected long roundUp(long val)
val - value to round
long getDisplayStartMillis()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||