HOME | PROJECTS | REALITY | EMAIL

Class ReOSRenderable

java.lang.Object
  |
  +--ReOSTrackable
        |
        +--ReOSRenderable
Direct Known Subclasses:
ReEntity

public abstract class ReOSRenderable
extends ReOSTrackable

Name: class ReOSRenderable Desc: base class for a ReOS-renderable object

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

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

location

public ReVector3D location()
get the 3D location reference

orientation

public ReVector3D orientation()
get the 3D orientation reference

scale

public ReVector3D scale()
get the 3D scale

getRendererName

public java.lang.String getRendererName()
get the string descriptor for renderer

setRendererName

public void setRendererName(java.lang.String str)
set the string descriptor for renderer

getAnimCycleNum

public int getAnimCycleNum()
get the id of the anim cycle to use

getAnimCyclePos

public double getAnimCyclePos()
get the anim cyle position

isVisible

public boolean isVisible()
get visibility - if false, no render

setVisible

public void setVisible(boolean isVisible)
set visible - if false, no render

getText

public java.lang.String getText()
get the text associated

setText

public void setText(java.lang.String text)
set the text


HOME | PROJECTS | REALITY | EMAIL