Java Doc for ModelClipRetained.java in  » 6.0-JDK-Modules » java-3d » javax » media » j3d » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules » java 3d » javax.media.j3d 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   javax.media.j3d.IndexedObject
      javax.media.j3d.SceneGraphObjectRetained
         javax.media.j3d.NodeRetained
            javax.media.j3d.LeafRetained
               javax.media.j3d.ModelClipRetained

ModelClipRetained
class ModelClipRetained extends LeafRetained (Code)
The ModelClip retained object.


Field Summary
final static  intBOUNDINGLEAF_CHANGED
    
final static  intBOUNDS_CHANGED
    
final static  intCLEAR_MIRROR
    
final static  intENABLES_CHANGED
    
final static  intENABLE_CHANGED
    
final static  intINIT_MIRROR
    
final static  intLAST_DEFINED_BIT
    
final static  intPLANES_CHANGED
    
final static  intPLANE_CHANGED
    
final static  intSCOPE_CHANGED
    
 BoundingLeafRetainedboundingLeaf
    
 booleanenableFlag
    
 boolean[]enables
    
 UnorderListenvironmentSets
     The EnvironmentSets which reference this model clip. Note that multiple RenderBin update thread may access this shared environmentSets simultaneously. So we use UnorderList which sync.
 booleaninImmCtx
    
 booleanisScoped
    
 booleanisViewScoped
    
 ModelClipRetainedmirrorModelClip
    
 Vector4d[]planes
    
 Boundsregion
     The transformed value of the influencingRegion.
 BoundsregionOfInfluence
    
 Vectorscopes
     Vector of GroupRetained nodes that scopes this model clip.
 ModelClipRetainedsgModelClip
    
final static  inttargetThreads
    
 HashKeytempKey
    
 Vector4d[]xformPlanes
    

Constructor Summary
 ModelClipRetained()
    

Method Summary
 voidaddScope(Group scope)
     Appends the specified scope to this node's list of scopes.
 voidclearLive(SetLiveState s)
    
 voidclearMirrorObject(Object[] args)
    
protected  Objectclone()
    
 EnumerationgetAllScopes()
     Returns an enumeration object of the scoperen.
 booleangetEnable(int planeNum)
    
 voidgetEnables(boolean[] enables)
    
 booleangetInImmCtx()
    
 BoundingLeafgetInfluencingBoundingLeaf()
     Get the Model Clip's region of influencing.
 BoundsgetInfluencingBounds()
     Get the Model Clip's region of influencing.
 voidgetMirrorObjects(ArrayList leafList, HashKey key)
    
 voidgetPlane(int planeNum, Vector4d plane)
    
 voidgetPlanes(Vector4d[] planes)
    
 GroupgetScope(int index)
     Returns the scope specified by the index.
 intindexOfScope(Group node)
    
 voidinitAddScope(Group scope)
    
 voidinitEnable(int planeNum, boolean enable)
    
 voidinitEnables(boolean[] enables)
    
 voidinitInfluencingBoundingLeaf(BoundingLeaf region)
     Set the Model Clip's region of influencing to the specified Leaf node.
 voidinitInfluencingBounds(Bounds region)
    
 voidinitInsertScope(Node scope, int index)
    
 voidinitMirrorObject(Object[] args)
    
 voidinitPlane(int planeNum, Vector4d plane)
    
 voidinitPlanes(Vector4d[] planes)
    
 voidinitRemoveAllScopes()
    
 voidinitRemoveScope(int index)
    
 voidinitRemoveScope(Group node)
    
 voidinitScope(Group scope, int index)
     Replaces the specified scope with the scope provided.
 voidinsertScope(Node scope, int index)
    
 voidmergeTransform(TransformGroupRetained staticTransform)
    
 intnumScopes()
     Returns a count of this nodes' scopes.
 voidprintEnables(String string, boolean[] enables)
    
 voidprintPlane(int index, String string)
    
 voidprintPlanes(String string, Vector4d[] planes)
    
 voidremoveAllScopes()
     Removes all the Group nodes from the ModelClip's scope list.
 voidremoveScope(int index)
    
 voidremoveScope(Group node)
     Removes the specified Group node from this ModelClip's list of scopes if the specified node is not found in the list of scoped nodes, method returns quietly.
