|
HOME | PROJECTS | REALITY | EMAIL |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--ReOSTrackable
|
+--ReOSRenderNode
Name: class ReOSRenderNode Desc: a node in the rendering process - one for each entity
| 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 |
public ReOSRenderNode()
| Method Detail |
public void setRenderer(ReOSRenderer ren)
ren - ReOSRendererpublic void setMasterIndex(int index)
public ReOSRenderer getRenderer()
public ReOSRenderable getEntity()
public void setEntity(ReOSRenderable obj)
public int getMasterIndex()
|
HOME | PROJECTS | REALITY | EMAIL |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||