|
HOME | PROJECTS | REALITY | EMAIL |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--ReOSTrackable
|
+--ReOSRenderable
Name: class ReOSRenderable Desc: base class for a ReOS-renderable object
| Method Summary | |
int |
getAnimCycleNum()
get the id of the anim cycle to use |
double |
getAnimCyclePos()
get the anim cyle position |
java.lang.String |
getRendererName()
get the string descriptor for renderer |
java.lang.String |
getText()
get the text associated |
boolean |
isVisible()
get visibility - if false, no render |
ReVector3D |
location()
get the 3D location reference |
ReVector3D |
orientation()
get the 3D orientation reference |
ReVector3D |
scale()
get the 3D scale |
void |
setRendererName(java.lang.String str)
set the string descriptor for renderer |
void |
setText(java.lang.String text)
set the text |
void |
setVisible(boolean isVisible)
set visible - if false, no render |
| 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 |
| Method Detail |
public ReVector3D location()
public ReVector3D orientation()
public ReVector3D scale()
public java.lang.String getRendererName()
public void setRendererName(java.lang.String str)
public int getAnimCycleNum()
public double getAnimCyclePos()
public boolean isVisible()
public void setVisible(boolean isVisible)
public java.lang.String getText()
public void setText(java.lang.String text)
|
HOME | PROJECTS | REALITY | EMAIL |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||