final  voidsendMessage(int attrMask, Object attr1, Object attr2)
    
 voidsetEnable(int planeNum, boolean enable)
    
 voidsetEnables(boolean[] enables)
    
 voidsetInImmCtx(boolean inCtx)
    
 voidsetInfluencingBoundingLeaf(BoundingLeaf region)
     Set the Model Clip's region of influencing to the specified Leaf node.
 voidsetInfluencingBounds(Bounds region)
    
 voidsetLive(SetLiveState s)
    
 voidsetPlane(int planeNum, Vector4d plane)
    
 voidsetPlanes(Vector4d[] planes)
    
 voidsetScope(Group scope, int index)
     Replaces the specified scope with the scope provided.
 voidupdate(Canvas3D cv, int enableMask)
     This method and its native counterpart update the native context model clip planes.
 voidupdate(Context ctx, int enableMask, Transform3D trans)
    
 voidupdateBoundingLeaf()
    
 voidupdateImmediateMirrorObject(Object[] objs)
    
 voidupdateImmediateTransformChange()
    
 voidupdateMirrorObject(Object[] objs)
    

Field Detail
BOUNDINGLEAF_CHANGED
final static int BOUNDINGLEAF_CHANGED(Code)



BOUNDS_CHANGED
final static int BOUNDS_CHANGED(Code)



CLEAR_MIRROR
final static int CLEAR_MIRROR(Code)



ENABLES_CHANGED
final static int ENABLES_CHANGED(Code)



ENABLE_CHANGED
final static int ENABLE_CHANGED(Code)



INIT_MIRROR
final static int INIT_MIRROR(Code)



LAST_DEFINED_BIT
final static int LAST_DEFINED_BIT(Code)



PLANES_CHANGED
final static int PLANES_CHANGED(Code)



PLANE_CHANGED
final static int PLANE_CHANGED(Code)



SCOPE_CHANGED
final static int SCOPE_CHANGED(Code)



boundingLeaf
BoundingLeafRetained boundingLeaf(Code)
The bounding leaf reference



enableFlag
boolean enableFlag(Code)



enables
boolean[] enables(Code)



environmentSets
UnorderList environmentSets(Code)
The EnvironmentSets which reference this model clip. Note that multiple RenderBin update thread may access this shared environmentSets simultaneously. So we use UnorderList which sync. all the operations.



inImmCtx
boolean inImmCtx(Code)



isScoped
boolean isScoped(Code)



isViewScoped
boolean isViewScoped(Code)



mirrorModelClip
ModelClipRetained mirrorModelClip(Code)



planes
Vector4d[] planes(Code)
The clip planes and the enable bits



region
Bounds region(Code)
The transformed value of the influencingRegion.



regionOfInfluence
Bounds regionOfInfluence(Code)
The Boundary object defining the model clip's region of influencing



scopes
Vector scopes(Code)
Vector of GroupRetained nodes that scopes this model clip.



sgModelClip
ModelClipRetained sgModelClip(Code)



targetThreads
final static int targetThreads(Code)



tempKey
HashKey tempKey(Code)



xformPlanes
Vector4d[] xformPlanes(Code)




Constructor Detail
ModelClipRetained
ModelClipRetained()(Code)
Constructs and initializes model clip planes




Method Detail
addScope
void addScope(Group scope)(Code)
Appends the specified scope to this node's list of scopes.
Parameters:
  scope - the scope to add to this node's list of scopes



clearLive
void clearLive(SetLiveState s)(Code)
This clearLive routine first calls the superclass's method, then it removes itself to the list of model clip



