|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.fhg.igd.earth.model.graph.ProjectorObject
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
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 |
protected Hashtable projectorObject_
Constructor Detail |
public ProjectorObject()
Method Detail |
public void setProjectorObject(Object p, Object o)
p
- The Projectoro
- The corresponding objectpublic Object getProjectorObject(Object p)
p
- Projector
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |