de.fhg.igd.earth.view
Class TriggerDelay

java.lang.Object
  extended byde.fhg.igd.earth.view.TriggerDelay

public class TriggerDelay
extends Object

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

Version:
: 1.0
Author:
: Werner Beutel

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

delay_

private int delay_

projectorManager_

private ProjectorManager projectorManager_
Constructor Detail

TriggerDelay

public TriggerDelay(ProjectorManager pm)
Creates an instance of this class and sets the projector manager

Method Detail

run

public void run()
This method is called by the tracers to update the projectors


setDelay

public void setDelay(int d)
Sets the trigger delay


getDelay

public int getDelay()
Returns the trigger delay

Returns:
delay


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.