clearMirrorObject
void clearMirrorObject(Object[] args)(Code)



clone
protected Object clone()(Code)



getAllScopes
Enumeration getAllScopes()(Code)
Returns an enumeration object of the scoperen. an enumeration object of the scoperen



getEnable
boolean getEnable(int planeNum)(Code)
Gets the specified enable



getEnables
void getEnables(boolean[] enables)(Code)
Gets enables



getInImmCtx
boolean getInImmCtx()(Code)
This gets the immedate mode context flag



getInfluencingBoundingLeaf
BoundingLeaf getInfluencingBoundingLeaf()(Code)
Get the Model Clip's region of influencing.



getInfluencingBounds
Bounds getInfluencingBounds()(Code)
Get the Model Clip's region of influencing.



getMirrorObjects
void getMirrorObjects(ArrayList leafList, HashKey key)(Code)



getPlane
void getPlane(int planeNum, Vector4d plane)(Code)
Gets the specified clipping plane



getPlanes
void getPlanes(Vector4d[] planes)(Code)
Gets planes



getScope
Group getScope(int index)(Code)
Returns the scope specified by the index.
Parameters:
  index - which scope to return the scoperen at location index



indexOfScope
int indexOfScope(Group node)(Code)
Returns the index of the specified Group node within the ModelClip's list of scoped Group nodes
Parameters:
  Group - node whose index is desired index of this node



initAddScope
void initAddScope(Group scope)(Code)
Appends the specified scope to this node's list of scopes before the fog is alive
Parameters:
  scope - the scope to add to this node's list of scopes



initEnable
void initEnable(int planeNum, boolean enable)(Code)
Initializes planes before the object is live



initEnables
void initEnables(boolean[] enables)(Code)
Initializes planes before the object is live



initInfluencingBoundingLeaf
void initInfluencingBoundingLeaf(BoundingLeaf region)(Code)
Set the Model Clip's region of influencing to the specified Leaf node.



initInfluencingBounds
void initInfluencingBounds(Bounds region)(Code)
Set the Model Clip's region of influencing



initInsertScope
void initInsertScope(Node scope, int index)(Code)
Inserts the specified scope at specified index
Parameters:
  scope - the new scope
Parameters:
  index - position to insert new scope at



initMirrorObject
void initMirrorObject(Object[] args)(Code)



initPlane
void initPlane(int planeNum, Vector4d plane)(Code)
Initializes planes before the object is live



initPlanes
void initPlanes(Vector4d[] planes)(Code)
Initializes planes before the object is live



initRemoveAllScopes
void initRemoveAllScopes()(Code)



initRemoveScope
void initRemoveScope(int index)(Code)



initRemoveScope
void initRemoveScope(Group node)(Code)



initScope
void initScope(Group scope, int index)(Code)
Replaces the specified scope with the scope provided.
Parameters:
  scope - the new scope
Parameters:
  index - which scope to replace



insertScope
void insertScope(Node scope, int index)(Code)
Inserts the specified scope at specified index and sends a message
Parameters:
  scope - the new scope
Parameters:
  index - position to insert new scope at



mergeTransform
void mergeTransform(TransformGroupRetained staticTransform)(Code)



numScopes
int numScopes()(Code)
Returns a count of this nodes' scopes. the number of scopes descendant from this node



printEnables
void printEnables(String string, boolean[] enables)(Code)



printPlane
void printPlane(int index, String string)(Code)



printPlanes
void printPlanes(String string, Vector4d[] planes)(Code)



removeAllScopes
void removeAllScopes()(Code)
Removes all the Group nodes from the ModelClip's scope list. The ModelClip reverts to universal scope.



removeScope
void removeScope(int index)(Code)



removeScope
void removeScope(Group node)(Code)
Removes the specified Group node from this ModelClip's list of scopes if the specified node is not found in the list of scoped nodes, method returns quietly.
Parameters:
  Group - node to be removed



