|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.fhg.igd.earth.view.TriggerDelay
This is a trigger for all tracers to update the projectors. Just call the run() method if the projectors have to be repainted. Title : Earth Copyright : Copyright (c) 2001 Organisation : IGD FhG
Field Summary | |
private int |
delay_
|
private ProjectorManager |
projectorManager_
|
Constructor Summary | |
TriggerDelay(ProjectorManager pm)
Creates an instance of this class and sets the projector manager |
Method Summary | |
int |
getDelay()
Returns the trigger delay |
void |
run()
This method is called by the tracers to update the projectors |
void |
setDelay(int d)
Sets the trigger delay |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private int delay_
private ProjectorManager projectorManager_
Constructor Detail |
public TriggerDelay(ProjectorManager pm)
Method Detail |
public void run()
public void setDelay(int d)
public int getDelay()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |