| java.lang.Object javax.media.j3d.IndexedObject javax.media.j3d.SceneGraphObjectRetained
All known Subclasses: javax.media.j3d.NodeRetained, javax.media.j3d.NodeComponentRetained,
SceneGraphObjectRetained | abstract class SceneGraphObjectRetained extends IndexedObject implements Cloneable(Code) | | SceneGraphObjectRetained is a superclass, which has things that
are common to all retained scene graph component objects.
|
DONT_MERGE | final static int DONT_MERGE(Code) | | |
MERGE | final static int MERGE(Code) | | |
MERGE_DONE | final static int MERGE_DONE(Code) | | |
inBackgroundGroup | boolean inBackgroundGroup(Code) | | |
inSetLive | boolean inSetLive(Code) | | |
onUpdateList | boolean onUpdateList(Code) | | |
clearLive | void clearLive()(Code) | | Makes the internal node not live
|
compile | void compile(CompileState compState)(Code) | | This is the default compile() method, which just marks the sgo as
compiled.
|
doSetLive | void doSetLive(boolean inBackgroundGroup)(Code) | | Makes the internal node live.
|
getSource | SceneGraphObject getSource()(Code) | | Returns the cached source object that created this retained mode
object.
the object which created this retained mode object. |
handleFrequencyChange | void handleFrequencyChange(int bit)(Code) | | |
isInSetLive | boolean isInSetLive()(Code) | | |
isStatic | boolean isStatic()(Code) | | true if component can't be read or written after compile or setlive()
|
markAsLive | void markAsLive()(Code) | | |
setCompiled | void setCompiled()(Code) | | This marks this object as compiled.
|
setLive | void setLive(boolean inBackgroundGroup)(Code) | | |
setSource | void setSource(SceneGraphObject source)(Code) | | Caches the source object that created this retained mode object.
Parameters: source - the object which created this retained mode object. |
traverse | void traverse(boolean sameLevel, int level)(Code) | | |
Fields inherited from javax.media.j3d.IndexedObject | int[][] listIdx(Code)(Java Doc)
|
|
|