sendMessage
final void sendMessage(int attrMask, Object attr1, Object attr2)(Code)



setEnable
void setEnable(int planeNum, boolean enable)(Code)
Sets the clip planes and send a message



setEnables
void setEnables(boolean[] enables)(Code)
Sets the clip planes and send a message



setInImmCtx
void setInImmCtx(boolean inCtx)(Code)
This sets the immedate mode context flag



setInfluencingBoundingLeaf
void setInfluencingBoundingLeaf(BoundingLeaf region)(Code)
Set the Model Clip's region of influencing to the specified Leaf node.



setInfluencingBounds
void setInfluencingBounds(Bounds region)(Code)
Set the Model Clip's region of influencing and send message



setLive
void setLive(SetLiveState s)(Code)



setPlane
void setPlane(int planeNum, Vector4d plane)(Code)
Sets the clip planes and send a message



setPlanes
void setPlanes(Vector4d[] planes)(Code)
Sets the clip planes and send a message



setScope
void setScope(Group scope, int index)(Code)
Replaces the specified scope with the scope provided.
Parameters:
  scope - the new scope
Parameters:
  index - which scope to replace



update
void update(Canvas3D cv, int enableMask)(Code)
This method and its native counterpart update the native context model clip planes.



update
void update(Context ctx, int enableMask, Transform3D trans)(Code)



updateBoundingLeaf
void updateBoundingLeaf()(Code)
Note: This routine will only be called on the mirror object - will update the object's cached region and transformed region



updateImmediateMirrorObject
void updateImmediateMirrorObject(Object[] objs)(Code)



updateImmediateTransformChange
void updateImmediateTransformChange()(Code)



updateMirrorObject
void updateMirrorObject(Object[] objs)(Code)



Fields inherited from javax.media.j3d.LeafRetained
boolean boundsDirty(Code)(Java Doc)
SwitchState switchState(Code)(Java Doc)

Methods inherited from javax.media.j3d.LeafRetained
protected Object clone(boolean forceDuplicate)(Code)(Java Doc)
void getMirrorObjects(ArrayList l, HashKey k)(Code)(Java Doc)
void updateBoundingLeaf()(Code)(Java Doc)
void updateBounds()(Code)(Java Doc)
void updateMirrorObject(Object[] args)(Code)(Java Doc)
void updateTransformChange()(Code)(Java Doc)

