| |
|
| java.lang.Object javax.media.j3d.IndexedObject javax.media.j3d.SceneGraphObjectRetained javax.media.j3d.NodeRetained javax.media.j3d.LeafRetained javax.media.j3d.SoundscapeRetained
SoundscapeRetained | class SoundscapeRetained extends LeafRetained (Code) | | The SoundscapeRetained object defines all soundscape rendering state
as a subclass of a Leaf node.
|
APPLICATION_BOUNDS_CHANGED | final static int APPLICATION_BOUNDS_CHANGED(Code) | | |
ATTRIBUTES_CHANGED | final static int ATTRIBUTES_CHANGED(Code) | | |
BOUNDING_LEAF_CHANGED | final static int BOUNDING_LEAF_CHANGED(Code) | | |
applicationRegion | Bounds applicationRegion(Code) | | Soundscape nodes application region
|
isViewScoped | boolean isViewScoped(Code) | | |
targetThreads | int targetThreads(Code) | | |
transformedRegion | Bounds transformedRegion(Code) | | The transformed Application Region
|
SoundscapeRetained | SoundscapeRetained()(Code) | | |
clearLive | void clearLive(SetLiveState s)(Code) | | This clearLive routine first calls the superclass's method, then
it removes itself to the list of lights
|
dispatchMessage | void dispatchMessage(int dirtyBit, Object argument)(Code) | | |
getApplicationBoundingLeaf | BoundingLeaf getApplicationBoundingLeaf()(Code) | | Get the Soundscape's application region
|
getApplicationBounds | Bounds getApplicationBounds()(Code) | | Get the Soundscape's application region.
this Soundscape's application region information |
getAuralAttributes | AuralAttributes getAuralAttributes()(Code) | | Retrieve a reference to Aural Attributes
attributes aural attributes to be returned |
setApplicationBoundingLeaf | void setApplicationBoundingLeaf(BoundingLeaf region)(Code) | | Set the Soundscape's application region to the specified Leaf node.
|
setApplicationBounds | void setApplicationBounds(Bounds region)(Code) | | Set the Soundscape's application region.
Parameters: region - a region that contains the Soundscape's new application region |
setAuralAttributes | void setAuralAttributes(AuralAttributes attributes)(Code) | | Set a set of aural attributes for this Soundscape
Parameters: attributes - aural attributes to be set |
setLive | void setLive(SetLiveState s)(Code) | | This setLive routine first calls the superclass's method, then
it adds itself to the list of soundscapes
|
updateBoundingLeaf | void updateBoundingLeaf(long refTime)(Code) | | |
updateMirrorObject | synchronized void updateMirrorObject(Object[] objs)(Code) | | |
updateTransformChange | synchronized void updateTransformChange()(Code) | | |
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.IndexedObject | int[][] listIdx(Code)(Java Doc)
|
|
|
|