HOME | PROJECTS | REALITY | EMAIL

Class ReOSRenderNode

java.lang.Object
  |
  +--ReOSTrackable
        |
        +--ReOSRenderNode

public class ReOSRenderNode
extends ReOSTrackable

Name: class ReOSRenderNode Desc: a node in the rendering process - one for each entity

Version:
1.000 - 1997, 1998, 2000 10.21.97 Gary - created and implemented
Author:
Ge (Gary) Wang (www.gewang.com), George Stetten (stetten@duke.edu), Visnu Pitiyanuvath (vtp1@duke.edu)

Constructor Summary
ReOSRenderNode()
          constructor
 
Method Summary
 ReOSRenderable getEntity()
          Retrieves the entity associated with this Node
 int getMasterIndex()
          index
 ReOSRenderer getRenderer()
          Retrieves the renderer associated with this node
 void setEntity(ReOSRenderable obj)
          set
 void setMasterIndex(int index)
          Set master index
 void setRenderer(ReOSRenderer ren)
          Associate an Image group with the ReEntityNode
 
Methods inherited from class ReOSTrackable
equals, getReOSID, getReOSName, setReOSID, setReOSName, toString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReOSRenderNode

public ReOSRenderNode()
constructor
Method Detail

setRenderer

public void setRenderer(ReOSRenderer ren)
Associate an Image group with the ReEntityNode
Parameters:
ren - ReOSRenderer

setMasterIndex

public void setMasterIndex(int index)
Set master index

getRenderer

public ReOSRenderer getRenderer()
Retrieves the renderer associated with this node
Returns:
ReOSRenderer reference

getEntity

public ReOSRenderable getEntity()
Retrieves the entity associated with this Node
Returns:
entity if one is associated, null is none is.

setEntity

public void setEntity(ReOSRenderable obj)
set

getMasterIndex

public int getMasterIndex()
index


HOME | PROJECTS | REALITY | EMAIL