Fields inherited from javax.media.j3d.NodeRetained
final static int ALTERNATEAPPEARANCE(Code)(Java Doc)
final static int AMBIENTLIGHT(Code)(Java Doc)
final static int BACKGROUND(Code)(Java Doc)
final static int BACKGROUNDSOUND(Code)(Java Doc)
final static int BEHAVIOR(Code)(Java Doc)
final static int BOUNDINGLEAF(Code)(Java Doc)
final static int BRANCHGROUP(Code)(Java Doc)
final static int CLIP(Code)(Java Doc)
final static int CONESOUND(Code)(Java Doc)
final static int CONTAINS_VIEWPLATFORM(Code)(Java Doc)
final static int CURRENT_LOCAL_TO_VWORLD(Code)(Java Doc)
final static int DECALGROUP(Code)(Java Doc)
final static int DIRECTIONALLIGHT(Code)(Java Doc)
final static int EXPONENTIALFOG(Code)(Java Doc)
final static int GROUP(Code)(Java Doc)
final static int LAST_LOCAL_TO_VWORLD(Code)(Java Doc)
final static int LINEARFOG(Code)(Java Doc)
final static int LINK(Code)(Java Doc)
final static int MODELCLIP(Code)(Java Doc)
final static int MORPH(Code)(Java Doc)
final static int NUMNODES(Code)(Java Doc)
final static int ORDEREDGROUP(Code)(Java Doc)
final static int ORIENTEDSHAPE3D(Code)(Java Doc)
final static int POINTLIGHT(Code)(Java Doc)
final static int POINTSOUND(Code)(Java Doc)
final static int SHAPE(Code)(Java Doc)
final static int SHAREDGROUP(Code)(Java Doc)
final static int SOUNDSCAPE(Code)(Java Doc)
final static int SPOTLIGHT(Code)(Java Doc)
final static int SWITCH(Code)(Java Doc)
final static int TRANSFORMGROUP(Code)(Java Doc)
final static int VIEWPLATFORM(Code)(Java Doc)
final static int VIEWSPECIFICGROUP(Code)(Java Doc)
Bounds apiBounds(Code)(Java Doc)
boolean boundsAutoCompute(Code)(Java Doc)
ArrayList branchGroupPaths(Code)(Java Doc)
protected Bounds cachedBounds(Code)(Java Doc)
int childIndex(Code)(Java Doc)
boolean collidable(Code)(Java Doc)
BackgroundRetained geometryBackground(Code)(Java Doc)
boolean inSharedGroup(Code)(Java Doc)
Bounds localBounds(Code)(Java Doc)
Transform3D localToVworld(Code)(Java Doc)
int localToVworldIndex(Code)(Java Doc)
HashKey localToVworldKeys(Code)(Java Doc)
Locale locale(Code)(Java Doc)
int nnuId(Code)(Java Doc)
String nodeId(Code)(Java Doc)
int nodeType(Code)(Java Doc)
Integer orderedId(Code)(Java Doc)
NodeRetained parent(Code)(Java Doc)
GroupRetained parentSwitchLink(Code)(Java Doc)
GroupRetained parentTransformLink(Code)(Java Doc)
boolean pickable(Code)(Java Doc)
int refCount(Code)(Java Doc)
TransformGroupRetained staticTransform(Code)(Java Doc)
VirtualUniverse universe(Code)(Java Doc)
protected boolean validCachedBounds(Code)(Java Doc)

Methods inherited from javax.media.j3d.NodeRetained
void clearLive(SetLiveState s)(Code)(Java Doc)
void computeCombineBounds(Bounds bounds)(Code)(Java Doc)
void computeNonLiveLocalToVworld(Transform3D t, Node caller)(Code)(Java Doc)
void dirtyBoundsCache()(Code)(Java Doc)
void doSetLive(SetLiveState s)(Code)(Java Doc)
public int equal(NnuId obj)(Code)(Java Doc)
void findCollidableFlags(boolean collide)(Code)(Java Doc)
void findPickableFlags(boolean pick)(Code)(Java Doc)
void findTransformLevels(int transformLevels)(Code)(Java Doc)
Bounds getBounds()(Code)(Java Doc)
boolean getBoundsAutoCompute()(Code)(Java Doc)
boolean getCollidable()(Code)(Java Doc)
Transform3D getCurrentLocalToVworld()(Code)(Java Doc)
Transform3D getCurrentLocalToVworld(int index)(Code)(Java Doc)
Transform3D getCurrentLocalToVworld(HashKey key)(Code)(Java Doc)
Bounds getEffectiveBounds()(Code)(Java Doc)
public int getId()(Code)(Java Doc)
Transform3D getLastLocalToVworld()(Code)(Java Doc)
Transform3D getLastLocalToVworld(int index)(Code)(Java Doc)
Transform3D getLastLocalToVworld(HashKey key)(Code)(Java Doc)
Bounds getLocalBounds(Bounds bounds)(Code)(Java Doc)
void getLocalToVworld(Transform3D t)(Code)(Java Doc)
void getLocalToVworld(SceneGraphPath path, Transform3D t)(Code)(Java Doc)
void getLocalToVworld(Transform3D t, HashKey key)(Code)(Java Doc)
Locale getLocale()(Code)(Java Doc)
NodeRetained getParent()(Code)(Java Doc)
boolean getPickable()(Code)(Java Doc)
VirtualUniverse getVirtualUniverse()(Code)(Java Doc)
boolean isStatic()(Code)(Java Doc)
void merge(CompileState compState)(Code)(Java Doc)
void mergeTransform(TransformGroupRetained xform)(Code)(Java Doc)
void notifySceneGraphChanged(boolean globalTraverse)(Code)(Java Doc)
int[] processViewSpecificInfo(int mode, HashKey k, View v, ArrayList vsgList, int[] keyList, ArrayList leafList)(Code)(Java Doc)
void recombineAbove()(Code)(Java Doc)
void removeNodeData(SetLiveState s)(Code)(Java Doc)
void searchGeometryAtoms(UnorderList list)(Code)(Java Doc)
void setAuxData(SetLiveState s, int index, int hkIndex)(Code)(Java Doc)
void setBounds(Bounds bounds)(Code)(Java Doc)
void setBoundsAutoCompute(boolean autoCompute)(Code)(Java Doc)
void setCollidable(boolean collidable)(Code)(Java Doc)
void setLive(SetLiveState s)(Code)(Java Doc)
void setNodeData(SetLiveState s)(Code)(Java Doc)
void setParent(NodeRetained parent)(Code)(Java Doc)
void setPickable(boolean pickable)(Code)(Java Doc)
void transformBounds(SceneGraphPath path, Bounds bound)(Code)(Java Doc)
void updateCollidable(HashKey keys, boolean collide)(Code)(Java Doc)
synchronized void updateLocalToVworld()(Code)(Java Doc)
void updatePickable(HashKey pickKeys, boolean pick)(Code)(Java Doc)

