de.fhg.igd.earth.model.graph
Class ProjectorObject

java.lang.Object
  extended byde.fhg.igd.earth.model.graph.ProjectorObject
Direct Known Subclasses:
ModelGraphObject

public class ProjectorObject
extends Object

This class represents a projector object. The ProjectorObject Hashtable stores the links to all projectors showing this object. The links will be added by the projectors. Title : Earth Copyright : Copyright (c) 2001 Organisation : IGD FhG

Version:
: 1.0
Author:
: Werner Beutel

Field Summary
protected  Hashtable projectorObject_
          A Hashtable for storing the projector links
 
Constructor Summary
ProjectorObject()
          Creates an instance of this class
 
Method Summary
 Object getProjectorObject(Object p)
          Returns the correspondig projector object
 void setProjectorObject(Object p, Object o)
          Creates a link to a projector.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

projectorObject_

protected Hashtable projectorObject_
A Hashtable for storing the projector links

Constructor Detail

ProjectorObject

public ProjectorObject()
Creates an instance of this class

Method Detail

setProjectorObject

public void setProjectorObject(Object p,
                               Object o)
Creates a link to a projector.

Parameters:
p - The Projector
o - The corresponding object

getProjectorObject

public Object getProjectorObject(Object p)
Returns the correspondig projector object

Parameters:
p - Projector
Returns:
Object which is linked


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.