public class TickMaster
extends java.lang.Object
| Constructor and Description |
|---|
TickMaster() |
| Modifier and Type | Method and Description |
|---|---|
static TickMaster |
getInstance() |
void |
offerTickV(DasAxis h,
TickVDescriptor ticks)
offer a set of ticks.
|
void |
register(DasAxis h) |
TickVDescriptor |
requestTickV(DasAxis h)
kludgy solution to problems where an axis didn't get the update from
its parent.
|
public static TickMaster getInstance()
public void register(DasAxis h)
public TickVDescriptor requestTickV(DasAxis h)
h - public void offerTickV(DasAxis h, TickVDescriptor ticks)
h - the axisticks - null or the new ticks.