Fields inherited from javax.media.j3d.SceneGraphObjectRetained
final static int DONT_MERGE(Code)(Java Doc)
final static int MERGE(Code)(Java Doc)
final static int MERGE_DONE(Code)(Java Doc)
boolean inBackgroundGroup(Code)(Java Doc)
boolean inSetLive(Code)(Java Doc)
int mergeFlag(Code)(Java Doc)
boolean onUpdateList(Code)(Java Doc)
SceneGraphObject source(Code)(Java Doc)

Methods inherited from javax.media.j3d.SceneGraphObjectRetained
void clearLive(VirtualUniverse univ, int index, boolean sharedGroup, HashKey[] keys)(Code)(Java Doc)
void clearLive()(Code)(Java Doc)
protected Object clone()(Code)(Java Doc)
void compile(CompileState compState)(Code)(Java Doc)
void doSetLive(boolean inBackgroundGroup)(Code)(Java Doc)
void doSetLive(SetLiveState s)(Code)(Java Doc)
SceneGraphObject getSource()(Code)(Java Doc)
VirtualUniverse getVirtualUniverse()(Code)(Java Doc)
void handleFrequencyChange(int bit)(Code)(Java Doc)
boolean isInSetLive()(Code)(Java Doc)
boolean isStatic()(Code)(Java Doc)
void markAsLive()(Code)(Java Doc)
void merge(CompileState compState)(Code)(Java Doc)
void mergeTransform(TransformGroupRetained xform)(Code)(Java Doc)
void setCompiled()(Code)(Java Doc)
void setLive(boolean inBackgroundGroup)(Code)(Java Doc)
void setLive(SetLiveState s)(Code)(Java Doc)
void setSource(SceneGraphObject source)(Code)(Java Doc)
void traverse(boolean sameLevel, int level)(Code)(Java Doc)

Fields inherited from javax.media.j3d.IndexedObject
int[][] listIdx(Code)(Java Doc)

Methods inherited from javax.media.j3d.IndexedObject
synchronized int getIdxUsed(VirtualUniverse u)(Code)(Java Doc)
abstract VirtualUniverse getVirtualUniverse()(Code)(Java Doc)
void incIdxUsed()(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.