A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

absolute(Tuple2d) - Method in class javax.vecmath.Tuple2d
Sets each component of the tuple parameter to its absolute value and places the modified values into this tuple.
absolute() - Method in class javax.vecmath.Tuple2d
Sets each component of this tuple to its absolute value.
absolute(Tuple2f) - Method in class javax.vecmath.Tuple2f
Sets each component of the tuple parameter to its absolute value and places the modified values into this tuple.
absolute() - Method in class javax.vecmath.Tuple2f
Sets each component of this tuple to its absolute value.
absolute(Tuple2i) - Method in class javax.vecmath.Tuple2i
Sets each component of the tuple parameter to its absolute value and places the modified values into this tuple.
absolute() - Method in class javax.vecmath.Tuple2i
Sets each component of this tuple to its absolute value.
absolute(Tuple3d) - Method in class javax.vecmath.Tuple3d
Sets each component of the tuple parameter to its absolute value and places the modified values into this tuple.
absolute() - Method in class javax.vecmath.Tuple3d
Sets each component of this tuple to its absolute value.
absolute(Tuple3f) - Method in class javax.vecmath.Tuple3f
Sets each component of the tuple parameter to its absolute value and places the modified values into this tuple.
absolute() - Method in class javax.vecmath.Tuple3f
Sets each component of this tuple to its absolute value.
absolute(Tuple3i) - Method in class javax.vecmath.Tuple3i
Sets each component of the tuple parameter to its absolute value and places the modified values into this tuple.
absolute() - Method in class javax.vecmath.Tuple3i
Sets each component of this tuple to its absolute value.
absolute(Tuple4d) - Method in class javax.vecmath.Tuple4d
Sets each component of the tuple parameter to its absolute value and places the modified values into this tuple.
absolute() - Method in class javax.vecmath.Tuple4d
Sets each component of this tuple to its absolute value.
absolute(Tuple4f) - Method in class javax.vecmath.Tuple4f
Sets each component of the tuple parameter to its absolute value and places the modified values into this tuple.
absolute() - Method in class javax.vecmath.Tuple4f
Sets each component of this tuple to its absolute value.
absolute(Tuple4i) - Method in class javax.vecmath.Tuple4i
Sets each component of the tuple parameter to its absolute value and places the modified values into this tuple.
absolute() - Method in class javax.vecmath.Tuple4i
Sets each component of this tuple to its absolute value.
AccelerationTime(Object[]) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior
Property which sets the time interval for accelerating to the translation, rotation, or scale speeds and for transitioning between the normal and fast translation speeds.
active - Variable in class com.sun.j3d.audioengines.AudioEngineThread
This indicates that this thread has been activated by MC
add(HiResCoord, HiResCoord) - Method in class javax.media.j3d.HiResCoord
Adds two HiResCoords placing the results into this HiResCoord.
add(Transform3D) - Method in class javax.media.j3d.Transform3D
Adds this transform to transform t1 and places the result into this: this = this + t1.
add(Transform3D, Transform3D) - Method in class javax.media.j3d.Transform3D
Adds transforms t1 and t2 and places the result into this transform.
add(GMatrix) - Method in class javax.vecmath.GMatrix
Sets the value of this matrix to sum of itself and matrix m1.
add(GMatrix, GMatrix) - Method in class javax.vecmath.GMatrix
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
add(GVector) - Method in class javax.vecmath.GVector
Sets the value of this vector to sum of itself and the specified vector
add(GVector, GVector) - Method in class javax.vecmath.GVector
Sets the value of this vector to the vector sum of vectors vector1 and vector2.
add(double) - Method in class javax.vecmath.Matrix3d
Adds a scalar to each component of this matrix.
add(double, Matrix3d) - Method in class javax.vecmath.Matrix3d
Adds a scalar to each component of the matrix m1 and places the result into this.
add(Matrix3d, Matrix3d) - Method in class javax.vecmath.Matrix3d
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
add(Matrix3d) - Method in class javax.vecmath.Matrix3d
Sets the value of this matrix to the sum of itself and matrix m1.
add(float) - Method in class javax.vecmath.Matrix3f
Adds a scalar to each component of this matrix.
add(float, Matrix3f) - Method in class javax.vecmath.Matrix3f
Adds a scalar to each component of the matrix m1 and places the result into this.
add(Matrix3f, Matrix3f) - Method in class javax.vecmath.Matrix3f
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
add(Matrix3f) - Method in class javax.vecmath.Matrix3f
Sets the value of this matrix to the matrix sum of itself and matrix m1.
add(double) - Method in class javax.vecmath.Matrix4d
Adds a scalar to each component of this matrix.
add(double, Matrix4d) - Method in class javax.vecmath.Matrix4d
Adds a scalar to each component of the matrix m1 and places the result into this.
add(Matrix4d, Matrix4d) - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
add(Matrix4d) - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix to sum of itself and matrix m1.
add(float) - Method in class javax.vecmath.Matrix4f
Adds a scalar to each component of this matrix.
add(float, Matrix4f) - Method in class javax.vecmath.Matrix4f
Adds a scalar to each component of the matrix m1 and places the result into this.
add(Matrix4f, Matrix4f) - Method in class javax.vecmath.Matrix4f
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
add(Matrix4f) - Method in class javax.vecmath.Matrix4f
Sets the value of this matrix to the sum of itself and matrix m1.
add(Tuple2d, Tuple2d) - Method in class javax.vecmath.Tuple2d
Sets the value of this tuple to the vector sum of tuples t1 and t2.
add(Tuple2d) - Method in class javax.vecmath.Tuple2d
Sets the value of this tuple to the vector sum of itself and tuple t1.
add(Tuple2f, Tuple2f) - Method in class javax.vecmath.Tuple2f
Sets the value of this tuple to the vector sum of tuples t1 and t2.
add(Tuple2f) - Method in class javax.vecmath.Tuple2f
Sets the value of this tuple to the vector sum of itself and tuple t1.
add(Tuple2i, Tuple2i) - Method in class javax.vecmath.Tuple2i
Sets the value of this tuple to the sum of tuples t1 and t2.
add(Tuple2i) - Method in class javax.vecmath.Tuple2i
Sets the value of this tuple to the sum of itself and t1.
add(Tuple3d, Tuple3d) - Method in class javax.vecmath.Tuple3d
Sets the value of this tuple to the sum of tuples t1 and t2.
add(Tuple3d) - Method in class javax.vecmath.Tuple3d
Sets the value of this tuple to the sum of itself and t1.
add(Tuple3f, Tuple3f) - Method in class javax.vecmath.Tuple3f
Sets the value of this tuple to the vector sum of tuples t1 and t2.
add(Tuple3f) - Method in class javax.vecmath.Tuple3f
Sets the value of this tuple to the vector sum of itself and tuple t1.
add(Tuple3i, Tuple3i) - Method in class javax.vecmath.Tuple3i
Sets the value of this tuple to the sum of tuples t1 and t2.
add(Tuple3i) - Method in class javax.vecmath.Tuple3i
Sets the value of this tuple to the sum of itself and t1.
add(Tuple4d, Tuple4d) - Method in class javax.vecmath.Tuple4d
Sets the value of this tuple to the tuple sum of tuples t1 and t2.
add(Tuple4d) - Method in class javax.vecmath.Tuple4d
Sets the value of this tuple to the sum of itself and tuple t1.
add(Tuple4f, Tuple4f) - Method in class javax.vecmath.Tuple4f
Sets the value of this tuple to the sum of tuples t1 and t2.
add(Tuple4f) - Method in class javax.vecmath.Tuple4f
Sets the value of this tuple to the sum of itself and t1.
add(Tuple4i, Tuple4i) - Method in class javax.vecmath.Tuple4i
Sets the value of this tuple to the sum of tuples t1 and t2.
add(Tuple4i) - Method in class javax.vecmath.Tuple4i
Sets the value of this tuple to the sum of itself and t1.
addBackgroundNode(Background) - Method in class com.sun.j3d.loaders.SceneBase
Adds the given Background node to the list of backgrounds.
addBehaviorNode(Behavior) - Method in class com.sun.j3d.loaders.SceneBase
Adds the given behavior to a list of behaviors
addBranchGraph(BranchGroup) - Method in class com.sun.j3d.utils.universe.SimpleUniverse
Used to add Nodes to the geometry side (as opposed to the view side) of the scene graph.
addBranchGraph(BranchGroup) - Method in class javax.media.j3d.Locale
Add a new branch graph rooted at BranchGroup to the list of branch graphs.
addCanvas3D(Canvas3D) - Method in class javax.media.j3d.View
Adds the given Canvas3D at the end of the list.
addChild(Node) - Method in class javax.media.j3d.Group
Appends the specified child node to this group node's list of children.
addChild(Node, int[]) - Method in class javax.media.j3d.OrderedGroup
Appends the specified child node to this group node's list of children, and sets the child index order array to the specified array.
addChild(Node) - Method in class javax.media.j3d.OrderedGroup
Appends the specified child node to this group node's list of children.
addDescription(String) - Method in class com.sun.j3d.loaders.SceneBase
Sets the text description of the scene to the passed in String.
addFogNode(Fog) - Method in class com.sun.j3d.loaders.SceneBase
Adds the given Fog node to the list of fog nodes.
addGeometry(Geometry) - Method in class javax.media.j3d.Shape3D
Appends the specified geometry component to this Shape3D node's list of geometry components.
addGraphStructureChangeListener(GraphStructureChangeListener) - Method in class javax.media.j3d.VirtualUniverse
Adds the specified GraphStructureChangeListener to the set of listeners that will be notified when the graph structure is changed on a live scene graph.
addHorizontalFOV(float) - Method in class com.sun.j3d.loaders.SceneBase
Adds the given field of view value to the list of field of view values.
addInputDevice(InputDevice) - Method in class javax.media.j3d.PhysicalEnvironment
Add an input device to the list of input devices.
addLight(Light) - Method in class javax.media.j3d.GraphicsContext3D
Appends the specified light to this graphics context's list of lights.
addLightNode(Light) - Method in class com.sun.j3d.loaders.SceneBase
Adds the given Light node to the list of lights.
addListener(Component) - Method in class com.sun.j3d.utils.behaviors.keyboard.KeyNavigatorBehavior
Adds this behavior as a KeyListener to the specified component.
addListener(Component) - Method in class com.sun.j3d.utils.behaviors.mouse.MouseBehavior
Adds this behavior as a MouseListener, mouseWheelListener and MouseMotionListener to the specified component.
addNamedObject(String, Object) - Method in class com.sun.j3d.loaders.SceneBase
Adds the given String/Object pair to the table of named objects.
addNotify() - Method in class javax.media.j3d.Canvas3D
Canvas3D uses the addNotify callback to track when it is added to a container.
addObjectName(String, SceneGraphObject) - Method in class com.sun.j3d.utils.scenegraph.io.SceneGraphFileWriter
Add a named reference to a SceneGraphObject in the file.
addReference(SceneGraphObject) - Method in interface com.sun.j3d.utils.scenegraph.io.SceneGraphObjectReferenceControl
Add a reference to the scenegraph object specified and return the nodeID for the object Use only during the save cycle
addRenderingErrorListener(RenderingErrorListener) - Static method in class javax.media.j3d.VirtualUniverse
Adds the specified RenderingErrorListener to the set of listeners that will be notified when a rendering error is detected.
addScope(Group) - Method in class javax.media.j3d.AlternateAppearance
Appends the specified Group node to this AlternateAppearance node's list of scopes.
addScope(Group) - Method in class javax.media.j3d.Fog
Appends the specified Group node to this Fog node's list of scopes.
addScope(Group) - Method in class javax.media.j3d.Light
Appends the specified Group node to this Light node's list of scopes.
addScope(Group) - Method in class javax.media.j3d.ModelClip
Appends the specified Group node to this ModelClip node's list of scopes.
addSensorButtonListener(Sensor, int, SensorButtonListener) - Method in class com.sun.j3d.utils.behaviors.sensor.SensorEventAgent
Creates a binding of the specified sensor button to the given SensorButtonListener implementation.
addSensorButtonListener(Sensor, SensorButtonListener) - Method in class com.sun.j3d.utils.behaviors.sensor.SensorEventAgent
Creates a binding from all the buttons on the specified sensor to the given SensorButtonListener implementation.
addSensorButtonListeners(Sensor, SensorButtonListener[]) - Method in class com.sun.j3d.utils.behaviors.sensor.SensorEventAgent
Creates a binding of the specified sensor to the given array of SensorButtonListener implementations.
addSensorReadListener(Sensor, SensorReadListener) - Method in class com.sun.j3d.utils.behaviors.sensor.SensorEventAgent
Creates a binding of the specified sensor to the given SensorReadListener.
addShaderErrorListener(ShaderErrorListener) - Method in class javax.media.j3d.VirtualUniverse
Adds the specified ShaderErrorListener to the set of listeners that will be notified when a programmable shader error is detected on a live scene graph.
addSound(Sound) - Method in class javax.media.j3d.GraphicsContext3D
Appends the specified sound to this graphics context's list of sounds.
addSoundNode(Sound) - Method in class com.sun.j3d.loaders.SceneBase
Adds the given Sound node to the list of sounds.
addSwitch(Switch) - Method in class javax.media.j3d.LOD
Appends the specified switch node to this LOD's list of switches.
addView(View) - Method in class javax.media.j3d.ViewSpecificGroup
Appends the specified View object to this node's list of views.
addViewGroup(TransformGroup) - Method in class com.sun.j3d.loaders.SceneBase
Adds the given group to the list of view groups.
AFFINE - Static variable in class javax.media.j3d.Transform3D
An affine matrix can translate, rotate, reflect, scale anisotropically, and shear.
ALIGN_CENTER - Static variable in class javax.media.j3d.Text3D
alignment: the center of the string is placed on the position point.
ALIGN_FIRST - Static variable in class javax.media.j3d.Text3D
alignment: the first character of the string is placed on the position point.
ALIGN_LAST - Static variable in class javax.media.j3d.Text3D
alignment: the last character of the string is placed on the position point.
ALL_GEOM_INFO - Static variable in class javax.media.j3d.PickInfo
Specifies that this PickInfo returns all the closest intersection geometry informations.
allElements() - Method in class javax.media.j3d.WakeupCondition
Returns an enumeration of all WakeupCriterias in this Condition.
ALLOW_ALIGNMENT_READ - Static variable in class javax.media.j3d.Text3D
Specifies that this Text3D object allows reading the text alignment value.
ALLOW_ALIGNMENT_WRITE - Static variable in class javax.media.j3d.Text3D
Specifies that this Text3D object allows writing the text alignment value.
ALLOW_ALPHA_TEST_FUNCTION_READ - Static variable in class javax.media.j3d.RenderingAttributes
Specifies that this RenderingAttributes object allows reading its alpha test function component information.
ALLOW_ALPHA_TEST_FUNCTION_WRITE - Static variable in class javax.media.j3d.RenderingAttributes
Specifies that this RenderingAttributes object allows writing its alpha test function component information.
ALLOW_ALPHA_TEST_VALUE_READ - Static variable in class javax.media.j3d.RenderingAttributes
Specifies that this RenderingAttributes object allows reading its alpha test value component information.
ALLOW_ALPHA_TEST_VALUE_WRITE - Static variable in class javax.media.j3d.RenderingAttributes
Specifies that this RenderingAttributes object allows writing its alpha test value component information.
ALLOW_ANGULAR_ATTENUATION_READ - Static variable in class javax.media.j3d.ConeSound
Specifies that this ConeSound allows access to its object's cone params information.
ALLOW_ANGULAR_ATTENUATION_WRITE - Static variable in class javax.media.j3d.ConeSound
Specifies that this ConeSound allows writing to its object's cone params information.
ALLOW_ANISOTROPIC_FILTER_READ - Static variable in class javax.media.j3d.Texture
Specifies that this Texture object allows reading its anistropic filter information (e.g., anisotropic mode, anisotropic filter)
ALLOW_ANTIALIASING_READ - Static variable in class javax.media.j3d.LineAttributes
Specifies that this LineAttributes object allows reading its line antialiasing flag.
ALLOW_ANTIALIASING_READ - Static variable in class javax.media.j3d.PointAttributes
Specifies that this PointAttributes object allows reading its point antialiasing flag.
ALLOW_ANTIALIASING_WRITE - Static variable in class javax.media.j3d.LineAttributes
Specifies that this LineAttributes object allows writing its line antialiasing flag.
ALLOW_ANTIALIASING_WRITE - Static variable in class javax.media.j3d.PointAttributes
Specifies that this PointAttributes object allows writing its point antialiasing flag.
ALLOW_APPEARANCE_OVERRIDE_READ - Static variable in class javax.media.j3d.Morph
Deprecated. Specifies that this node allows reading its appearance override enable flag.
ALLOW_APPEARANCE_OVERRIDE_READ - Static variable in class javax.media.j3d.Shape3D
Specifies that this node allows reading its appearance override enable flag.
ALLOW_APPEARANCE_OVERRIDE_WRITE - Static variable in class javax.media.j3d.Morph
Deprecated. Specifies that this node allows writing its appearance override enable flag.
ALLOW_APPEARANCE_OVERRIDE_WRITE - Static variable in class javax.media.j3d.Shape3D
Specifies that this node allows writing its appearance override enable flag.
ALLOW_APPEARANCE_READ - Static variable in class javax.media.j3d.AlternateAppearance
Specifies that this AlternateAppearance node allows read access to its appearance information.
ALLOW_APPEARANCE_READ - Static variable in class javax.media.j3d.Morph
Deprecated. Specifies that the node allows read access to its appearance information.
ALLOW_APPEARANCE_READ - Static variable in class javax.media.j3d.Shape3D
Specifies that the node allows read access to its appearance information.
ALLOW_APPEARANCE_WRITE - Static variable in class javax.media.j3d.AlternateAppearance
Specifies that this AlternateAppearance node allows write access to its appearance information.
ALLOW_APPEARANCE_WRITE - Static variable in class javax.media.j3d.Morph
Deprecated. Specifies that the node allows write access to its appearance information.
ALLOW_APPEARANCE_WRITE - Static variable in class javax.media.j3d.Shape3D
Specifies that the node allows write access to its appearance information.
ALLOW_APPLICATION_BOUNDS_READ - Static variable in class javax.media.j3d.Background
Specifies that the Background allows read access to its application bounds and bounding leaf at runtime.
ALLOW_APPLICATION_BOUNDS_READ - Static variable in class javax.media.j3d.Clip
Specifies that the Clip allows read access to its application bounds and bounding leaf at runtime.
ALLOW_APPLICATION_BOUNDS_READ - Static variable in class javax.media.j3d.Soundscape
For Soundscape component objects, specifies that this object allows read access to its application bounds
ALLOW_APPLICATION_BOUNDS_WRITE - Static variable in class javax.media.j3d.Background
Specifies that the Background allows write access to its application bounds and bounding leaf at runtime.
ALLOW_APPLICATION_BOUNDS_WRITE - Static variable in class javax.media.j3d.Clip
Specifies that the Clip allows write access to its application bounds and bounding leaf at runtime.
ALLOW_APPLICATION_BOUNDS_WRITE - Static variable in class javax.media.j3d.Soundscape
For Soundscape component objects, specifies that this object allows write access to its application bounds
ALLOW_ATTENUATION_READ - Static variable in class javax.media.j3d.PointLight
Specifies that this PointLight node allows reading its attenuation information.
ALLOW_ATTENUATION_WRITE - Static variable in class javax.media.j3d.PointLight
Specifies that this PointLight node allows writing its attenuation information.
ALLOW_ATTRIBUTE_GAIN_READ - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the reading of it's attribute gain scale factor information.
ALLOW_ATTRIBUTE_GAIN_WRITE - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the writing of it's attribute gain scale factor information.
ALLOW_ATTRIBUTES_READ - Static variable in class javax.media.j3d.ShaderAttributeSet
Specifies that this ShaderAttributeSet object allows reading its attributes.
ALLOW_ATTRIBUTES_READ - Static variable in class javax.media.j3d.Soundscape
For Soundscape component objects, specifies that this object allows the reading of it's aural attributes information
ALLOW_ATTRIBUTES_WRITE - Static variable in class javax.media.j3d.ShaderAttributeSet
Specifies that this ShaderAttributeSet object allows writing its attributes.
ALLOW_ATTRIBUTES_WRITE - Static variable in class javax.media.j3d.Soundscape
For Soundscape component objects, specifies that this object allows the writing of it's aural attribute information
ALLOW_AUTO_COMPUTE_BOUNDS_READ - Static variable in class javax.media.j3d.Node
Specifies that this Node allows read access to its bounds auto compute information.
ALLOW_AUTO_COMPUTE_BOUNDS_WRITE - Static variable in class javax.media.j3d.Node
Specifies that this Node allows write access to its bounds auto compute information.
ALLOW_AXIS_READ - Static variable in class javax.media.j3d.OrientedShape3D
Specifies that this OrientedShape3D node allows reading its alignment axis information.
ALLOW_AXIS_WRITE - Static variable in class javax.media.j3d.OrientedShape3D
Specifies that this OrientedShape3D node allows writing its alignment axis information.
ALLOW_BACK_DISTANCE_READ - Static variable in class javax.media.j3d.Clip
Specifies that the Clip allows read access to its back distance at runtime.
ALLOW_BACK_DISTANCE_WRITE - Static variable in class javax.media.j3d.Clip
Specifies that the Clip allows write access to its back distance at runtime.
ALLOW_BLEND_COLOR_READ - Static variable in class javax.media.j3d.TextureAttributes
Specifies that this TextureAttributes object allows reading its texture blend color component information.
ALLOW_BLEND_COLOR_WRITE - Static variable in class javax.media.j3d.TextureAttributes
Specifies that this TextureAttributes object allows writing its texture blend color component information.
ALLOW_BLEND_FUNCTION_READ - Static variable in class javax.media.j3d.TransparencyAttributes
Specifies that this TransparencyAttributes object allows reading its blend function.
ALLOW_BLEND_FUNCTION_WRITE - Static variable in class javax.media.j3d.TransparencyAttributes
Specifies that this TransparencyAttributes object allows writing its blend function.
ALLOW_BOUNDARY_COLOR_READ - Static variable in class javax.media.j3d.Texture
Specifies that this Texture object allows reading its boundary color information.
ALLOW_BOUNDARY_MODE_READ - Static variable in class javax.media.j3d.Texture
Specifies that this Texture object allows reading its boundary mode information.
ALLOW_BOUNDING_BOX_READ - Static variable in class javax.media.j3d.Text3D
Specifies that this Text3D object allows reading the text string bounding box value
ALLOW_BOUNDS_READ - Static variable in class javax.media.j3d.Node
Specifies that this Node allows read access to its bounds information.
ALLOW_BOUNDS_WRITE - Static variable in class javax.media.j3d.Node
Specifies that this Node allows write access to its bounds information.
ALLOW_CACHE_READ - Static variable in class javax.media.j3d.MediaContainer
For MediaContainer component objects, specifies that this object allows the reading of its cached flag.
ALLOW_CACHE_WRITE - Static variable in class javax.media.j3d.MediaContainer
For MediaContainer component objects, specifies that this object allows the writing of its cached flag.
ALLOW_CHANNELS_USED_READ - Static variable in class javax.media.j3d.Sound
Specifies that this node allows access to its number of channels used by this sound.
ALLOW_CHARACTER_SPACING_READ - Static variable in class javax.media.j3d.Text3D
Specifies that this Text3D object allows reading the text character spacing value.
ALLOW_CHARACTER_SPACING_WRITE - Static variable in class javax.media.j3d.Text3D
Specifies that this Text3D object allows writing the text character spacing value.
ALLOW_CHILD_INDEX_ORDER_READ - Static variable in class javax.media.j3d.OrderedGroup
Specifies that this OrderedGroup node allows reading its child index order information.
ALLOW_CHILD_INDEX_ORDER_WRITE - Static variable in class javax.media.j3d.OrderedGroup
Specifies that this OrderedGroup node allows writing its child index order information.
ALLOW_CHILDREN_EXTEND - Static variable in class javax.media.j3d.Group
Specifies that this Group node allows adding new children.
ALLOW_CHILDREN_READ - Static variable in class javax.media.j3d.Group
Specifies that this Group node allows reading its children.
ALLOW_CHILDREN_WRITE - Static variable in class javax.media.j3d.Group
Specifies that this Group node allows writing its children.
ALLOW_CLIP_MODE_READ - Static variable in class javax.media.j3d.Raster
Specifies that this Raster allows reading the clip mode.
ALLOW_CLIP_MODE_WRITE - Static variable in class javax.media.j3d.Raster
Specifies that this Raster allows writing the clip mode.
ALLOW_COLLIDABLE_READ - Static variable in class javax.media.j3d.Node
Specifies that this Node allows reading its collidability state.
ALLOW_COLLIDABLE_WRITE - Static variable in class javax.media.j3d.Node
Specifies that this Node allows write access its collidability state.
ALLOW_COLLISION_BOUNDS_READ - Static variable in class javax.media.j3d.Group
Specifies that this Group node allows reading its collision Bounds
ALLOW_COLLISION_BOUNDS_READ - Static variable in class javax.media.j3d.Morph
Deprecated. Specifies that the node allows reading its collision Bounds.
ALLOW_COLLISION_BOUNDS_READ - Static variable in class javax.media.j3d.Shape3D
Specifies that the node allows reading its collision Bounds
ALLOW_COLLISION_BOUNDS_WRITE - Static variable in class javax.media.j3d.Group
Specifies that this Group node allows writing its collision Bounds
ALLOW_COLLISION_BOUNDS_WRITE - Static variable in class javax.media.j3d.Morph
Deprecated. Specifies the node allows writing its collision Bounds.
ALLOW_COLLISION_BOUNDS_WRITE - Static variable in class javax.media.j3d.Shape3D
Specifies the node allows writing its collision Bounds
ALLOW_COLOR_INDEX_READ - Static variable in class javax.media.j3d.IndexedGeometryArray
Specifies that this IndexedGeometryArray allows reading the array of color indices.
ALLOW_COLOR_INDEX_WRITE - Static variable in class javax.media.j3d.IndexedGeometryArray
Specifies that this IndexedGeometryArray allows writing the array of color indices.
ALLOW_COLOR_READ - Static variable in class javax.media.j3d.Background
Specifies that the Background allows read access to its color at runtime.
ALLOW_COLOR_READ - Static variable in class javax.media.j3d.ColoringAttributes
Specifies that this ColoringAttributes object allows reading its color component information.
ALLOW_COLOR_READ - Static variable in class javax.media.j3d.Fog
Specifies that this Fog node allows read access to its color information.
ALLOW_COLOR_READ - Static variable in class javax.media.j3d.GeometryArray
Specifies that this GeometryArray allows reading the array of colors.
ALLOW_COLOR_READ - Static variable in class javax.media.j3d.Light
Specifies that this Light allows read access to its color information at runtime.
ALLOW_COLOR_TABLE_READ - Static variable in class javax.media.j3d.TextureAttributes
Specifies that this TextureAttributes object allows reading its texture color table component information.
ALLOW_COLOR_TABLE_WRITE - Static variable in class javax.media.j3d.TextureAttributes
Specifies that this TextureAttributes object allows writing its texture color table component information.
ALLOW_COLOR_WRITE - Static variable in class javax.media.j3d.Background
Specifies that the Background allows write access to its color at runtime.
ALLOW_COLOR_WRITE - Static variable in class javax.media.j3d.ColoringAttributes
Specifies that this ColoringAttributes object allows writing its color component information.
ALLOW_COLOR_WRITE - Static variable in class javax.media.j3d.Fog
Specifies that this Fog node allows write access to its color information.
ALLOW_COLOR_WRITE - Static variable in class javax.media.j3d.GeometryArray
Specifies that this GeometryArray allows writing the array of colors.
ALLOW_COLOR_WRITE - Static variable in class javax.media.j3d.Light
Specifies that this Light allows write access to its color information at runtime.
ALLOW_COLORING_ATTRIBUTES_READ - Static variable in class javax.media.j3d.Appearance
Specifies that this Appearance object allows reading its coloringAttributes component information.
ALLOW_COLORING_ATTRIBUTES_WRITE - Static variable in class javax.media.j3d.Appearance
Specifies that this Appearance object allows writing its coloringAttributes component information.
ALLOW_COMBINE_READ - Static variable in class javax.media.j3d.TextureAttributes
Specifies that this TextureAttributes object allows reading its texture combine mode information.
ALLOW_COMBINE_WRITE - Static variable in class javax.media.j3d.TextureAttributes
Specifies that this TextureAttributes object allows writing its texture combine mode information.
ALLOW_COMPONENT_READ - Static variable in class javax.media.j3d.Material
For material object, specifies that Material allows reading individual component field information.
ALLOW_COMPONENT_WRITE - Static variable in class javax.media.j3d.Material
For material object, specifies that Material allows reading individual component field information.
ALLOW_CONCENTRATION_READ - Static variable in class javax.media.j3d.SpotLight
Specifies that the Node allows reading its spot lights concentration information.
ALLOW_CONCENTRATION_WRITE - Static variable in class javax.media.j3d.SpotLight
Specifies that the Node allows writing to its spot lights concentration information.
ALLOW_CONT_PLAY_READ - Static variable in class javax.media.j3d.Sound
Specifies that this node allows access to its object's continuous play information.
ALLOW_CONT_PLAY_WRITE - Static variable in class javax.media.j3d.Sound
Specifies that this node allows writing to its object's continuous play information.
ALLOW_COORDINATE_INDEX_READ - Static variable in class javax.media.j3d.IndexedGeometryArray
Specifies that this IndexedGeometryArray allows reading the array of coordinate indices.
ALLOW_COORDINATE_INDEX_WRITE - Static variable in class javax.media.j3d.IndexedGeometryArray
Specifies that this IndexedGeometryArray allows writing the array of coordinate indices.
ALLOW_COORDINATE_READ - Static variable in class javax.media.j3d.GeometryArray
Specifies that this GeometryArray allows reading the array of coordinates.
ALLOW_COORDINATE_WRITE - Static variable in class javax.media.j3d.GeometryArray
Specifies that this GeometryArray allows writing the array of coordinates.
ALLOW_COUNT_READ - Static variable in class javax.media.j3d.CompressedGeometry
Deprecated. Specifies that this CompressedGeometry object allows reading its byte count information.
ALLOW_COUNT_READ - Static variable in class javax.media.j3d.GeometryArray
Specifies that this GeometryArray allows reading the count or initial index information for this object.
ALLOW_COUNT_WRITE - Static variable in class javax.media.j3d.GeometryArray
Specifies that this GeometryArray allows writing the count or initial index information for this object.
ALLOW_CULL_FACE_READ - Static variable in class javax.media.j3d.PolygonAttributes
Specifies that this PolygonAttributes object allows reading its cull face information.
ALLOW_CULL_FACE_WRITE - Static variable in class javax.media.j3d.PolygonAttributes
Specifies that this PolygonAttributes object allows writing its cull face information.
ALLOW_DATA_READ - Static variable in class javax.media.j3d.DepthComponent
Specifies that this DepthComponent object allows reading its depth data component information.
ALLOW_DECAY_FILTER_READ - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the reading of it's reverb decay filter information.
ALLOW_DECAY_FILTER_WRITE - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the writing of it's reverb decay filter information.
ALLOW_DECAY_TIME_READ - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the reading of it's reverb decay time information.
ALLOW_DECAY_TIME_WRITE - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the writing of it's reverb decay time information.
ALLOW_DENSITY_READ - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the reading of it's reverb density information.
ALLOW_DENSITY_READ - Static variable in class javax.media.j3d.ExponentialFog
Specifies that this ExponentialFog node allows read access to its density information.
ALLOW_DENSITY_WRITE - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the writing of it's reverb density information.
ALLOW_DENSITY_WRITE - Static variable in class javax.media.j3d.ExponentialFog
Specifies that this ExponentialFog node allows write access to its density information.
ALLOW_DEPTH_COMPONENT_READ - Static variable in class javax.media.j3d.Raster
Specifies that this Raster allows reading the depth component.
ALLOW_DEPTH_COMPONENT_WRITE - Static variable in class javax.media.j3d.Raster
Specifies that this Raster allows writing the depth component.
ALLOW_DEPTH_ENABLE_READ - Static variable in class javax.media.j3d.RenderingAttributes
Specifies that this RenderingAttributes object allows reading its depth buffer enable and depth buffer write enable component information.
ALLOW_DEPTH_ENABLE_WRITE - Static variable in class javax.media.j3d.RenderingAttributes
Specifies that this RenderingAttributes object allows writing its depth buffer enable and depth buffer write enable component information.
ALLOW_DEPTH_TEST_FUNCTION_READ - Static variable in class javax.media.j3d.RenderingAttributes
Specifies that this RenderingAttributes object allows reading its depth test function component information.
ALLOW_DEPTH_TEST_FUNCTION_WRITE - Static variable in class javax.media.j3d.RenderingAttributes
Specifies that this RenderingAttributes object allows writing its depth test function component information.
ALLOW_DETACH - Static variable in class javax.media.j3d.BranchGroup
For BranchGroup nodes, specifies that this BranchGroup allows detaching from its parent.
ALLOW_DETAIL_TEXTURE_READ - Static variable in class javax.media.j3d.Texture2D
Deprecated. As of Java 3D 1.5 the optional detail texture feature is no longer supported. Specifies that this Texture object allows reading its detail texture information (e.g., detail texture image, detail texture mode, detail texture function, detail texture function points count, detail texture level)
ALLOW_DIFFUSION_READ - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the reading of it's reverb diffusion information.
ALLOW_DIFFUSION_WRITE - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the writing of it's reverb diffusion information.
ALLOW_DIRECTION_READ - Static variable in class javax.media.j3d.ConeSound
Specifies that this ConeSound allows access to its object's direction information.
ALLOW_DIRECTION_READ - Static variable in class javax.media.j3d.DirectionalLight
Specifies that the Node allows access to its object's direction information.
ALLOW_DIRECTION_READ - Static variable in class javax.media.j3d.SpotLight
Specifies that the Node allows reading its spot lights direction information.
ALLOW_DIRECTION_WRITE - Static variable in class javax.media.j3d.ConeSound
Specifies that this ConeSound allows writing to its object's direction information.
ALLOW_DIRECTION_WRITE - Static variable in class javax.media.j3d.DirectionalLight
Specifies that the Node allows writing to its object's direction information.
ALLOW_DIRECTION_WRITE - Static variable in class javax.media.j3d.SpotLight
Specifies that the Node allows writing to its spot lights direction information.
ALLOW_DISTANCE_FILTER_READ - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the reading of it's frequency cutoff information.
ALLOW_DISTANCE_FILTER_WRITE - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the writing of it's frequency cutoff information.
ALLOW_DISTANCE_GAIN_READ - Static variable in class javax.media.j3d.PointSound
Specifies that this node allows access to its object's distance gain attenuation information.
ALLOW_DISTANCE_GAIN_WRITE - Static variable in class javax.media.j3d.PointSound
Specifies that this node allows writing to its object's distance gain attenuation information.
ALLOW_DISTANCE_READ - Static variable in class javax.media.j3d.LinearFog
Specifies that this LinearFog node allows read access to its distance information.
ALLOW_DISTANCE_WRITE - Static variable in class javax.media.j3d.LinearFog
Specifies that this LinearFog node allows write access to its distance information.
ALLOW_DURATION_READ - Static variable in class javax.media.j3d.Sound
Specifies that this node allows access to its object's sound duration information.
ALLOW_ENABLE_READ - Static variable in class javax.media.j3d.ModelClip
Specifies that the ModelClip node allows read access to its enable flags at runtime.
ALLOW_ENABLE_READ - Static variable in class javax.media.j3d.Sound
Specifies that this node allows access to its object's sound on information.
ALLOW_ENABLE_READ - Static variable in class javax.media.j3d.TexCoordGeneration
Specifies that this TexCoordGeneration object allows reading its enable flag.
ALLOW_ENABLE_READ - Static variable in class javax.media.j3d.Texture
Specifies that this Texture object allows reading its enable flag.
ALLOW_ENABLE_WRITE - Static variable in class javax.media.j3d.ModelClip
Specifies that the ModelClip node allows write access to its enable flags at runtime.
ALLOW_ENABLE_WRITE - Static variable in class javax.media.j3d.Sound
Specifies that this node allows writing to its object's sound on information.
ALLOW_ENABLE_WRITE - Static variable in class javax.media.j3d.TexCoordGeneration
Specifies that this TexCoordGeneration object allows writing its enable flag.
ALLOW_ENABLE_WRITE - Static variable in class javax.media.j3d.Texture
Specifies that this Texture object allows writing its enable flag.
ALLOW_FILTER4_READ - Static variable in class javax.media.j3d.Texture
Specifies that this Texture object allows reading its filter4 function information.
ALLOW_FILTER_READ - Static variable in class javax.media.j3d.Texture
Specifies that this Texture object allows reading its filter information.
ALLOW_FONT3D_READ - Static variable in class javax.media.j3d.Text3D
Specifies that this Text3D object allows reading the Font3D component information.
ALLOW_FONT3D_WRITE - Static variable in class javax.media.j3d.Text3D
Specifies that this Text3D object allows writing the Font3D component information.
ALLOW_FORMAT_READ - Static variable in class javax.media.j3d.GeometryArray
Specifies that this GeometryArray allows reading the vertex format information for this object.
ALLOW_FORMAT_READ - Static variable in class javax.media.j3d.ImageComponent
Specifies that this ImageComponent object allows reading its format component information.
ALLOW_FORMAT_READ - Static variable in class javax.media.j3d.TexCoordGeneration
Specifies that this TexCoordGeneration object allows reading its format information.
ALLOW_FORMAT_READ - Static variable in class javax.media.j3d.Texture
Specifies that this Texture object allows reading its format information.
ALLOW_FREQUENCY_SCALE_FACTOR_READ - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the reading of it's frequency scale factor information.
ALLOW_FREQUENCY_SCALE_FACTOR_WRITE - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the writing of it's frequency scale factor information.
ALLOW_GEOMETRY_ARRAY_READ - Static variable in class javax.media.j3d.Morph
Deprecated. Specifies that the node allows read access to its geometry information.
ALLOW_GEOMETRY_ARRAY_WRITE - Static variable in class javax.media.j3d.Morph
Deprecated. Specifies that the node allows write access to its geometry information.
ALLOW_GEOMETRY_READ - Static variable in class javax.media.j3d.Background
Specifies that the Background allows read access to its background geometry at runtime.
ALLOW_GEOMETRY_READ - Static variable in class javax.media.j3d.CompressedGeometry
Deprecated. Specifies that this CompressedGeometry object allows reading its geometry data component information.
ALLOW_GEOMETRY_READ - Static variable in class javax.media.j3d.Shape3D
Specifies that the node allows read access to its geometry information.
ALLOW_GEOMETRY_WRITE - Static variable in class javax.media.j3d.Background
Specifies that the Background allows write access to its background geometry at runtime.
ALLOW_GEOMETRY_WRITE - Static variable in class javax.media.j3d.Shape3D
Specifies that the node allows write access to its geometry information.
ALLOW_HEADER_READ - Static variable in class javax.media.j3d.CompressedGeometry
Deprecated. Specifies that this CompressedGeometry object allows reading its header information.
ALLOW_IGNORE_VERTEX_COLORS_READ - Static variable in class javax.media.j3d.RenderingAttributes
Specifies that this RenderingAttributes object allows reading its ignore vertex colors information.
ALLOW_IGNORE_VERTEX_COLORS_WRITE - Static variable in class javax.media.j3d.RenderingAttributes
Specifies that this RenderingAttributes object allows writing its ignore vertex colors information.
ALLOW_IMAGE_READ - Static variable in class javax.media.j3d.Background
Specifies that the Background allows read access to its image at runtime.
ALLOW_IMAGE_READ - Static variable in class javax.media.j3d.ImageComponent
Specifies that this ImageComponent object allows reading its image component information.
ALLOW_IMAGE_READ - Static variable in class javax.media.j3d.Raster
Specifies that this Raster allows reading the image.
ALLOW_IMAGE_READ - Static variable in class javax.media.j3d.Texture
Specifies that this Texture object allows reading its image component information.
ALLOW_IMAGE_SCALE_MODE_READ - Static variable in class javax.media.j3d.Background
Specifies that the Background allows read access to its image scale mode at runtime.
ALLOW_IMAGE_SCALE_MODE_WRITE - Static variable in class javax.media.j3d.Background
Specifies that the Background allows write access to its image scale mode at runtime.
ALLOW_IMAGE_WRITE - Static variable in class javax.media.j3d.Background
Specifies that the Background allows write access to its image at runtime.
ALLOW_IMAGE_WRITE - Static variable in class javax.media.j3d.ImageComponent
Specifies that this ImageComponent object allows writing its image component information.
ALLOW_IMAGE_WRITE - Static variable in class javax.media.j3d.Raster
Specifies that this Raster allows writing the image.
ALLOW_IMAGE_WRITE - Static variable in class javax.media.j3d.Texture
Specifies that this Texture object allows writing its image component information.
ALLOW_INFLUENCING_BOUNDS_READ - Static variable in class javax.media.j3d.AlternateAppearance
Specifies that this AlternateAppearance node allows read access to its influencing bounds and bounds leaf information.
ALLOW_INFLUENCING_BOUNDS_READ - Static variable in class javax.media.j3d.Fog
Specifies that this Fog node allows read access to its influencing bounds and bounds leaf information.
ALLOW_INFLUENCING_BOUNDS_READ - Static variable in class javax.media.j3d.Light
Specifies that this Light allows read access to its influencing bounds and bounds leaf information.
ALLOW_INFLUENCING_BOUNDS_READ - Static variable in class javax.media.j3d.ModelClip
Specifies that the ModelClip node allows read access to its influencing bounds and bounding leaf at runtime.
ALLOW_INFLUENCING_BOUNDS_WRITE - Static variable in class javax.media.j3d.AlternateAppearance
Specifies that this AlternateAppearance node allows write access to its influencing bounds and bounds leaf information.
ALLOW_INFLUENCING_BOUNDS_WRITE - Static variable in class javax.media.j3d.Fog
Specifies that this Fog node allows write access to its influencing bounds and bounds leaf information.
ALLOW_INFLUENCING_BOUNDS_WRITE - Static variable in class javax.media.j3d.Light
Specifies that this Light allows write access to its influencing bounds and bounds leaf information.
ALLOW_INFLUENCING_BOUNDS_WRITE - Static variable in class javax.media.j3d.ModelClip
Specifies that the ModelClip node allows write access to its influencing bounds and bounding leaf at runtime.
ALLOW_INITIAL_GAIN_READ - Static variable in class javax.media.j3d.Sound
Specifies that this node allows access to its object's initial gain information.
ALLOW_INITIAL_GAIN_WRITE - Static variable in class javax.media.j3d.Sound
Specifies that this node allows writing to its object's initial gain information.
ALLOW_INTERSECT - Static variable in class javax.media.j3d.Geometry
Specifies that this Geometry allows intersect operation.
ALLOW_IS_PLAYING_READ - Static variable in class javax.media.j3d.Sound
Specifies that this node allows access to its object's sound audibly playing or playing silently status.
ALLOW_IS_READY_READ - Static variable in class javax.media.j3d.Sound
Specifies that this node allows access to its object's sound status denoting if it is ready to be played 'immediately'.
ALLOW_LINE_ATTRIBUTES_READ - Static variable in class javax.media.j3d.Appearance
Specifies that this Appearance object allows reading its line component information.
ALLOW_LINE_ATTRIBUTES_WRITE - Static variable in class javax.media.j3d.Appearance
Specifies that this Appearance object allows writing its line component information.
ALLOW_LINK_READ - Static variable in class javax.media.j3d.SharedGroup
Specifies that this SharedGroup node allows reading the list of links that refer to this node.
ALLOW_LOCAL_TO_VWORLD_READ - Static variable in class javax.media.j3d.Node
Specifies that this Node allows read access to its local coordinates to virtual world (Vworld) coordinates transform.
ALLOW_LOCALE_READ - Static variable in class javax.media.j3d.Node
Specifies that this Node allows read access to its Locale.
ALLOW_LOD_RANGE_READ - Static variable in class javax.media.j3d.Texture
Specifies that this Texture object allows reading its LOD range information (e.g., base level, maximum level, minimum lod, maximum lod, lod offset)
ALLOW_LOD_RANGE_WRITE - Static variable in class javax.media.j3d.Texture
Specifies that this Texture object allows writing its LOD range information (e.g., base level, maximum level, minimum lod, maximum lod, lod offset)
ALLOW_LOOP_READ - Static variable in class javax.media.j3d.Sound
Specifies that this node allows access to its object's loop information.
ALLOW_LOOP_WRITE - Static variable in class javax.media.j3d.Sound
Specifies that this node allows writing to its object's loop information.
ALLOW_MATERIAL_READ - Static variable in class javax.media.j3d.Appearance
Specifies that this Appearance object allows reading its material component information.
ALLOW_MATERIAL_WRITE - Static variable in class javax.media.j3d.Appearance
Specifies that this Appearance object allows writing its material component information.
ALLOW_MIPMAP_MODE_READ - Static variable in class javax.media.j3d.Texture
Specifies that this Texture object allows reading its mipmap mode information.
ALLOW_MODE_READ - Static variable in class javax.media.j3d.OrientedShape3D
Specifies that this OrientedShape3D node allows reading its alignment mode information.
ALLOW_MODE_READ - Static variable in class javax.media.j3d.PolygonAttributes
Specifies that this PolygonAttributes object allows reading its polygon mode information.
ALLOW_MODE_READ - Static variable in class javax.media.j3d.TexCoordGeneration
Specifies that this TexCoordGeneration object allows reading its mode information.
ALLOW_MODE_READ - Static variable in class javax.media.j3d.TextureAttributes
Specifies that this TextureAttributes object allows reading its texture mode component information and perspective correction mode.
ALLOW_MODE_READ - Static variable in class javax.media.j3d.TransparencyAttributes
Specifies that this TransparencyAttributes object allows reading its transparency mode component information.
ALLOW_MODE_WRITE - Static variable in class javax.media.j3d.OrientedShape3D
Specifies that this OrientedShape3D node allows writing its alignment mode information.
ALLOW_MODE_WRITE - Static variable in class javax.media.j3d.PolygonAttributes
Specifies that this PolygonAttributes object allows writing its polygon mode information.
ALLOW_MODE_WRITE - Static variable in class javax.media.j3d.TextureAttributes
Specifies that this TextureAttributes object allows writing its texture mode component information and perspective correction mode.
ALLOW_MODE_WRITE - Static variable in class javax.media.j3d.TransparencyAttributes
Specifies that this TransparencyAttributes object allows writing its transparency mode component information.
ALLOW_MUTE_READ - Static variable in class javax.media.j3d.Sound
Specifies that this node allows access to its object's mute flag information.
ALLOW_MUTE_WRITE - Static variable in class javax.media.j3d.Sound
Specifies that this node allows writing to its object's mute flag information.
ALLOW_NAMES_READ - Static variable in class javax.media.j3d.ShaderProgram
Specifies that this ShaderProgram object allows reading its shader or vertex attribute names.
ALLOW_NON_POWER_OF_TWO - Static variable in class com.sun.j3d.utils.image.TextureLoader
Optional flag - specifies that the ImageComponent2D is allowed to have dimensions that are not a power of two.
ALLOW_NORMAL_FLIP_READ - Static variable in class javax.media.j3d.PolygonAttributes
Specifies that this PolygonAttributes object allows reading its back face normal flip flag.
ALLOW_NORMAL_FLIP_WRITE - Static variable in class javax.media.j3d.PolygonAttributes
Specifies that this PolygonAttributes object allows writing its back face normal flip flag.
ALLOW_NORMAL_INDEX_READ - Static variable in class javax.media.j3d.IndexedGeometryArray
Specifies that this IndexedGeometryArray allows reading the array of normal indices.
ALLOW_NORMAL_INDEX_WRITE - Static variable in class javax.media.j3d.IndexedGeometryArray
Specifies that this IndexedGeometryArray allows writing the array of normal indices.
ALLOW_NORMAL_READ - Static variable in class javax.media.j3d.GeometryArray
Specifies that this GeometryArray allows reading the array of normals.
ALLOW_NORMAL_WRITE - Static variable in class javax.media.j3d.GeometryArray
Specifies that this GeometryArray allows writing the array of normals.
ALLOW_OFFSET_READ - Static variable in class javax.media.j3d.PolygonAttributes
Specifies that this PolygonAttributes object allows reading its polygon offset information.
ALLOW_OFFSET_READ - Static variable in class javax.media.j3d.Raster
Specifies that this Raster allows reading the source or destination offset.
ALLOW_OFFSET_WRITE - Static variable in class javax.media.j3d.PolygonAttributes
Specifies that this PolygonAttributes object allows writing its polygon offset information.
ALLOW_OFFSET_WRITE - Static variable in class javax.media.j3d.Raster
Specifies that this Raster allows writing the source or destination offset.
ALLOW_PARENT_READ - Static variable in class javax.media.j3d.Node
Specifies that this Node allows read access to its parent Group node.
ALLOW_PATH_READ - Static variable in class javax.media.j3d.Text3D
Specifies that this Text3D object allows reading the text path value.
ALLOW_PATH_WRITE - Static variable in class javax.media.j3d.Text3D
Specifies that this Text3D object allows writing the text path value.
ALLOW_PATTERN_READ - Static variable in class javax.media.j3d.LineAttributes
Specifies that this LineAttributes object allows reading its line pattern information.
ALLOW_PATTERN_WRITE - Static variable in class javax.media.j3d.LineAttributes
Specifies that this LineAttributes object allows writing its line pattern information.
ALLOW_PAUSE_READ - Static variable in class javax.media.j3d.Sound
Specifies that this node allows access to its object's pause flag information.
ALLOW_PAUSE_WRITE - Static variable in class javax.media.j3d.Sound
Specifies that this node allows writing to its object's pause flag information.
ALLOW_PICKABLE_READ - Static variable in class javax.media.j3d.Node
Specifies that this Node allows reading its pickability state.
ALLOW_PICKABLE_WRITE - Static variable in class javax.media.j3d.Node
Specifies that this Node allows write access its pickability state.
ALLOW_PLANE_READ - Static variable in class javax.media.j3d.ModelClip
Specifies that the ModelClip node allows read access to its planes at runtime.
ALLOW_PLANE_READ - Static variable in class javax.media.j3d.TexCoordGeneration
Specifies that this TexCoordGeneration object allows reading its planeS, planeR, and planeT component information.
ALLOW_PLANE_WRITE - Static variable in class javax.media.j3d.ModelClip
Specifies that the ModelClip node allows write access to its planes at runtime.
ALLOW_PLANE_WRITE - Static variable in class javax.media.j3d.TexCoordGeneration
Specifies that this TexCoordGeneration object allows writing its planeS, planeR, and planeT component information.
ALLOW_POINT_ATTRIBUTES_READ - Static variable in class javax.media.j3d.Appearance
Specifies that this Appearance object allows reading its point component information.
ALLOW_POINT_ATTRIBUTES_WRITE - Static variable in class javax.media.j3d.Appearance
Specifies that this Appearance object allows writing its point component information.
ALLOW_POINT_READ - Static variable in class javax.media.j3d.OrientedShape3D
Specifies that this OrientedShape3D node allows reading its rotation point information.
ALLOW_POINT_WRITE - Static variable in class javax.media.j3d.OrientedShape3D
Specifies that this OrientedShape3D node allows writing its rotation point information.
ALLOW_POLICY_READ - Static variable in class javax.media.j3d.ViewPlatform
Specifies that the ViewPlatform allows read access to its view attach policy information at runtime.
ALLOW_POLICY_WRITE - Static variable in class javax.media.j3d.ViewPlatform
Specifies that the ViewPlatform allows write access to its view attach policy information at runtime.
ALLOW_POLYGON_ATTRIBUTES_READ - Static variable in class javax.media.j3d.Appearance
Specifies that this Appearance object allows reading its polygon component information.
ALLOW_POLYGON_ATTRIBUTES_WRITE - Static variable in class javax.media.j3d.Appearance
Specifies that this Appearance object allows writing its polygon component information.
ALLOW_POSITION_READ - Static variable in class javax.media.j3d.PointLight
Specifies that this PointLight node allows reading its position information.
ALLOW_POSITION_READ - Static variable in class javax.media.j3d.PointSound
Specifies that this node allows access to its object's position information.
ALLOW_POSITION_READ - Static variable in class javax.media.j3d.Raster
Specifies that this Raster allows reading the position.
ALLOW_POSITION_READ - Static variable in class javax.media.j3d.Text3D
Specifies that this Text3D object allows reading the text position value.
ALLOW_POSITION_WRITE - Static variable in class javax.media.j3d.PointLight
Specifies that this PointLight node allows writing its position information.
ALLOW_POSITION_WRITE - Static variable in class javax.media.j3d.PointSound
Specifies that this node allows writing to its object's position information.
ALLOW_POSITION_WRITE - Static variable in class javax.media.j3d.Raster
Specifies that this Raster allows writing the position.
ALLOW_POSITION_WRITE - Static variable in class javax.media.j3d.Text3D
Specifies that this Text3D object allows writing the text position value.
ALLOW_PRIORITY_READ - Static variable in class javax.media.j3d.Sound
Specifies that this node allows read access to its priority order value.
ALLOW_PRIORITY_WRITE - Static variable in class javax.media.j3d.Sound
Specifies that this node allows write access to its priority order value.
ALLOW_RASTER_OP_READ - Static variable in class javax.media.j3d.RenderingAttributes
Specifies that this RenderingAttributes object allows reading its raster operation information.
ALLOW_RASTER_OP_WRITE - Static variable in class javax.media.j3d.RenderingAttributes
Specifies that this RenderingAttributes object allows writing its raster operation information.
ALLOW_RATE_SCALE_FACTOR_READ - Static variable in class javax.media.j3d.Sound
Specifies that this node allows access to its object's sample rate scale factor information.
ALLOW_RATE_SCALE_FACTOR_WRITE - Static variable in class javax.media.j3d.Sound
Specifies that this node allows writing to its object's sample rate scale factor information.
ALLOW_REF_DATA_READ - Static variable in class javax.media.j3d.CompressedGeometry
Deprecated. Specifies that this CompressedGeometry allows reading the geometry data reference information for this object.
ALLOW_REF_DATA_READ - Static variable in class javax.media.j3d.GeometryArray
Specifies that this GeometryArray allows reading the geometry data reference information for this object.
ALLOW_REF_DATA_WRITE - Static variable in class javax.media.j3d.GeometryArray
Specifies that this GeometryArray allows writing the geometry data reference information for this object.
ALLOW_REFLECTION_COEFFICIENT_READ - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the reading of it's reflection coefficient.
ALLOW_REFLECTION_COEFFICIENT_WRITE - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the writing of it's reflection coefficient.
ALLOW_REFLECTION_DELAY_READ - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the reading of it's reflection delay information.
ALLOW_REFLECTION_DELAY_WRITE - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the writing of it's reflection delay information.
ALLOW_REGION_READ - Static variable in class javax.media.j3d.BoundingLeaf
Specifies that this BoundingLeaf node allows read access to its bounding region object.
ALLOW_REGION_WRITE - Static variable in class javax.media.j3d.BoundingLeaf
Specifies that this BoundingLeaf node allows write access to its bounding region object.
ALLOW_RELEASE_READ - Static variable in class javax.media.j3d.Sound
Specifies that this node allows access to its object's release flag information.
ALLOW_RELEASE_WRITE - Static variable in class javax.media.j3d.Sound
Specifies that this node allows writing to its object's release flag information.
ALLOW_RENDERING_ATTRIBUTES_READ - Static variable in class javax.media.j3d.Appearance
Specifies that this Appearance object allows reading its rendering/rasterization component information.
ALLOW_RENDERING_ATTRIBUTES_WRITE - Static variable in class javax.media.j3d.Appearance
Specifies that this Appearance object allows writing its rendering/rasterization component information.
ALLOW_REVERB_COEFFICIENT_READ - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the reading of it's reverb coefficient.
ALLOW_REVERB_COEFFICIENT_WRITE - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the writing of it's reverb coefficient.
ALLOW_REVERB_DELAY_READ - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the reading of it's reverberation delay information.
ALLOW_REVERB_DELAY_WRITE - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the writing of it's reverberation delay information.
ALLOW_REVERB_ORDER_READ - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the reading of it's reverb order (feedback loop) information.
ALLOW_REVERB_ORDER_WRITE - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the writing of it's reverb order (feedback loop) information.
ALLOW_ROLLOFF_READ - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the reading of it's atmospheric rolloff.
ALLOW_ROLLOFF_WRITE - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the writing of it's atmospheric rolloff.
ALLOW_SCALE_READ - Static variable in class javax.media.j3d.OrientedShape3D
Specifies that this OrientedShape3D node allows reading its scale and constant scale enable information.
ALLOW_SCALE_WRITE - Static variable in class javax.media.j3d.OrientedShape3D
Specifies that this OrientedShape3D node allows writing its scale and constant scale enable information.
ALLOW_SCHEDULING_BOUNDS_READ - Static variable in class javax.media.j3d.Sound
Specifies that this node allows read access to its scheduling bounds information.
ALLOW_SCHEDULING_BOUNDS_WRITE - Static variable in class javax.media.j3d.Sound
Specifies that this node allows write access to its scheduling bounds information.
ALLOW_SCOPE_READ - Static variable in class javax.media.j3d.AlternateAppearance
Specifies that this AlternateAppearance node allows read access to its scope information at runtime.
ALLOW_SCOPE_READ - Static variable in class javax.media.j3d.Fog
Specifies that this Fog node allows read access to its scope information at runtime.
ALLOW_SCOPE_READ - Static variable in class javax.media.j3d.Light
Specifies that this Light allows read access to its scope information at runtime.
ALLOW_SCOPE_READ - Static variable in class javax.media.j3d.ModelClip
Specifies that this ModelClip node allows read access to its scope information at runtime.
ALLOW_SCOPE_WRITE - Static variable in class javax.media.j3d.AlternateAppearance
Specifies that this AlternateAppearance node allows write access to its scope information at runtime.
ALLOW_SCOPE_WRITE - Static variable in class javax.media.j3d.Fog
Specifies that this Fog node allows write access to its scope information at runtime.
ALLOW_SCOPE_WRITE - Static variable in class javax.media.j3d.Light
Specifies that this Light allows write access to its scope information at runtime.
ALLOW_SCOPE_WRITE - Static variable in class javax.media.j3d.ModelClip
Specifies that this ModelClip node allows write access to its scope information at runtime.
ALLOW_SHADE_MODEL_READ - Static variable in class javax.media.j3d.ColoringAttributes
Specifies that this ColoringAttributes object allows reading its shade model component information.
ALLOW_SHADE_MODEL_WRITE - Static variable in class javax.media.j3d.ColoringAttributes
Specifies that this ColoringAttributes object allows writing its shade model component information.
ALLOW_SHADER_ATTRIBUTE_SET_READ - Static variable in class javax.media.j3d.ShaderAppearance
Specifies that this ShaderAppearance object allows reading its ShaderAttributeSet component information.
ALLOW_SHADER_ATTRIBUTE_SET_WRITE - Static variable in class javax.media.j3d.ShaderAppearance
Specifies that this ShaderAppearance object allows writing its ShaderAttributeSet component information.
ALLOW_SHADER_PROGRAM_READ - Static variable in class javax.media.j3d.ShaderAppearance
Specifies that this ShaderAppearance object allows reading its ShaderProgram component information.
ALLOW_SHADER_PROGRAM_WRITE - Static variable in class javax.media.j3d.ShaderAppearance
Specifies that this ShaderAppearance object allows writing its ShaderProgram component information.
ALLOW_SHADERS_READ - Static variable in class javax.media.j3d.ShaderProgram
Specifies that this ShaderProgram object allows reading its shaders.
ALLOW_SHARED_GROUP_READ - Static variable in class javax.media.j3d.Link
For Link nodes, specifies that the node allows access to its object's SharedGroup information.
ALLOW_SHARED_GROUP_WRITE - Static variable in class javax.media.j3d.Link
For Link nodes, specifies that the node allows writing its object's SharedGroup information.
ALLOW_SHARPEN_TEXTURE_READ - Static variable in class javax.media.j3d.Texture
Specifies that this Texture object allows reading its sharpen texture function information.
ALLOW_SIZE_READ - Static variable in class javax.media.j3d.DepthComponent
Specifies that this DepthComponent object allows reading its size component information (width and height).
ALLOW_SIZE_READ - Static variable in class javax.media.j3d.ImageComponent
Specifies that this ImageComponent object allows reading its size component information (width, height, and depth).
ALLOW_SIZE_READ - Static variable in class javax.media.j3d.PointAttributes
Specifies that this PointAttributes object allows reading its point size information.
ALLOW_SIZE_READ - Static variable in class javax.media.j3d.Raster
Specifies that this Raster allows reading the size.
ALLOW_SIZE_READ - Static variable in class javax.media.j3d.Texture
Specifies that this Texture object allows reading its size information (e.g., width, height, number of mipmap levels, boundary width).
ALLOW_SIZE_WRITE - Static variable in class javax.media.j3d.PointAttributes
Specifies that this PointAttributes object allows writing its point size information.
ALLOW_SIZE_WRITE - Static variable in class javax.media.j3d.Raster
Specifies that this Raster allows writing the size.
ALLOW_SOUND_DATA_READ - Static variable in class javax.media.j3d.Sound
Specifies that this node allows access to its object's sound data information.
ALLOW_SOUND_DATA_WRITE - Static variable in class javax.media.j3d.Sound
Specifies that this node allows writing to its object's sound data information.
ALLOW_SPREAD_ANGLE_READ - Static variable in class javax.media.j3d.SpotLight
Specifies that the Node allows reading its spot lights spread angle information.
ALLOW_SPREAD_ANGLE_WRITE - Static variable in class javax.media.j3d.SpotLight
Specifies that the Node allows writing to its spot lights spread angle information.
ALLOW_STATE_READ - Static variable in class javax.media.j3d.Light
Specifies that this Light allows read access to its current state information at runtime.
ALLOW_STATE_READ - Static variable in class javax.media.j3d.TextureUnitState
Specifies that this TextureUnitState object allows reading its texture, texture attribute, or texture coordinate generation component information.
ALLOW_STATE_WRITE - Static variable in class javax.media.j3d.Light
Specifies that this Light allows write access to its current state information at runtime.
ALLOW_STATE_WRITE - Static variable in class javax.media.j3d.TextureUnitState
Specifies that this TextureUnitState object allows writing its texture, texture attribute, or texture coordinate generation component information.
ALLOW_STENCIL_ATTRIBUTES_READ - Static variable in class javax.media.j3d.RenderingAttributes
Specifies that this RenderingAttributes object allows reading its stencil enable, stencil op, stencil function, and stencil write mask information.
ALLOW_STENCIL_ATTRIBUTES_WRITE - Static variable in class javax.media.j3d.RenderingAttributes
Specifies that this RenderingAttributes object allows writing its stencil enable, stencil op, stencil function, and stencil write mask information.
ALLOW_STRING_READ - Static variable in class javax.media.j3d.Text3D
Specifies that this Text3D object allows reading the String object.
ALLOW_STRING_WRITE - Static variable in class javax.media.j3d.Text3D
Specifies that this Text3D object allows writing the String object.
ALLOW_SWITCH_READ - Static variable in class javax.media.j3d.Switch
Specifies that this node allows reading its child selection and mask values and its current child.
ALLOW_SWITCH_WRITE - Static variable in class javax.media.j3d.Switch
Specifies that this node allows writing its child selection and mask values.
ALLOW_TEXCOORD_INDEX_READ - Static variable in class javax.media.j3d.IndexedGeometryArray
Specifies that this IndexedGeometryArray allows reading the array of texture coordinate indices.
ALLOW_TEXCOORD_INDEX_WRITE - Static variable in class javax.media.j3d.IndexedGeometryArray
Specifies that this IndexedGeometryArray allows writing the array of texture coordinate indices.
ALLOW_TEXCOORD_READ - Static variable in class javax.media.j3d.GeometryArray
Specifies that this GeometryArray allows reading the array of texture coordinates.
ALLOW_TEXCOORD_WRITE - Static variable in class javax.media.j3d.GeometryArray
Specifies that this GeometryArray allows writing the array of texture coordinates.
ALLOW_TEXGEN_READ - Static variable in class javax.media.j3d.Appearance
Specifies that this Appearance object allows reading its texture coordinate generation component information.
ALLOW_TEXGEN_WRITE - Static variable in class javax.media.j3d.Appearance
Specifies that this Appearance object allows writing its texture coordinate generation component information.
ALLOW_TEXTURE_ATTRIBUTES_READ - Static variable in class javax.media.j3d.Appearance
Specifies that this Appearance object allows reading its textureAttributes component information.
ALLOW_TEXTURE_ATTRIBUTES_WRITE - Static variable in class javax.media.j3d.Appearance
Specifies that this Appearance object allows writing its textureAttributes component information.
ALLOW_TEXTURE_READ - Static variable in class javax.media.j3d.Appearance
Specifies that this Appearance object allows reading its texture component information.
ALLOW_TEXTURE_UNIT_STATE_READ - Static variable in class javax.media.j3d.Appearance
Specifies that this Appearance object allows reading its texture unit state component information.
ALLOW_TEXTURE_UNIT_STATE_WRITE - Static variable in class javax.media.j3d.Appearance
Specifies that this Appearance object allows writing its texture unit state component information.
ALLOW_TEXTURE_WRITE - Static variable in class javax.media.j3d.Appearance
Specifies that this Appearance object allows writing its texture component information.
ALLOW_TRANSFORM_READ - Static variable in class javax.media.j3d.TextureAttributes
Specifies that this TextureAttributes object allows reading its texture transform component information.
ALLOW_TRANSFORM_READ - Static variable in class javax.media.j3d.TransformGroup
Specifies that the node allows access to its object's transform information.
ALLOW_TRANSFORM_WRITE - Static variable in class javax.media.j3d.TextureAttributes
Specifies that this TextureAttributes object allows writing its texture transform component information.
ALLOW_TRANSFORM_WRITE - Static variable in class javax.media.j3d.TransformGroup
Specifies that the node allows writing its object's transform information.
ALLOW_TRANSPARENCY_ATTRIBUTES_READ - Static variable in class javax.media.j3d.Appearance
Specifies that this Appearance object allows reading its transparency component information.
ALLOW_TRANSPARENCY_ATTRIBUTES_WRITE - Static variable in class javax.media.j3d.Appearance
Specifies that this Appearance object allows writing its transparency component information.
ALLOW_TYPE_READ - Static variable in class javax.media.j3d.Raster
Specifies that this Raster allows reading the type.
ALLOW_URL_READ - Static variable in class javax.media.j3d.MediaContainer
For MediaContainer component objects, specifies that this object allows the reading of it's sound data.
ALLOW_URL_WRITE - Static variable in class javax.media.j3d.MediaContainer
For MediaContainer component objects, specifies that this object allows the writing of it's URL path.
ALLOW_VALUE_READ - Static variable in class javax.media.j3d.ShaderAttributeObject
Specifies that this ShaderAttributeObject allows reading its value.
ALLOW_VALUE_READ - Static variable in class javax.media.j3d.TransparencyAttributes
Specifies that this TransparencyAttributes object allows reading its transparency value.
ALLOW_VALUE_WRITE - Static variable in class javax.media.j3d.ShaderAttributeObject
Specifies that this ShaderAttributeObject allows writing its value.
ALLOW_VALUE_WRITE - Static variable in class javax.media.j3d.TransparencyAttributes
Specifies that this TransparencyAttributes object allows writing its transparency value.
ALLOW_VELOCITY_SCALE_FACTOR_READ - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the reading of it's velocity scale factor information.
ALLOW_VELOCITY_SCALE_FACTOR_WRITE - Static variable in class javax.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the writing of it's velocity scale factor information.
ALLOW_VERTEX_ATTR_INDEX_READ - Static variable in class javax.media.j3d.IndexedGeometryArray
Specifies that this IndexedGeometryArray allows reading the array of vertex attribute indices.
ALLOW_VERTEX_ATTR_INDEX_WRITE - Static variable in class javax.media.j3d.IndexedGeometryArray
Specifies that this IndexedGeometryArray allows writing the array of vertex attribute indices.
ALLOW_VERTEX_ATTR_READ - Static variable in class javax.media.j3d.GeometryArray
Specifies that this GeometryArray allows reading the array of vertex attributes.
ALLOW_VERTEX_ATTR_WRITE - Static variable in class javax.media.j3d.GeometryArray
Specifies that this GeometryArray allows writing the array of vertex attributes.
ALLOW_VIEW_READ - Static variable in class javax.media.j3d.ViewSpecificGroup
Specifies that this ViewSpecificGroup node allows reading its view information at runtime.
ALLOW_VIEW_WRITE - Static variable in class javax.media.j3d.ViewSpecificGroup
Specifies that this ViewSpecificGroup node allows writing its view information at runtime.
ALLOW_VISIBLE_READ - Static variable in class javax.media.j3d.RenderingAttributes
Specifies that this RenderingAttributes object allows reading its visibility information.
ALLOW_VISIBLE_WRITE - Static variable in class javax.media.j3d.RenderingAttributes
Specifies that this RenderingAttributes object allows writing its visibility information.
ALLOW_WEIGHTS_READ - Static variable in class javax.media.j3d.Morph
Deprecated. Specifies that the node allows read access to its morph weight vector.
ALLOW_WEIGHTS_WRITE - Static variable in class javax.media.j3d.Morph
Deprecated. Specifies that the node allows write access to its morph weight vector.
ALLOW_WIDTH_READ - Static variable in class javax.media.j3d.LineAttributes
Specifies that this LineAttributes object allows reading its line width information.
ALLOW_WIDTH_WRITE - Static variable in class javax.media.j3d.LineAttributes
Specifies that this LineAttributes object allows writing its line width information.
Alpha - Class in javax.media.j3d
The alpha NodeComponent object provides common methods for converting a time value into an alpha value (a value in the range 0 to 1).
Alpha() - Constructor for class javax.media.j3d.Alpha
Constructs an Alpha object with default parameters.
Alpha(int, int, long, long, long, long, long, long, long, long) - Constructor for class javax.media.j3d.Alpha
This constructor takes all of the Alpha user-definable parameters.
Alpha(int, long, long, long, long, long) - Constructor for class javax.media.j3d.Alpha
Constructs a new Alpha object that assumes that the mode is INCREASING_ENABLE.
Alpha(int, long) - Constructor for class javax.media.j3d.Alpha
This constructor takes only the loopCount and increasingAlphaDuration as parameters and assigns the default values to all of the other parameters.
ALPHA - Static variable in class javax.media.j3d.Texture
Specifies Texture contains only Alpha values.
ALPHA_IN_BUFFER - Static variable in class com.sun.j3d.utils.geometry.compression.CompressedGeometryData.Header
bufferDataPresent: bit indicating that alpha information is bundled with the vertices in the compressed geometry buffer.
ALPHA_IN_BUFFER - Static variable in class javax.media.j3d.CompressedGeometryHeader
Deprecated. bufferDataPresent: bit indicating that alpha information is bundled with the vertices in the compressed geometry buffer.
AlternateAppearance - Class in javax.media.j3d
The AlternateAppearance leaf node is used for overriding the Appearance component of selected nodes.
AlternateAppearance() - Constructor for class javax.media.j3d.AlternateAppearance
Constructs an AlternateAppearance node with default parameters.
AlternateAppearance(Appearance) - Constructor for class javax.media.j3d.AlternateAppearance
Constructs an AlternateAppearance node with the specified appearance.
ALWAYS - Static variable in class javax.media.j3d.RenderingAttributes
Specifies that pixels are always drawn irrespective of the values being tested.
AMBIENT - Static variable in class javax.media.j3d.Material
Specifies that per-vertex colors replace the ambient material color.
AMBIENT_AND_DIFFUSE - Static variable in class javax.media.j3d.Material
Specifies that per-vertex colors replace both the ambient and the diffuse material color.
AmbientLight - Class in javax.media.j3d
An ambient light source object.
AmbientLight() - Constructor for class javax.media.j3d.AmbientLight
Constructs and initializes an ambient light using default parameters.
AmbientLight(Color3f) - Constructor for class javax.media.j3d.AmbientLight
Constructs and initializes an ambient light using the specified parameters.
AmbientLight(boolean, Color3f) - Constructor for class javax.media.j3d.AmbientLight
Constructs and initializes an ambient light using the specified parameters.
ancestorAdded(AncestorEvent) - Method in class com.sun.j3d.exp.swing.JCanvas3D
ancestorMoved(AncestorEvent) - Method in class com.sun.j3d.exp.swing.JCanvas3D
ancestorRemoved(AncestorEvent) - Method in class com.sun.j3d.exp.swing.JCanvas3D
angle - Variable in class javax.vecmath.AxisAngle4d
The angle of rotation in radians.
angle - Variable in class javax.vecmath.AxisAngle4f
The angle of rotation in radians.
angle(GVector) - Method in class javax.vecmath.GVector
Returns the (n-space) angle in radians between this vector and the vector parameter; the return value is constrained to the range [0,PI].
angle(Vector2d) - Method in class javax.vecmath.Vector2d
Returns the angle in radians between this vector and the vector parameter; the return value is constrained to the range [0,PI].
angle(Vector2f) - Method in class javax.vecmath.Vector2f
Returns the angle in radians between this vector and the vector parameter; the return value is constrained to the range [0,PI].
angle(Vector3d) - Method in class javax.vecmath.Vector3d
Returns the angle in radians between this vector and the vector parameter; the return value is constrained to the range [0,PI].
angle(Vector3f) - Method in class javax.vecmath.Vector3f
Returns the angle in radians between this vector and the vector parameter; the return value is constrained to the range [0,PI].
angle(Vector4d) - Method in class javax.vecmath.Vector4d
Returns the (4-space) angle in radians between this vector and the vector parameter; the return value is constrained to the range [0,PI].
angle(Vector4f) - Method in class javax.vecmath.Vector4f
Returns the (4-space) angle in radians between this vector and the vector parameter; the return value is constrained to the range [0,PI].
angularDistance - Variable in class com.sun.j3d.audioengines.Sample
Directional Sound's gain can be attenuated based on the listener's location off-angle from the source source direction.
angularFilterCutoff - Variable in class com.sun.j3d.audioengines.Sample
 
angularFilterType - Variable in class com.sun.j3d.audioengines.Sample
 
angularGain - Variable in class com.sun.j3d.audioengines.Sample
 
ANISOTROPIC_NONE - Static variable in class javax.media.j3d.Texture
No anisotropic filter.
ANISOTROPIC_SINGLE_VALUE - Static variable in class javax.media.j3d.Texture
Uses the degree of anisotropy in both the minification and magnification filters.
Appearance - Class in javax.media.j3d
The Appearance object defines all rendering state that can be set as a component object of a Shape3D node.
Appearance() - Constructor for class javax.media.j3d.Appearance
Constructs an Appearance component object using defaults for all state variables.
appletResize(int, int) - Method in class com.sun.j3d.utils.applet.JMainFrame
 
appletResize(int, int) - Method in class com.sun.j3d.utils.applet.MainFrame
 
args - Variable in class com.sun.j3d.audioengines.AudioEngineThread
The arguments passed in for this thread
attachViewPlatform(ViewPlatform) - Method in class javax.media.j3d.View
Attach viewPlatform structure to this view.
attenuationDistance - Variable in class com.sun.j3d.audioengines.Sample
 
attenuationGain - Variable in class com.sun.j3d.audioengines.Sample
 
attribs - Variable in class com.sun.j3d.audioengines.AudioEngine3D
 
AudioDevice - Interface in javax.media.j3d
The AudioDevice Class defines and encapsulates the audio device's basic information and characteristics.
AudioDevice3D - Interface in javax.media.j3d
The AudioDevice3D class defines a 3D audio device that is used to set sound and aural attributes.
AudioDevice3DL2 - Interface in javax.media.j3d
Extends AudioDevice3D to include reverb and environmental audio parameters that are defined in the MIDI Manufactures' Association Interactive Audio Special Interest Group (MMA IASIG) Level 2 Specification.
AudioEngine - Class in com.sun.j3d.audioengines
The AudioEngine Class defines an audio output device that generates sound 'image' from scene graph.
AudioEngine(PhysicalEnvironment) - Constructor for class com.sun.j3d.audioengines.AudioEngine
Construct a new AudioEngine with the specified P.E.
AudioEngine3D - Class in com.sun.j3d.audioengines
The AudioEngine3D Class defines an audio output device that generates sound 'image' from high-level sound parameters passed to it during scene graph.
AudioEngine3D(PhysicalEnvironment) - Constructor for class com.sun.j3d.audioengines.AudioEngine3D
Construct a new AudioEngine with the specified PhysicalEnvironment.
AudioEngine3DL2 - Class in com.sun.j3d.audioengines
The AudioEngine3DL2 Class defines an audio output device that generates sound 'image' from high-level sound parameters passed to it during scene graph.
AudioEngine3DL2(PhysicalEnvironment) - Constructor for class com.sun.j3d.audioengines.AudioEngine3DL2
Construct a new AudioEngine3DL2 with the specified PhysicalEnvironment.
AudioEngineThread - Class in com.sun.j3d.audioengines
The Thread Class extended for Audio Device engines that must process calls dynamically, in 'real-time" to asynchronously change engine parameters.
AudioEngineThread(ThreadGroup, String) - Constructor for class com.sun.j3d.audioengines.AudioEngineThread
This constructor simply assigns the given id.
AuralAttributes - Class in javax.media.j3d
The AuralAttributes object is a component object of a Soundscape node that defines environmental audio parameters that affect sound rendering.
AuralAttributes() - Constructor for class javax.media.j3d.AuralAttributes
Constructs and initializes a new AuralAttributes object using default parameters.
AuralAttributes(float, float, float, float, int, Point2f[], float, float) - Constructor for class javax.media.j3d.AuralAttributes
Constructs and initializes a new AuralAttributes object using specified parameters including an array of Point2f for the distanceFilter.
AuralAttributes(float, float, float, float, int, float[], float[], float, float) - Constructor for class javax.media.j3d.AuralAttributes
Constructs and initializes a new AuralAttributes object using specified parameters with separate float arrays for components of distanceFilter.
AuralAttributes(float, float, float, float, float, float, float, float, float, float, float[], float[], float, float) - Constructor for class javax.media.j3d.AuralAttributes
Constructs and initializes a new AuralAttributes object using specified parameters with separate float arrays for components of distanceFilter and full reverb parameters.
AuralParameters - Class in com.sun.j3d.audioengines
The AuralParameters Class defines a set of fields that define the Aural listening environment.
AuralParameters() - Constructor for class com.sun.j3d.audioengines.AuralParameters
Construct a new AuralParameters object
avatarRoot - Variable in class com.sun.j3d.utils.universe.ViewingPlatform
Used to keep track of added geometry.
axis - Variable in class javax.media.j3d.TransformInterpolator
The transform that defines the local coordinate
AxisAngle4d - Class in javax.vecmath
A four-element axis angle represented by double-precision floating point x,y,z,angle components.
AxisAngle4d(double, double, double, double) - Constructor for class javax.vecmath.AxisAngle4d
Constructs and initializes an AxisAngle4d from the specified x, y, z, and angle.
AxisAngle4d(double[]) - Constructor for class javax.vecmath.AxisAngle4d
Constructs and initializes an AxisAngle4d from the components contained in the array.
AxisAngle4d(AxisAngle4d) - Constructor for class javax.vecmath.AxisAngle4d
Constructs and initializes an AxisAngle4d from the specified AxisAngle4d.
AxisAngle4d(AxisAngle4f) - Constructor for class javax.vecmath.AxisAngle4d
Constructs and initializes an AxisAngle4d from the specified AxisAngle4f.
AxisAngle4d(Vector3d, double) - Constructor for class javax.vecmath.AxisAngle4d
Constructs and initializes an AxisAngle4d from the specified axis and angle.
AxisAngle4d() - Constructor for class javax.vecmath.AxisAngle4d
Constructs and initializes an AxisAngle4d to (0,0,1,0).
AxisAngle4f - Class in javax.vecmath
A four-element axis angle represented by single-precision floating point x,y,z,angle components.
AxisAngle4f(float, float, float, float) - Constructor for class javax.vecmath.AxisAngle4f
Constructs and initializes a AxisAngle4f from the specified xyzw coordinates.
AxisAngle4f(float[]) - Constructor for class javax.vecmath.AxisAngle4f
Constructs and initializes an AxisAngle4f from the array of length 4.
AxisAngle4f(AxisAngle4f) - Constructor for class javax.vecmath.AxisAngle4f
Constructs and initializes an AxisAngle4f from the specified AxisAngle4f.
AxisAngle4f(AxisAngle4d) - Constructor for class javax.vecmath.AxisAngle4f
Constructs and initializes an AxisAngle4f from the specified AxisAngle4d.
AxisAngle4f(Vector3f, float) - Constructor for class javax.vecmath.AxisAngle4f
Constructs and initializes an AxisAngle4f from the specified axis and angle.
AxisAngle4f() - Constructor for class javax.vecmath.AxisAngle4f
Constructs and initializes an AxisAngle4f to (0,0,1,0).
axisInverse - Variable in class javax.media.j3d.TransformInterpolator
The inverse transform that defines the local coordinate

B

BACK - Static variable in class com.sun.j3d.utils.geometry.Box
Used to designate the back side of the box when using getShape().
backAttenuationDistance - Variable in class com.sun.j3d.audioengines.Sample
Pairs of distances and gain scale factors that define piecewise linear gain BACK attenuation between each pair.
backAttenuationGain - Variable in class com.sun.j3d.audioengines.Sample
 
Background - Class in javax.media.j3d
The Background leaf node defines a solid background color and a background image that are used to fill the window at the beginning of each new frame.
Background() - Constructor for class javax.media.j3d.Background
Constructs a Background node with default parameters.
Background(Color3f) - Constructor for class javax.media.j3d.Background
Constructs a Background node with the specified color.
Background(float, float, float) - Constructor for class javax.media.j3d.Background
Constructs a Background node with the specified color.
Background(ImageComponent2D) - Constructor for class javax.media.j3d.Background
Constructs a Background node with the specified image.
Background(BranchGroup) - Constructor for class javax.media.j3d.Background
Constructs a Background node with the specified geometry.
BACKGROUND_SOUND - Static variable in interface javax.media.j3d.AudioDevice3D
Specifies the sound type as background sound.
BackgroundSound - Class in javax.media.j3d
A BackgroundSound node defines an unattenuated, nonspatialized sound source that has no position or direction.
BackgroundSound() - Constructor for class javax.media.j3d.BackgroundSound
Constructs a new BackgroundSound node using the default parameters for Sound nodes.
BackgroundSound(MediaContainer, float) - Constructor for class javax.media.j3d.BackgroundSound
Constructs a BackgroundSound node object using only the provided parameter values for sound data and sample gain.
BackgroundSound(MediaContainer, float, int, boolean, boolean, boolean, Bounds, float) - Constructor for class javax.media.j3d.BackgroundSound
Constructs a BackgroundSound object accepting all the parameters associated with a Sound node.
BadTransformException - Exception in javax.media.j3d
Indicates an attempt to use a Tranform3D object that is inappropriate for the object in which it is being used.
BadTransformException() - Constructor for exception javax.media.j3d.BadTransformException
Create the exception object with default values.
BadTransformException(String) - Constructor for exception javax.media.j3d.BadTransformException
Create the exception object that outputs message.
bank - Variable in class com.sun.j3d.utils.behaviors.interpolators.KBKeyFrame
 
BASE_LEVEL - Static variable in class javax.media.j3d.Texture
Indicates that Texture object only has one level.
BASE_LEVEL_LINEAR - Static variable in class javax.media.j3d.Texture
Performs bilinear interpolation on the four nearest texels in level 0 texture map.
BASE_LEVEL_POINT - Static variable in class javax.media.j3d.Texture
Select the nearest texel in level 0 texture map.
basePath - Variable in class com.sun.j3d.loaders.LoaderBase
Stores the basePath for data files associated with the file passed into load(String).
baseUrl - Variable in class com.sun.j3d.loaders.LoaderBase
Stores the baseUrl for data files associated with the URL passed into load(URL).
BEAM - Static variable in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior
Indicates that the echo type is a beam extending from the origin of the sensor's local coordinate system to its hotspot.
Behavior - Class in javax.media.j3d
The Behavior leaf node provides a framework for adding user-defined actions into the scene graph.
Behavior() - Constructor for class javax.media.j3d.Behavior
Constructs a Behavior node with default parameters.
behaviors - Variable in class com.sun.j3d.utils.universe.ViewingPlatform
Used to keep track of behaviors.
bias - Variable in class com.sun.j3d.utils.behaviors.interpolators.KBKeyFrame
 
bias - Variable in class com.sun.j3d.utils.behaviors.interpolators.TCBKeyFrame
 
Billboard - Class in javax.media.j3d
The Billboard behavior node operates on the TransformGroup node to cause the local +z axis of the TransformGroup to point at the viewer's eye position.
Billboard() - Constructor for class javax.media.j3d.Billboard
Constructs a Billboard node with default parameters.
Billboard(TransformGroup) - Constructor for class javax.media.j3d.Billboard
Constructs a Billboard node with default parameters that operates on the specified TransformGroup node.
Billboard(TransformGroup, int, Vector3f) - Constructor for class javax.media.j3d.Billboard
Constructs a Billboard node with the specified axis and mode that operates on the specified TransformGroup node.
Billboard(TransformGroup, int, Point3f) - Constructor for class javax.media.j3d.Billboard
Constructs a Billboard node with the specified rotation point and mode that operates on the specified TransformGroup node.
BLEND - Static variable in class javax.media.j3d.TextureAttributes
Blend the texture blend color with the object color.
BLEND_DST_COLOR - Static variable in class javax.media.j3d.TransparencyAttributes
Blend function: f = colordst.
BLEND_ONE - Static variable in class javax.media.j3d.TransparencyAttributes
Blend function: f = 1.
BLEND_ONE_MINUS_DST_COLOR - Static variable in class javax.media.j3d.TransparencyAttributes
Blend function: f = 1-colordst.
BLEND_ONE_MINUS_SRC_ALPHA - Static variable in class javax.media.j3d.TransparencyAttributes
Blend function: f = 1-alphasrc.
BLEND_ONE_MINUS_SRC_COLOR - Static variable in class javax.media.j3d.TransparencyAttributes
Blend function: f = 1-colorsrc.
BLEND_SRC_ALPHA - Static variable in class javax.media.j3d.TransparencyAttributes
Blend function: f = alphasrc.
BLEND_SRC_COLOR - Static variable in class javax.media.j3d.TransparencyAttributes
Blend function: f = colorsrc.
BLEND_ZERO - Static variable in class javax.media.j3d.TransparencyAttributes
Blend function: f = 0.
BLENDED - Static variable in class javax.media.j3d.TransparencyAttributes
Use alpha blended transparency.
BLOCKING - Static variable in interface javax.media.j3d.InputDevice
Signifies that the driver for a device is a blocking driver and that it should be scheduled for regular reads by Java 3D.
BODY - Static variable in class com.sun.j3d.utils.geometry.Cone
Designates the body of the cone.
BODY - Static variable in class com.sun.j3d.utils.geometry.Cylinder
Designates the body of the cylinder.
BODY - Static variable in class com.sun.j3d.utils.geometry.Sphere
Sphere shape identifier, used by getShape.
BOTTOM - Static variable in class com.sun.j3d.utils.geometry.Box
Used to designate the bottom side of the box when using getShape().
BOTTOM - Static variable in class com.sun.j3d.utils.geometry.Cylinder
Designates the bottom end-cap of the cylinder.
BoundingBox - Class in javax.media.j3d
This class defines an axis aligned bounding box which is used for bounding regions.
BoundingBox(Point3d, Point3d) - Constructor for class javax.media.j3d.BoundingBox
Constructs and initializes a BoundingBox given min,max in x,y,z.
BoundingBox() - Constructor for class javax.media.j3d.BoundingBox
Constructs and initializes a 2X bounding box about the origin.
BoundingBox(Bounds) - Constructor for class javax.media.j3d.BoundingBox
Constructs a BoundingBox from a bounding object.
BoundingBox(Bounds[]) - Constructor for class javax.media.j3d.BoundingBox
Constructs a BoundingBox from an array of bounding objects.
BoundingLeaf - Class in javax.media.j3d
The BoundingLeaf node defines a bounding region object that can be referenced by other nodes to define a region of influence (Fog and Light nodes), an application region (Background, Clip, and Soundscape nodes), or a scheduling region (Sound and Behavior nodes).
BoundingLeaf() - Constructor for class javax.media.j3d.BoundingLeaf
Constructs a BoundingLeaf node with a null (empty) bounding region.
BoundingLeaf(Bounds) - Constructor for class javax.media.j3d.BoundingLeaf
Constructs a BoundingLeaf node with the specified bounding region.
BoundingPolytope - Class in javax.media.j3d
A BoundingPolytope defines a polyhedral bounding region using the intersection of four or more half spaces.
BoundingPolytope(Vector4d[]) - Constructor for class javax.media.j3d.BoundingPolytope
Constructs a BoundingPolytope using the specified planes.
BoundingPolytope() - Constructor for class javax.media.j3d.BoundingPolytope
Constructs a BoundingPolytope and initializes it to a set of 6 planes that defines a cube such that -1 <= x,y,z <= 1.
BoundingPolytope(Bounds) - Constructor for class javax.media.j3d.BoundingPolytope
Constructs a BoundingPolytope from the specified bounds object.
BoundingPolytope(Bounds[]) - Constructor for class javax.media.j3d.BoundingPolytope
Constructs a BoundingPolytope from the specified array of bounds objects.
BoundingSphere - Class in javax.media.j3d
This class defines a spherical bounding region which is defined by a center point and a radius.
BoundingSphere(Point3d, double) - Constructor for class javax.media.j3d.BoundingSphere
Constructs and initializes a BoundingSphere from a center and radius.
BoundingSphere() - Constructor for class javax.media.j3d.BoundingSphere
Constructs and initializes a BoundingSphere with radius = 1 at 0 0 0.
BoundingSphere(Bounds) - Constructor for class javax.media.j3d.BoundingSphere
Constructs and initializes a BoundingSphere from a bounding object.
BoundingSphere(Bounds[]) - Constructor for class javax.media.j3d.BoundingSphere
Constructs and initializes a BoundingSphere from an array of bounding objects.
BOUNDS - Static variable in class com.sun.j3d.utils.picking.PickTool
Use this mode to pick by bounds and get basic information on the pick.
Bounds - Class in javax.media.j3d
The abstract base class for bounds objects.
Bounds() - Constructor for class javax.media.j3d.Bounds
Constructs a new Bounds object.
Box - Class in com.sun.j3d.utils.geometry
Box is a geometry primitive created with a given length, width, and height.
Box() - Constructor for class com.sun.j3d.utils.geometry.Box
Constructs a default box of 1.0 in all dimensions.
Box(float, float, float, Appearance) - Constructor for class com.sun.j3d.utils.geometry.Box
Constructs a box of a given dimension and appearance.
Box(float, float, float, int, Appearance, int) - Constructor for class com.sun.j3d.utils.geometry.Box
Constructs a box of a given dimension, flags, and appearance.
Box(float, float, float, int, Appearance) - Constructor for class com.sun.j3d.utils.geometry.Box
 
BRANCH_GROUP - Static variable in class com.sun.j3d.utils.behaviors.picking.PickObject
Deprecated. A flag to indicate to the pickNode method to return a BranchGroup node from a given SceneGraphPath.
BRANCH_GROUP - Static variable in class com.sun.j3d.utils.picking.PickResult
Flag to pass to getNode(int) to return a BranchGroup node from the SceneGraphPath.
BranchGroup - Class in javax.media.j3d
The BranchGroup serves as a pointer to the root of a scene graph branch; BranchGroup objects are the only objects that can be inserted into a Locale's set of objects.
BranchGroup() - Constructor for class javax.media.j3d.BranchGroup
Constructs and initializes a new BranchGroup node object.
branchGroupAdded(Object, BranchGroup) - Method in interface javax.media.j3d.GraphStructureChangeListener
Invoked when a branch group is added.
branchGroupMoved(Object, Object, BranchGroup) - Method in interface javax.media.j3d.GraphStructureChangeListener
Invoked when a branch group is moved.
branchGroupRemoved(Object, BranchGroup) - Method in interface javax.media.j3d.GraphStructureChangeListener
Invoked when a branch group is removed.
bufferDataPresent - Variable in class com.sun.j3d.utils.geometry.compression.CompressedGeometryData.Header
Contains bits indicating what data is bundled with the vertices in the compressed geometry buffer.
bufferDataPresent - Variable in class javax.media.j3d.CompressedGeometryHeader
Deprecated. Contains bits indicating what data is bundled with the vertices in the compressed geometry buffer.
BUFFERED_AUDIO_DATA - Static variable in interface javax.media.j3d.AudioDevice3D
Sound data specified as Buffered is copied by the AudioDevice driver implementation.
bufferType - Variable in class com.sun.j3d.utils.geometry.compression.CompressedGeometryData.Header
Describes the type of data in the compressed geometry buffer.
bufferType - Variable in class javax.media.j3d.CompressedGeometryHeader
Deprecated. Describes the type of data in the compressed geometry buffer.
ButtonAction2D(Object[]) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior
Property which sets a button action for the 2D valuator.
ButtonAction6D(Object[]) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior
Property which sets a button action for the 6DOF sensor.
buttonPress - Variable in class com.sun.j3d.utils.behaviors.mouse.MouseBehavior
 
buttonPress - Variable in class com.sun.j3d.utils.behaviors.picking.PickMouseBehavior
Deprecated.  
buttonPress - Variable in class com.sun.j3d.utils.pickfast.behaviors.PickMouseBehavior
 
buttonPress - Variable in class com.sun.j3d.utils.picking.behaviors.PickMouseBehavior
 
BY_REFERENCE - Static variable in class com.sun.j3d.utils.image.TextureLoader
Optional flag - specifies that the ImageComponent2D will access the image data by reference
BY_REFERENCE - Static variable in class javax.media.j3d.GeometryArray
Specifies that the position, color, normal, and texture coordinate data for this GeometryArray are accessed by reference.
BY_REFERENCE_INDICES - Static variable in class javax.media.j3d.GeometryArray
Specifies that the indices in this GeometryArray are accessed by reference.

C

cacheGeometry(int, float, float, float, int, int, int, GeomBuffer) - Method in class com.sun.j3d.utils.geometry.Primitive
 
Canvas3D - Class in javax.media.j3d
The Canvas3D class provides a drawing canvas for 3D rendering.
Canvas3D(GraphicsConfiguration) - Constructor for class javax.media.j3d.Canvas3D
Constructs and initializes a new Canvas3D object that Java 3D can render into.
Canvas3D(GraphicsConfiguration, boolean) - Constructor for class javax.media.j3d.Canvas3D
Constructs and initializes a new Canvas3D object that Java 3D can render into.
CANVAS_AUTO_UPDATE - Static variable in class com.sun.j3d.utils.universe.ViewInfo
Indicates that updates to a Canvas3D associated with the View should be automatically checked with each call to a public method in this class.
canvases - Variable in class com.sun.j3d.utils.behaviors.vp.ViewPlatformAWTBehavior
The Canvas3Ds from which this Behavior gets AWT events
CAP - Static variable in class com.sun.j3d.utils.geometry.Cone
Designates the end-cap of the cone.
CapabilityNotSetException - Exception in javax.media.j3d
Indicates an access to a live or compiled Scene Graph object without the required capability set.
CapabilityNotSetException() - Constructor for exception javax.media.j3d.CapabilityNotSetException
Create the exception object with default values.
CapabilityNotSetException(String) - Constructor for exception javax.media.j3d.CapabilityNotSetException
Create the exception object that outputs message.
CgShaderProgram - Class in javax.media.j3d
The CgShaderProgram object is a concrete implementation of a ShaderProgram node component for NVIDIA's Cg shader language.
CgShaderProgram() - Constructor for class javax.media.j3d.CgShaderProgram
Constructs a Cg shader program node component.
CHILD_ALL - Static variable in class javax.media.j3d.Switch
Specifies that all children are rendered.
CHILD_MASK - Static variable in class javax.media.j3d.Switch
Specifies that the childMask BitSet is used to select which children are rendered.
CHILD_NONE - Static variable in class javax.media.j3d.Switch
Specifies that no children are rendered.
CLAMP - Static variable in class javax.media.j3d.Texture
Clamps texture coordinates to be in the range [0, 1].
clamp(double, double, Tuple2d) - Method in class javax.vecmath.Tuple2d
Clamps the tuple parameter to the range [low, high] and places the values into this tuple.
clamp(double, double) - Method in class javax.vecmath.Tuple2d
Clamps this tuple to the range [low, high].
clamp(float, float, Tuple2f) - Method in class javax.vecmath.Tuple2f
Clamps the tuple parameter to the range [low, high] and places the values into this tuple.
clamp(float, float) - Method in class javax.vecmath.Tuple2f
Clamps this tuple to the range [low, high].
clamp(int, int, Tuple2i) - Method in class javax.vecmath.Tuple2i
Clamps the tuple parameter to the range [low, high] and places the values into this tuple.
clamp(int, int) - Method in class javax.vecmath.Tuple2i
Clamps this tuple to the range [low, high].
clamp(float, float, Tuple3d) - Method in class javax.vecmath.Tuple3d
Deprecated. Use clamp(double,double,Tuple3d) instead
clamp(double, double, Tuple3d) - Method in class javax.vecmath.Tuple3d
Clamps the tuple parameter to the range [low, high] and places the values into this tuple.
clamp(float, float) - Method in class javax.vecmath.Tuple3d
Deprecated. Use clamp(double,double) instead
clamp(double, double) - Method in class javax.vecmath.Tuple3d
Clamps this tuple to the range [low, high].
clamp(float, float, Tuple3f) - Method in class javax.vecmath.Tuple3f
Clamps the tuple parameter to the range [low, high] and places the values into this tuple.
clamp(float, float) - Method in class javax.vecmath.Tuple3f
Clamps this tuple to the range [low, high].
clamp(int, int, Tuple3i) - Method in class javax.vecmath.Tuple3i
Clamps the tuple parameter to the range [low, high] and places the values into this tuple.
clamp(int, int) - Method in class javax.vecmath.Tuple3i
Clamps this tuple to the range [low, high].
clamp(float, float, Tuple4d) - Method in class javax.vecmath.Tuple4d
Deprecated. Use clamp(double,double,Tuple4d) instead
clamp(double, double, Tuple4d) - Method in class javax.vecmath.Tuple4d
Clamps the tuple parameter to the range [low, high] and places the values into this tuple.
clamp(float, float) - Method in class javax.vecmath.Tuple4d
Deprecated. Use clamp(double,double) instead
clamp(double, double) - Method in class javax.vecmath.Tuple4d
Clamps this tuple to the range [low, high].
clamp(float, float, Tuple4f) - Method in class javax.vecmath.Tuple4f
Clamps the tuple parameter to the range [low, high] and places the values into this tuple.
clamp(float, float) - Method in class javax.vecmath.Tuple4f
Clamps this tuple to the range [low, high].
clamp(int, int, Tuple4i) - Method in class javax.vecmath.Tuple4i
Clamps the tuple parameter to the range [low, high] and places the values into this tuple.
clamp(int, int) - Method in class javax.vecmath.Tuple4i
Clamps this tuple to the range [low, high].
CLAMP_TO_BOUNDARY - Static variable in class javax.media.j3d.Texture
Clamps texture coordinates such that filtering will sample only texture boundary texels.
CLAMP_TO_EDGE - Static variable in class javax.media.j3d.Texture
Clamps texture coordinates such that filtering will not sample a texture boundary texel.
clampMax(double, Tuple2d) - Method in class javax.vecmath.Tuple2d
Clamps the maximum value of the tuple parameter to the max parameter and places the values into this tuple.
clampMax(double) - Method in class javax.vecmath.Tuple2d
Clamps the maximum value of this tuple to the max parameter.
clampMax(float, Tuple2f) - Method in class javax.vecmath.Tuple2f
Clamps the maximum value of the tuple parameter to the max parameter and places the values into this tuple.
clampMax(float) - Method in class javax.vecmath.Tuple2f
Clamps the maximum value of this tuple to the max parameter.
clampMax(int, Tuple2i) - Method in class javax.vecmath.Tuple2i
Clamps the maximum value of the tuple parameter to the max parameter and places the values into this tuple.
clampMax(int) - Method in class javax.vecmath.Tuple2i
Clamps the maximum value of this tuple to the max parameter.
clampMax(float, Tuple3d) - Method in class javax.vecmath.Tuple3d
Deprecated. Use clampMax(double,Tuple3d) instead
clampMax(double, Tuple3d) - Method in class javax.vecmath.Tuple3d
Clamps the maximum value of the tuple parameter to the max parameter and places the values into this tuple.
clampMax(float) - Method in class javax.vecmath.Tuple3d
Deprecated. Use clampMax(double) instead
clampMax(double) - Method in class javax.vecmath.Tuple3d
Clamps the maximum value of this tuple to the max parameter.
clampMax(float, Tuple3f) - Method in class javax.vecmath.Tuple3f
Clamps the maximum value of the tuple parameter to the max parameter and places the values into this tuple.
clampMax(float) - Method in class javax.vecmath.Tuple3f
Clamps the maximum value of this tuple to the max parameter.
clampMax(int, Tuple3i) - Method in class javax.vecmath.Tuple3i
Clamps the maximum value of the tuple parameter to the max parameter and places the values into this tuple.
clampMax(int) - Method in class javax.vecmath.Tuple3i
Clamps the maximum value of this tuple to the max parameter.
clampMax(float, Tuple4d) - Method in class javax.vecmath.Tuple4d
Deprecated. Use clampMax(double,Tuple4d) instead
clampMax(double, Tuple4d) - Method in class javax.vecmath.Tuple4d
Clamps the maximum value of the tuple parameter to the max parameter and places the values into this tuple.
clampMax(float) - Method in class javax.vecmath.Tuple4d
Deprecated. Use clampMax(double) instead
clampMax(double) - Method in class javax.vecmath.Tuple4d
Clamps the maximum value of this tuple to the max parameter.
clampMax(float, Tuple4f) - Method in class javax.vecmath.Tuple4f
Clamps the maximum value of the tuple parameter to the max parameter and places the values into this tuple.
clampMax(float) - Method in class javax.vecmath.Tuple4f
Clamps the maximum value of this tuple to the max parameter.
clampMax(int, Tuple4i) - Method in class javax.vecmath.Tuple4i
Clamps the maximum value of the tuple parameter to the max parameter and places the values into this tuple.
clampMax(int) - Method in class javax.vecmath.Tuple4i
Clamps the maximum value of this tuple to the max parameter.
clampMin(double, Tuple2d) - Method in class javax.vecmath.Tuple2d
Clamps the minimum value of the tuple parameter to the min parameter and places the values into this tuple.
clampMin(double) - Method in class javax.vecmath.Tuple2d
Clamps the minimum value of this tuple to the min parameter.
clampMin(float, Tuple2f) - Method in class javax.vecmath.Tuple2f
Clamps the minimum value of the tuple parameter to the min parameter and places the values into this tuple.
clampMin(float) - Method in class javax.vecmath.Tuple2f
Clamps the minimum value of this tuple to the min parameter.
clampMin(int, Tuple2i) - Method in class javax.vecmath.Tuple2i
Clamps the minimum value of the tuple parameter to the min parameter and places the values into this tuple.
clampMin(int) - Method in class javax.vecmath.Tuple2i
Clamps the minimum value of this tuple to the min parameter.
clampMin(float, Tuple3d) - Method in class javax.vecmath.Tuple3d
Deprecated. Use clampMin(double,Tuple3d) instead
clampMin(double, Tuple3d) - Method in class javax.vecmath.Tuple3d
Clamps the minimum value of the tuple parameter to the min parameter and places the values into this tuple.
clampMin(float) - Method in class javax.vecmath.Tuple3d
Deprecated. Use clampMin(double) instead
clampMin(double) - Method in class javax.vecmath.Tuple3d
Clamps the minimum value of this tuple to the min parameter.
clampMin(float, Tuple3f) - Method in class javax.vecmath.Tuple3f
Clamps the minimum value of the tuple parameter to the min parameter and places the values into this tuple.
clampMin(float) - Method in class javax.vecmath.Tuple3f
Clamps the minimum value of this tuple to the min parameter.
clampMin(int, Tuple3i) - Method in class javax.vecmath.Tuple3i
Clamps the minimum value of the tuple parameter to the min parameter and places the values into this tuple.
clampMin(int) - Method in class javax.vecmath.Tuple3i
Clamps the minimum value of this tuple to the min parameter.
clampMin(float, Tuple4d) - Method in class javax.vecmath.Tuple4d
Deprecated. Use clampMin(double,Tuple4d) instead
clampMin(double, Tuple4d) - Method in class javax.vecmath.Tuple4d
Clamps the minimum value of the tuple parameter to the min parameter and places the values into this tuple.
clampMin(float) - Method in class javax.vecmath.Tuple4d
Deprecated. Use clampMin(double) instead
clampMin(double) - Method in class javax.vecmath.Tuple4d
Clamps the minimum value of this tuple to the min parameter.
clampMin(float, Tuple4f) - Method in class javax.vecmath.Tuple4f
Clamps the minimum value of the tuple parameter to the min parameter and places the values into this tuple.
clampMin(float) - Method in class javax.vecmath.Tuple4f
Clamps the minimum value of this tuple to the min parameter.
clampMin(int, Tuple4i) - Method in class javax.vecmath.Tuple4i
Clamps the minimum value of the tuple parameter to the min parameter and places the values into this tuple.
clampMin(int) - Method in class javax.vecmath.Tuple4i
Clamps the minimum value of this tuple to the min parameter.
classification - Variable in class com.sun.j3d.audioengines.AudioEngineThread
The classification of this thread.
cleanup() - Method in class com.sun.j3d.audioengines.AudioEngineThread
 
cleanup() - Method in class com.sun.j3d.utils.universe.ConfiguredUniverse
Cleanup memory references used by ConfiguredUniverse.
cleanup() - Method in class com.sun.j3d.utils.universe.SimpleUniverse
Cleanup memory use and reference by SimpleUniverse.
clear() - Method in class com.sun.j3d.audioengines.Sample
Clears/re-initialize fields associated with sample data for this sound, and frees any device specific data associated with this sample.
clear() - Method in class com.sun.j3d.utils.compression.CompressedGeometryFile
Deprecated. Delete all compressed objects from this instance.
clear() - Method in class com.sun.j3d.utils.geometry.compression.CompressedGeometryFile
Delete all compressed objects from this instance.
clear() - Method in class com.sun.j3d.utils.universe.ConfigContainer
Release memory references used by this ConfigContainer.
clear() - Static method in class com.sun.j3d.utils.universe.ViewInfo
Release all static memory references held by ViewInfo, if any.
clear() - Method in class javax.media.j3d.GraphicsContext3D
Clear the Canvas3D to the color or image specified by the current background node.
clear() - Method in class javax.media.j3d.ShaderAttributeSet
Removes all shader attributes from the attributes set.
clearCapability(int) - Method in class javax.media.j3d.SceneGraphObject
Clear the specified capability bit.
clearCapabilityIsFrequent(int) - Method in class javax.media.j3d.SceneGraphObject
Clears the isFrequent bit associated with the specified capability bit.
clearData() - Method in class com.sun.j3d.utils.geometry.StripifierStats
Clears the statistical data
clearGeometryCache() - Static method in class com.sun.j3d.utils.geometry.Primitive
Clear the shared geometry cache for all Primitive types.
clearRect(int, int, int, int) - Method in class javax.media.j3d.J3DGraphics2D
This method is not supported.
clearSound(int) - Method in class com.sun.j3d.audioengines.AudioEngine3D
Clear Sound.
clearSound(int) - Method in class com.sun.j3d.audioengines.javasound.JavaSoundMixer
Clears the fields associated with sample data for this sound.
clearSound(int) - Method in interface javax.media.j3d.AudioDevice3D
Requests that the AudioDevice free all resources associated with sample with index id.
clearViewerMap() - Static method in class com.sun.j3d.utils.universe.Viewer
Removes all Viewer mappings from the Viewer map.
clicked(SensorEvent) - Method in interface com.sun.j3d.utils.behaviors.sensor.SensorButtonListener
This method is currently not used by SensorEventAgent, but is included here for future possible development.
clicked(SensorEvent) - Method in class com.sun.j3d.utils.behaviors.sensor.SensorInputAdaptor
 
Clip - Class in javax.media.j3d
The Clip leaf node defines the back, or far, clip distance in the virtual universe.
Clip() - Constructor for class javax.media.j3d.Clip
Constructs a Clip node with default parameters.
Clip(double) - Constructor for class javax.media.j3d.Clip
Constructs a Clip node with the specified back clip distance.
CLIP_IMAGE - Static variable in class javax.media.j3d.Raster
Specifies that the raster object is clipped as an image after the raster position has been transformed.
CLIP_POSITION - Static variable in class javax.media.j3d.Raster
Specifies that this raster object is not drawn if the raster position is outside the viewing volume.
clone() - Method in class javax.media.j3d.BoundingBox
Creates a copy of this bounding box.
clone() - Method in class javax.media.j3d.BoundingPolytope
Creates a copy of a polytope.
clone() - Method in class javax.media.j3d.BoundingSphere
Creates a copy of the bounding sphere.
clone() - Method in class javax.media.j3d.Bounds
Makes a copy of a bounds object.
clone() - Method in class javax.vecmath.AxisAngle4d
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.AxisAngle4f
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.GMatrix
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.GVector
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.Matrix3d
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.Matrix3f
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.Matrix4d
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.Matrix4f
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.Tuple2d
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.Tuple2f
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.Tuple2i
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.Tuple3b
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.Tuple3d
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.Tuple3f
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.Tuple3i
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.Tuple4b
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.Tuple4d
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.Tuple4f
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.Tuple4i
Creates a new object of the same class as this object.
cloneNode(boolean) - Method in class com.sun.j3d.utils.behaviors.interpolators.KBRotPosScaleSplinePathInterpolator
Copies KBRotPosScaleSplinePathInterpolator information from originalNode into the current node.
cloneNode(boolean) - Method in class com.sun.j3d.utils.behaviors.interpolators.RotPosScaleTCBSplinePathInterpolator
Used to create a new instance of the node.
cloneNode(boolean) - Method in class com.sun.j3d.utils.geometry.Box
Used to create a new instance of the node.
cloneNode(boolean) - Method in class com.sun.j3d.utils.geometry.Cone
Used to create a new instance of the node.
cloneNode(boolean) - Method in class com.sun.j3d.utils.geometry.Cylinder
Used to create a new instance of the node.
cloneNode(boolean) - Method in class com.sun.j3d.utils.geometry.Sphere
Used to create a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.AlternateAppearance
Used to create a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.AmbientLight
Used to create a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.Background
Creates a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.BackgroundSound
Creates a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.Billboard
Creates a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.BoundingLeaf
Used to create a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.BranchGroup
Creates a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.Clip
Used to create a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.ColorInterpolator
Used to create a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.ConeSound
Creates a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.DecalGroup
Used to create a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.DirectionalLight
Used to create a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.DistanceLOD
Used to create a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.ExponentialFog
Used to create a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.Group
Used to create a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.LinearFog
Used to create a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.Link
Used to create a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.ModelClip
Used to create a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.Morph
Deprecated. Creates a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.Node
Used to create a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.OrderedGroup
Used to create a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.OrientedShape3D
Used to create a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.PointLight
Used to create a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.PointSound
Creates a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.PositionInterpolator
Used to create a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.PositionPathInterpolator
Used to create a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.RotationInterpolator
Used to create a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.RotationPathInterpolator
Used to create a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.RotPosPathInterpolator
Used to create a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.RotPosScalePathInterpolator
Used to create a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.ScaleInterpolator
Used to create a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.Shape3D
Used to create a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.SharedGroup
Used to create a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.Soundscape
Creates a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.SpotLight
Used to create a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.Switch
Used to create a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.SwitchValueInterpolator
Used to create a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.TransformGroup
Creates a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.TransparencyInterpolator
Used to create a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.ViewPlatform
Used to create a new instance of the node.
cloneNode(boolean) - Method in class javax.media.j3d.ViewSpecificGroup
Used to create a new instance of the node.
cloneNodeComponent() - Method in class javax.media.j3d.Appearance
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.AuralAttributes
Deprecated. As of Java 3D version 1.2, replaced by cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.ColoringAttributes
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.CompressedGeometry
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.DepthComponentFloat
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.DepthComponentInt
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.DepthComponentNative
Creates a new DepthComponentNative object.
cloneNodeComponent() - Method in class javax.media.j3d.ImageComponent2D
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.ImageComponent3D
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.IndexedLineArray
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.IndexedLineStripArray
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.IndexedPointArray
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.IndexedQuadArray
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.IndexedTriangleArray
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.IndexedTriangleFanArray
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.IndexedTriangleStripArray
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.LineArray
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.LineAttributes
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.LineStripArray
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.Material
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.MediaContainer
Deprecated. As of Java 3D version 1.2, replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.NodeComponent
Deprecated. As of Java 3D version 1.2, replaced by cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent(boolean) - Method in class javax.media.j3d.NodeComponent
Used to create a new instance of a NodeComponent object.
cloneNodeComponent() - Method in class javax.media.j3d.PointArray
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.PointAttributes
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.PolygonAttributes
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.QuadArray
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.Raster
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.RenderingAttributes
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.ShaderAppearance
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.SourceCodeShader
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.TexCoordGeneration
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.Text3D
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.Texture2D
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.Texture3D
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.TextureAttributes
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.TextureUnitState
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.TransparencyAttributes
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.TriangleArray
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.TriangleFanArray
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.TriangleStripArray
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneTree() - Method in class javax.media.j3d.Node
Duplicates all the nodes of the specified sub-graph.
cloneTree(boolean) - Method in class javax.media.j3d.Node
Duplicates all the nodes of the specified sub-graph.
cloneTree(boolean, boolean) - Method in class javax.media.j3d.Node
Duplicates all the nodes of the specified sub-graph.
cloneTree(NodeReferenceTable) - Method in class javax.media.j3d.Node
Duplicates all the nodes of the specified sub-graph.
cloneTree(NodeReferenceTable, boolean) - Method in class javax.media.j3d.Node
Duplicates all the nodes of the specified sub-graph.
cloneTree(NodeReferenceTable, boolean, boolean) - Method in class javax.media.j3d.Node
Duplicates all the nodes of the specified sub-graph.
close() - Method in class com.sun.j3d.audioengines.AudioEngine
Code to close the device
close() - Method in class com.sun.j3d.audioengines.javasound.JavaSoundMixer
Code to close the device.
close() - Method in class com.sun.j3d.utils.compression.CompressedGeometryFile
Deprecated. Release the resources associated with this instance.
close() - Method in class com.sun.j3d.utils.geometry.compression.CompressedGeometryFile
Release the resources associated with this instance.
close() - Method in class com.sun.j3d.utils.scenegraph.io.SceneGraphFileReader
Close the file and cleanup internal data structures
close() - Method in class com.sun.j3d.utils.scenegraph.io.SceneGraphFileWriter
Close the file and cleanup internal data structures.
close() - Method in class com.sun.j3d.utils.scenegraph.io.SceneGraphStreamWriter
Close the SceneGraphStreamWriter, but does not close the Stream
close() - Method in interface javax.media.j3d.AudioDevice
Code to close the device and release resources.
close() - Method in interface javax.media.j3d.InputDevice
Code to process the clean up of the device and relinquish associated resources.
CLOSEST_DISTANCE - Static variable in class javax.media.j3d.PickInfo
Specifies that this PickInfo returns the closest intersection distance.
CLOSEST_GEOM_INFO - Static variable in class javax.media.j3d.PickInfo
Specifies that this PickInfo returns only the closest intersection geometry information.
CLOSEST_INTERSECTION_POINT - Static variable in class javax.media.j3d.PickInfo
Specifies that this PickInfo returns the closest intersection point.
closestIntersection(Bounds[]) - Method in class javax.media.j3d.BoundingBox
Finds closest bounding object that intersects this bounding box.
closestIntersection(Bounds[]) - Method in class javax.media.j3d.BoundingPolytope
Finds closest bounding object that intersects this bounding polytope.
closestIntersection(Bounds[]) - Method in class javax.media.j3d.BoundingSphere
Finds closest bounding object that intersects this bounding sphere.
closestIntersection(Bounds[]) - Method in class javax.media.j3d.Bounds
Finds closest bounding object that intersects this bounding object.
COLLECT_STATS - Static variable in class com.sun.j3d.utils.geometry.Stripifier
Indicates to the stripifier to collect statistics on the data
Color3b - Class in javax.vecmath
A three-byte color value represented by byte x, y, and z values.
Color3b(byte, byte, byte) - Constructor for class javax.vecmath.Color3b
Constructs and initializes a Color3b from the specified three values.
Color3b(byte[]) - Constructor for class javax.vecmath.Color3b
Constructs and initializes a Color3b from input array of length 3.
Color3b(Color3b) - Constructor for class javax.vecmath.Color3b
Constructs and initializes a Color3b from the specified Color3b.
Color3b(Tuple3b) - Constructor for class javax.vecmath.Color3b
Constructs and initializes a Color3b from the specified Tuple3b.
Color3b(Color) - Constructor for class javax.vecmath.Color3b
Constructs and initializes a Color3b from the specified AWT Color object.
Color3b() - Constructor for class javax.vecmath.Color3b
Constructs and initializes a Color3b to (0,0,0).
Color3f - Class in javax.vecmath
A three-element color value represented by single precision floating point x,y,z values.
Color3f(float, float, float) - Constructor for class javax.vecmath.Color3f
Constructs and initializes a Color3f from the three xyz values.
Color3f(float[]) - Constructor for class javax.vecmath.Color3f
Constructs and initializes a Color3f from the array of length 3.
Color3f(Color3f) - Constructor for class javax.vecmath.Color3f
Constructs and initializes a Color3f from the specified Color3f.
Color3f(Tuple3f) - Constructor for class javax.vecmath.Color3f
Constructs and initializes a Color3f from the specified Tuple3f.
Color3f(Tuple3d) - Constructor for class javax.vecmath.Color3f
Constructs and initializes a Color3f from the specified Tuple3d.
Color3f(Color) - Constructor for class javax.vecmath.Color3f
Constructs and initializes a Color3f from the specified AWT Color object.
Color3f() - Constructor for class javax.vecmath.Color3f
Constructs and initializes a Color3f to (0.0, 0.0, 0.0).
Color4b - Class in javax.vecmath
A four-byte color value represented by byte x, y, z, and w values.
Color4b(byte, byte, byte, byte) - Constructor for class javax.vecmath.Color4b
Constructs and initializes a Color4b from the four specified values.
Color4b(byte[]) - Constructor for class javax.vecmath.Color4b
Constructs and initializes a Color4b from the array of length 4.
Color4b(Color4b) - Constructor for class javax.vecmath.Color4b
Constructs and initializes a Color4b from the specified Color4b.
Color4b(Tuple4b) - Constructor for class javax.vecmath.Color4b
Constructs and initializes a Color4b from the specified Tuple4b.
Color4b(Color) - Constructor for class javax.vecmath.Color4b
Constructs and initializes a Color4b from the specified AWT Color object.
Color4b() - Constructor for class javax.vecmath.Color4b
Constructs and initializes a Color4b to (0,0,0,0).
Color4f - Class in javax.vecmath
A four-element color represented by single precision floating point x, y, z, and w values.
Color4f(float, float, float, float) - Constructor for class javax.vecmath.Color4f
Constructs and initializes a Color4f from the specified xyzw coordinates.
Color4f(float[]) - Constructor for class javax.vecmath.Color4f
Constructs and initializes a Color4f from the array of length 4.
Color4f(Color4f) - Constructor for class javax.vecmath.Color4f
Constructs and initializes a Color4f from the specified Color4f.
Color4f(Tuple4f) - Constructor for class javax.vecmath.Color4f
Constructs and initializes a Color4f from the specified Tuple4f.
Color4f(Tuple4d) - Constructor for class javax.vecmath.Color4f
Constructs and initializes a Color4f from the specified Tuple4d.
Color4f(Color) - Constructor for class javax.vecmath.Color4f
Constructs and initializes a Color4f from the specified AWT Color object.
Color4f() - Constructor for class javax.vecmath.Color4f
Constructs and initializes a Color4f to (0.0, 0.0, 0.0, 0.0).
COLOR_3 - Static variable in class javax.media.j3d.GeometryArray
Specifies that this GeometryArray contains an array of colors without alpha.
COLOR_4 - Static variable in class javax.media.j3d.GeometryArray
Specifies that this GeometryArray contains an array of colors with alpha.
COLOR_IN_BUFFER - Static variable in class com.sun.j3d.utils.geometry.compression.CompressedGeometryData.Header
bufferDataPresent: bit indicating that RGB color information is bundled with the vertices in the compressed geometry buffer.
COLOR_IN_BUFFER - Static variable in class javax.media.j3d.CompressedGeometryHeader
Deprecated. bufferDataPresent: bit indicating that RGB color information is bundled with the vertices in the compressed geometry buffer.
ColorCube - Class in com.sun.j3d.utils.geometry
Simple color-per-vertex cube with a different color for each face
ColorCube() - Constructor for class com.sun.j3d.utils.geometry.ColorCube
Constructs a color cube with unit scale.
ColorCube(double) - Constructor for class com.sun.j3d.utils.geometry.ColorCube
Constructs a color cube with the specified scale.
ColoringAttributes - Class in javax.media.j3d
The ColoringAttributes object defines attributes used in color selection and shading model.
ColoringAttributes() - Constructor for class javax.media.j3d.ColoringAttributes
Constructs a ColoringAttributes node with default parameters.
ColoringAttributes(Color3f, int) - Constructor for class javax.media.j3d.ColoringAttributes
Construct ColoringAttributes object with specified values.
ColoringAttributes(float, float, float, int) - Constructor for class javax.media.j3d.ColoringAttributes
Construct ColoringAttributes object with specified values.
ColorInterpolator - Class in javax.media.j3d
Color interpolation behavior.
ColorInterpolator(Alpha, Material) - Constructor for class javax.media.j3d.ColorInterpolator
Constructs a trivial color interpolator with a specified target, a starting color of black, and an ending color of white.
ColorInterpolator(Alpha, Material, Color3f, Color3f) - Constructor for class javax.media.j3d.ColorInterpolator
Constructs a color interpolator with the specified target, starting color, and ending color.
com.sun.j3d.audioengines - package com.sun.j3d.audioengines
Provides abstract classes for creating Java 3D audio devices.
com.sun.j3d.audioengines.javasound - package com.sun.j3d.audioengines.javasound
Provides a JavaSound-based implementation of a Java 3D audio device.
com.sun.j3d.exp.swing - package com.sun.j3d.exp.swing
EXPERIMENTAL: Provides a lightweight JCanvas3D class.
com.sun.j3d.loaders - package com.sun.j3d.loaders
Provides interfaces and abstract classes for writing Java 3D loaders.
com.sun.j3d.loaders.lw3d - package com.sun.j3d.loaders.lw3d
Provides a Java 3D loader for Lightwave 3D scene files.
com.sun.j3d.loaders.objectfile - package com.sun.j3d.loaders.objectfile
Provides a Java 3D loader for Wavefront .obj files.
com.sun.j3d.utils.applet - package com.sun.j3d.utils.applet
Provides utility classes for running applets as stand-alone applications.
com.sun.j3d.utils.audio - package com.sun.j3d.utils.audio
Provides audio utility classes.
com.sun.j3d.utils.behaviors.interpolators - package com.sun.j3d.utils.behaviors.interpolators
Provides spline-based interpolation behaviors.
com.sun.j3d.utils.behaviors.keyboard - package com.sun.j3d.utils.behaviors.keyboard
Provides keyboard navigation utility classes.
com.sun.j3d.utils.behaviors.mouse - package com.sun.j3d.utils.behaviors.mouse
Provides mouse navigation utility classes.
com.sun.j3d.utils.behaviors.picking - package com.sun.j3d.utils.behaviors.picking
Deprecated: Use com.sun.j3d.utils.pickfast.behaviors instead.
com.sun.j3d.utils.behaviors.sensor - package com.sun.j3d.utils.behaviors.sensor
Provides 6DOF sensor behavior classes.
com.sun.j3d.utils.behaviors.vp - package com.sun.j3d.utils.behaviors.vp
Provides ViewPlatform navigation utility classes.
com.sun.j3d.utils.compression - package com.sun.j3d.utils.compression
Deprecated: Use com.sun.j3d.utils.geometry.compression instead.
com.sun.j3d.utils.geometry - package com.sun.j3d.utils.geometry
Provides geometry construction, triangulation, and optimization utility classes.
com.sun.j3d.utils.geometry.compression - package com.sun.j3d.utils.geometry.compression
Provides compressed geometry utility classes.
com.sun.j3d.utils.image - package com.sun.j3d.utils.image
Provides texture image utility classes.
com.sun.j3d.utils.pickfast - package com.sun.j3d.utils.pickfast
Provides picking utility classes for the new core picking methods.
com.sun.j3d.utils.pickfast.behaviors - package com.sun.j3d.utils.pickfast.behaviors
Provides picking behaviors for the new core picking methods.
com.sun.j3d.utils.picking - package com.sun.j3d.utils.picking
OBSOLETE: provides picking utility classes for the old picking methods.
com.sun.j3d.utils.picking.behaviors - package com.sun.j3d.utils.picking.behaviors
OBSOLETE: provides picking behaviors for the old picking methods.
com.sun.j3d.utils.scenegraph.io - package com.sun.j3d.utils.scenegraph.io
This package provides a Java3D SceneGraph IO capability.
com.sun.j3d.utils.scenegraph.transparency - package com.sun.j3d.utils.scenegraph.transparency
Provides transparency sorting utility classes.
com.sun.j3d.utils.shader - package com.sun.j3d.utils.shader
Provides shader utility classes.
com.sun.j3d.utils.timer - package com.sun.j3d.utils.timer
Deprecated: Use java.lang.System.nanoTime() instead.
com.sun.j3d.utils.universe - package com.sun.j3d.utils.universe
Provides utility classes for setting up the Java 3D universe, including the viewing configuration.
combine(Bounds) - Method in class javax.media.j3d.BoundingBox
Combines this bounding box with a bounding object so that the resulting bounding box encloses the original bounding box and the specified bounds object.
combine(Bounds[]) - Method in class javax.media.j3d.BoundingBox
Combines this bounding box with an array of bounding objects so that the resulting bounding box encloses the original bounding box and the array of bounding objects.
combine(Point3d) - Method in class javax.media.j3d.BoundingBox
Combines this bounding box with a point so that the resulting bounding box encloses the original bounding box and the point.
combine(Point3d[]) - Method in class javax.media.j3d.BoundingBox
Combines this bounding box with an array of points so that the resulting bounding box encloses the original bounding box and the array of points.
combine(Bounds) - Method in class javax.media.j3d.BoundingPolytope
Combines this bounding polytope with a bounding object so that the resulting bounding polytope encloses the original bounding polytope and the given bounds object.
combine(Bounds[]) - Method in class javax.media.j3d.BoundingPolytope
Combines this bounding polytope with an array of bounding objects so that the resulting bounding polytope encloses the original bounding polytope and the given array of bounds object.
combine(Point3d) - Method in class javax.media.j3d.BoundingPolytope
Combines this bounding polytope with a point.
combine(Point3d[]) - Method in class javax.media.j3d.BoundingPolytope
Combines this bounding polytope with an array of points.
combine(Bounds) - Method in class javax.media.j3d.BoundingSphere
Combines this bounding sphere with a bounding object so that the resulting bounding sphere encloses the original bounding sphere and the given bounds object.
combine(Bounds[]) - Method in class javax.media.j3d.BoundingSphere
Combines this bounding sphere with an array of bounding objects so that the resulting bounding sphere encloses the original bounding sphere and the given array of bounds object.
combine(Point3d) - Method in class javax.media.j3d.BoundingSphere
Combines this bounding sphere with a point.
combine(Point3d[]) - Method in class javax.media.j3d.BoundingSphere
Combines this bounding sphere with an array of points.
combine(Bounds) - Method in class javax.media.j3d.Bounds
Combines this bounding object with a bounding object so that the resulting bounding object encloses the original bounding object and the given bounds object.
combine(Bounds[]) - Method in class javax.media.j3d.Bounds
Combines this bounding object with an array of bounding objects so that the resulting bounding object encloses the original bounding object and the given array of bounds object.
combine(Point3d) - Method in class javax.media.j3d.Bounds
Combines this bounding object with a point.
combine(Point3d[]) - Method in class javax.media.j3d.Bounds
Combines this bounding object with an array of points.
COMBINE - Static variable in class javax.media.j3d.TextureAttributes
Combine the object color with texture color as specified in the combine mode.
COMBINE_ADD - Static variable in class javax.media.j3d.TextureAttributes
Add two colors.
COMBINE_ADD_SIGNED - Static variable in class javax.media.j3d.TextureAttributes
Add two colors plus an implicit offset.
COMBINE_CONSTANT_COLOR - Static variable in class javax.media.j3d.TextureAttributes
Texture blend color.
COMBINE_DOT3 - Static variable in class javax.media.j3d.TextureAttributes
Dot product of two colors.
COMBINE_INTERPOLATE - Static variable in class javax.media.j3d.TextureAttributes
Interpolate two colors with a factor.
COMBINE_MODULATE - Static variable in class javax.media.j3d.TextureAttributes
Modulates one color with another color.
COMBINE_OBJECT_COLOR - Static variable in class javax.media.j3d.TextureAttributes
Object color coming into the texturing state.
COMBINE_ONE_MINUS_SRC_ALPHA - Static variable in class javax.media.j3d.TextureAttributes
Color function is f = (1 - Ca)
COMBINE_ONE_MINUS_SRC_COLOR - Static variable in class javax.media.j3d.TextureAttributes
Color function is f = (1 - Crgb)
COMBINE_PREVIOUS_TEXTURE_UNIT_STATE - Static variable in class javax.media.j3d.TextureAttributes
Color from the previous texture unit state.
COMBINE_REPLACE - Static variable in class javax.media.j3d.TextureAttributes
Replace the input color with the specified color.
COMBINE_SRC_ALPHA - Static variable in class javax.media.j3d.TextureAttributes
Color function is f = Ca
COMBINE_SRC_COLOR - Static variable in class javax.media.j3d.TextureAttributes
Color function is f = Crgb
COMBINE_SUBTRACT - Static variable in class javax.media.j3d.TextureAttributes
Subtract one color from another color.
COMBINE_TEXTURE_COLOR - Static variable in class javax.media.j3d.TextureAttributes
Texture color of the corresponding texture unit state.
compact() - Method in class com.sun.j3d.utils.geometry.GeometryInfo
Remove unused data from an indexed dataset.
compare(Object, Object) - Method in class com.sun.j3d.utils.scenegraph.transparency.SimpleDistanceComparator
Compares its two arguments for order.
compile() - Method in class javax.media.j3d.BranchGroup
Compiles the source BranchGroup associated with this object and creates and caches a compiled scene graph.
compile() - Method in class javax.media.j3d.SharedGroup
Compiles the source SharedGroup associated with this object and creates and caches a compiled scene graph.
COMPILE_ERROR - Static variable in class javax.media.j3d.ShaderError
Indicates that an error occurred while compiling a shader.
compress(CompressionStream) - Method in class com.sun.j3d.utils.compression.GeometryCompressor
Deprecated. Compress a stream into a CompressedGeometry node component.
compress(CompressionStream, CompressedGeometryFile) - Method in class com.sun.j3d.utils.compression.GeometryCompressor
Deprecated. Compress a stream and append the output to a CompressedGeometryFile.
compress(CompressionStream) - Method in class com.sun.j3d.utils.geometry.compression.GeometryCompressor
Compress a stream into a CompressedGeometryData node component.
compress(CompressionStream, CompressedGeometryFile) - Method in class com.sun.j3d.utils.geometry.compression.GeometryCompressor
Compress a stream and append the output to a CompressedGeometryFile.
CompressedGeometry - Class in javax.media.j3d
Deprecated. As of Java 3D version 1.4.
CompressedGeometry(CompressedGeometryHeader, byte[]) - Constructor for class javax.media.j3d.CompressedGeometry
Deprecated. Creates a new CompressedGeometry NodeComponent by copying the specified compressed geometry data into this object.
CompressedGeometry(CompressedGeometryHeader, byte[], boolean) - Constructor for class javax.media.j3d.CompressedGeometry
Deprecated. Creates a new CompressedGeometry NodeComponent.
CompressedGeometry(CompressedGeometryHeader, J3DBuffer) - Constructor for class javax.media.j3d.CompressedGeometry
Deprecated. This constructor is not implemented.
CompressedGeometryData - Class in com.sun.j3d.utils.geometry.compression
The compressed geometry object is used to store geometry in a compressed format.
CompressedGeometryData(CompressedGeometryData.Header, byte[]) - Constructor for class com.sun.j3d.utils.geometry.compression.CompressedGeometryData
Creates a new CompressedGeometryData object by copying the specified compressed geometry data into this object.
CompressedGeometryData(CompressedGeometryData.Header, byte[], boolean) - Constructor for class com.sun.j3d.utils.geometry.compression.CompressedGeometryData
Creates a new CompressedGeometryData object.
CompressedGeometryData(CompressedGeometryData.Header, J3DBuffer) - Constructor for class com.sun.j3d.utils.geometry.compression.CompressedGeometryData
Creates a new CompressedGeometryData object.
CompressedGeometryData.Header - Class in com.sun.j3d.utils.geometry.compression
The Header class is a data container for the header information, used in conjunction with a CompressedGeometryData object.
CompressedGeometryData.Header() - Constructor for class com.sun.j3d.utils.geometry.compression.CompressedGeometryData.Header
Creates a new Header object used for the creation of a CompressedGeometryData object.
CompressedGeometryFile - Class in com.sun.j3d.utils.compression
Deprecated. As of Java 3D 1.5, replaced by com.sun.j3d.utils.geometry.compression.CompressedGeometryFile.
CompressedGeometryFile(String) - Constructor for class com.sun.j3d.utils.compression.CompressedGeometryFile
Deprecated. Construct a new CompressedGeometryFile instance associated with the specified file.
CompressedGeometryFile(String, boolean) - Constructor for class com.sun.j3d.utils.compression.CompressedGeometryFile
Deprecated. Construct a new CompressedGeometryFile instance associated with the specified file.
CompressedGeometryFile(RandomAccessFile) - Constructor for class com.sun.j3d.utils.compression.CompressedGeometryFile
Deprecated. Construct a new CompressedGeometryFile instance associated with a currently open RandomAccessFile.
CompressedGeometryFile - Class in com.sun.j3d.utils.geometry.compression
This class provides methods to read and write compressed geometry resource files.
CompressedGeometryFile(String) - Constructor for class com.sun.j3d.utils.geometry.compression.CompressedGeometryFile
Construct a new CompressedGeometryFile instance associated with the specified file.
CompressedGeometryFile(String, boolean) - Constructor for class com.sun.j3d.utils.geometry.compression.CompressedGeometryFile
Construct a new CompressedGeometryFile instance associated with the specified file.
CompressedGeometryFile(RandomAccessFile) - Constructor for class com.sun.j3d.utils.geometry.compression.CompressedGeometryFile
Construct a new CompressedGeometryFile instance associated with a currently open RandomAccessFile.
CompressedGeometryHeader - Class in javax.media.j3d
Deprecated. As of Java 3D version 1.4.
CompressedGeometryHeader() - Constructor for class javax.media.j3d.CompressedGeometryHeader
Deprecated. Creates a new CompressedGeometryHeader object used for the creation of a CompressedGeometry NodeComponent object.
CompressionStream - Class in com.sun.j3d.utils.compression
Deprecated. As of Java 3D 1.5, replaced by com.sun.j3d.utils.geometry.compression.CompressionStream.
CompressionStream(int, int, int, Shape3D[]) - Constructor for class com.sun.j3d.utils.compression.CompressionStream
Deprecated. Creates a CompressionStream from an array of Shape3D scene graph objects.
CompressionStream(Shape3D[]) - Constructor for class com.sun.j3d.utils.compression.CompressionStream
Deprecated. Creates a CompressionStream from an array of Shape3D scene graph objects.
CompressionStream(int, int, int, GeometryInfo[]) - Constructor for class com.sun.j3d.utils.compression.CompressionStream
Deprecated. Creates a CompressionStream from an array of GeometryInfo objects.
CompressionStream(GeometryInfo[]) - Constructor for class com.sun.j3d.utils.compression.CompressionStream
Deprecated. Creates a CompressionStream from an array of GeometryInfo objects.
CompressionStream - Class in com.sun.j3d.utils.geometry.compression
This class is used as input to a geometry compressor.
CompressionStream(int, int, int, Shape3D[]) - Constructor for class com.sun.j3d.utils.geometry.compression.CompressionStream
Creates a CompressionStream from an array of Shape3D scene graph objects.
CompressionStream(Shape3D[]) - Constructor for class com.sun.j3d.utils.geometry.compression.CompressionStream
Creates a CompressionStream from an array of Shape3D scene graph objects.
CompressionStream(int, int, int, GeometryInfo[]) - Constructor for class com.sun.j3d.utils.geometry.compression.CompressionStream
Creates a CompressionStream from an array of GeometryInfo objects.
CompressionStream(GeometryInfo[]) - Constructor for class com.sun.j3d.utils.geometry.compression.CompressionStream
Creates a CompressionStream from an array of GeometryInfo objects.
computeLength(float) - Method in class com.sun.j3d.utils.behaviors.interpolators.CubicSplineSegment
Computes the length of the curve at a given point between key frames.
computeLength(float) - Method in class com.sun.j3d.utils.behaviors.interpolators.KBCubicSplineSegment
Computes the length of the curve at a given point between key frames.
computePathInterpolation() - Method in class com.sun.j3d.utils.behaviors.interpolators.KBSplinePathInterpolator
Deprecated. As of Java 3D version 1.3, replaced by computePathInterpolation(float)
computePathInterpolation(float) - Method in class com.sun.j3d.utils.behaviors.interpolators.KBSplinePathInterpolator
This method computes the bounding knot indices and interpolation value "CurrentU" given the current value of the knots[] array and the specified alpha value
computePathInterpolation(float) - Method in class com.sun.j3d.utils.behaviors.interpolators.TCBSplinePathInterpolator
This method computes the bounding knot indices and interpolation value "CurrentU" given the specified value of alpha and the knots[] array.
computePathInterpolation() - Method in class com.sun.j3d.utils.behaviors.interpolators.TCBSplinePathInterpolator
Deprecated. As of Java 3D version 1.3, replaced by computePathInterpolation(float)
computePathInterpolation(float) - Method in class javax.media.j3d.PathInterpolator
Computes the base knot index and interpolation value given the specified value of alpha and the knots[] array.
computePathInterpolation() - Method in class javax.media.j3d.PathInterpolator
Deprecated. As of Java 3D version 1.3, replaced by computePathInterpolation(float)
computeTransform(float, Transform3D) - Method in class com.sun.j3d.utils.behaviors.interpolators.KBRotPosScaleSplinePathInterpolator
Computes the new transform for this interpolator for a given alpha value.
computeTransform(float, Transform3D) - Method in class com.sun.j3d.utils.behaviors.interpolators.RotPosScaleTCBSplinePathInterpolator
Computes the new transform for this interpolator for a given alpha value.
computeTransform(float, Transform3D) - Method in class javax.media.j3d.PositionInterpolator
Computes the new transform for this interpolator for a given alpha value.
computeTransform(float, Transform3D) - Method in class javax.media.j3d.PositionPathInterpolator
Computes the new transform for this interpolator for a given alpha value.
computeTransform(float, Transform3D) - Method in class javax.media.j3d.RotationInterpolator
Computes the new transform for this interpolator for a given alpha value.
computeTransform(float, Transform3D) - Method in class javax.media.j3d.RotationPathInterpolator
Computes the new transform for this interpolator for a given alpha value.
computeTransform(float, Transform3D) - Method in class javax.media.j3d.RotPosPathInterpolator
Computes the new transform for this interpolator for a given alpha value.
computeTransform(float, Transform3D) - Method in class javax.media.j3d.RotPosScalePathInterpolator
Computes the new transform for this interpolator for a given alpha value.
computeTransform(float, Transform3D) - Method in class javax.media.j3d.ScaleInterpolator
Computes the new transform for this interpolator for a given alpha value.
computeTransform(float, Transform3D) - Method in class javax.media.j3d.TransformInterpolator
Computes the new transform for this interpolator for a given alpha value.
conditions - Variable in class com.sun.j3d.utils.behaviors.picking.PickMouseBehavior
Deprecated.  
conditions - Variable in class com.sun.j3d.utils.pickfast.behaviors.PickMouseBehavior
 
conditions - Variable in class com.sun.j3d.utils.picking.behaviors.PickMouseBehavior
 
conditionViewScale(Transform3D) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.ListenerBase
Equalizes the scale factors in the view tranform, which must be congruent.
Cone - Class in com.sun.j3d.utils.geometry
Cone is a geometry primitive defined with a radius and a height.
Cone() - Constructor for class com.sun.j3d.utils.geometry.Cone
Constructs a default Cone of radius of 1.0 and height of 2.0.
Cone(float, float) - Constructor for class com.sun.j3d.utils.geometry.Cone
Constructs a default Cone of a given radius and height.
Cone(float, float, Appearance) - Constructor for class com.sun.j3d.utils.geometry.Cone
Constructs a default cone of a given radius, height, and appearance.
Cone(float, float, int, Appearance) - Constructor for class com.sun.j3d.utils.geometry.Cone
Constructs a default cone of a given radius, height, primitive flags, and appearance.
Cone(float, float, int, int, int, Appearance) - Constructor for class com.sun.j3d.utils.geometry.Cone
Constructs a customized Cone of a given radius, height, flags, resolution (X and Y dimensions), and appearance.
CONE_SOUND - Static variable in interface javax.media.j3d.AudioDevice3D
Specifies the sound type as cone sound.
ConeSound - Class in javax.media.j3d
The ConeSound node object defines a PointSound node whose sound source is directed along a specific vector in space.
ConeSound() - Constructor for class javax.media.j3d.ConeSound
Constructs and initializes a new ConeSound node using default parameters.
ConeSound(MediaContainer, float, Point3f, Vector3f) - Constructor for class javax.media.j3d.ConeSound
Constructs a ConeSound node object using only the provided parameter values for sound, overall initial gain, position, and direction.
ConeSound(MediaContainer, float, float, float, float, float, float, float) - Constructor for class javax.media.j3d.ConeSound
Constructs a ConeSound node object using only the provided parameter values for sound, overall initial gain, position, and direction.
ConeSound(MediaContainer, float, int, boolean, boolean, boolean, Bounds, float, Point3f, Point2f[], Point2f[], Vector3f) - Constructor for class javax.media.j3d.ConeSound
Constructs a ConeSound node object using all the provided PointSound parameter values.
ConeSound(MediaContainer, float, int, boolean, boolean, boolean, Bounds, float, float, float, float, float[], float[], float[], float[], float, float, float) - Constructor for class javax.media.j3d.ConeSound
Constructs a ConeSound node object using the provided parameter values.
ConeSound(MediaContainer, float, int, boolean, boolean, boolean, Bounds, float, Point3f, Point2f[], Vector3f, Point3f[]) - Constructor for class javax.media.j3d.ConeSound
Constructs a ConeSound node object using all the provided PointSound parameter values, which include a single spherical distance attenuation array, but includes an angular attenuation array.
ConeSound(MediaContainer, float, int, boolean, boolean, boolean, Bounds, float, float, float, float, float[], float[], float, float, float, float[], float[], float[]) - Constructor for class javax.media.j3d.ConeSound
Constructs a ConeSound node object using all the provided PointSound parameter values, which include a single spherical distance attenuation array, but includes an angular attenuation array.
ConeSound(MediaContainer, float, int, boolean, boolean, boolean, Bounds, float, Point3f, Point2f[], Point2f[], Vector3f, Point3f[]) - Constructor for class javax.media.j3d.ConeSound
Constructs and initializes a new Cone Sound node explicitly setting all PointSound and ConeSound fields as arguments: the PointSound position, front and back distance attenuation Point2f array, and ConeSound direction vector and Point3f angular attenuation.
ConeSound(MediaContainer, float, int, boolean, boolean, boolean, Bounds, float, float, float, float, float[], float[], float[], float[], float, float, float, float[], float[], float[]) - Constructor for class javax.media.j3d.ConeSound
Constructs and initializes a new Cone Sound node explicitly setting all PointSound and ConeSound fields as arguments but all the vector and point arguments are broken into individual float array components.
ConfigContainer - Class in com.sun.j3d.utils.universe
Loads a Java 3D configuration file and creates a container of named objects that will effect the viewing configuration specified in the file.
ConfigContainer(URL) - Constructor for class com.sun.j3d.utils.universe.ConfigContainer
Creates a new ConfigContainer and loads the configuration file at the specified URL.
ConfigContainer(URL, ClassLoader) - Constructor for class com.sun.j3d.utils.universe.ConfigContainer
Creates a new ConfigContainer and loads the configuration file at the specified URL.
ConfigContainer(URL, boolean, int) - Constructor for class com.sun.j3d.utils.universe.ConfigContainer
Creates a new ConfigContainer and loads the configuration file at the specified URL.
ConfigContainer(URL, boolean, int, ClassLoader) - Constructor for class com.sun.j3d.utils.universe.ConfigContainer
Creates a new ConfigContainer and loads the configuration file at the specified URL.
ConfiguredUniverse - Class in com.sun.j3d.utils.universe
This utility class creates all the necessary objects on the view side of the scene graph.
ConfiguredUniverse() - Constructor for class com.sun.j3d.utils.universe.ConfiguredUniverse
Equivalent to SimpleUniverse().
ConfiguredUniverse(int) - Constructor for class com.sun.j3d.utils.universe.ConfiguredUniverse
Equivalent to SimpleUniverse(int).
ConfiguredUniverse(Canvas3D) - Constructor for class com.sun.j3d.utils.universe.ConfiguredUniverse
Equivalent to SimpleUniverse(Canvas3D).
ConfiguredUniverse(Canvas3D, int) - Constructor for class com.sun.j3d.utils.universe.ConfiguredUniverse
Equivalent to SimpleUniverse(Canvas3D, int).
ConfiguredUniverse(ViewingPlatform, Viewer) - Constructor for class com.sun.j3d.utils.universe.ConfiguredUniverse
Equivalent to SimpleUniverse(ViewingPlatform, Viewer).
ConfiguredUniverse(ViewingPlatform, Viewer, LocaleFactory) - Constructor for class com.sun.j3d.utils.universe.ConfiguredUniverse
Equivalent to SimpleUniverse(ViewingPlatform, Viewer, LocalFactory).
ConfiguredUniverse(Canvas3D[]) - Constructor for class com.sun.j3d.utils.universe.ConfiguredUniverse
Creates a Locale, a single ViewingPlatform, and a Viewer object from the given array of Canvas3D instances.
ConfiguredUniverse(Canvas3D[], int) - Constructor for class com.sun.j3d.utils.universe.ConfiguredUniverse
Creates a Locale, a single ViewingPlatform with the specified number of transforms, and a Viewer object using the given array of Canvas3D instances.
ConfiguredUniverse(URL) - Constructor for class com.sun.j3d.utils.universe.ConfiguredUniverse
Reads the configuration specified by the given URL to create a Locale, one or more ViewingPlatforms, and at least one Viewer object.
ConfiguredUniverse(URL, int) - Constructor for class com.sun.j3d.utils.universe.ConfiguredUniverse
Reads the configuration specified by the given URL to create a Locale, one or more ViewingPlatforms with the specified number of transforms, and at least one Viewer object.
ConfiguredUniverse(URL, int, boolean) - Constructor for class com.sun.j3d.utils.universe.ConfiguredUniverse
Reads the configuration specified by the given URL to create a Locale, one or more ViewingPlatforms with the specified number of transforms, and at least one Viewer object with optional visibility.
ConfiguredUniverse(URL, LocaleFactory) - Constructor for class com.sun.j3d.utils.universe.ConfiguredUniverse
Reads the configuration specified by the given URL to create a Locale using the given LocaleFactory, one or more ViewingPlatforms, and at least one Viewer object.
ConfiguredUniverse(URL, LocaleFactory, boolean) - Constructor for class com.sun.j3d.utils.universe.ConfiguredUniverse
Reads the configuration specified by the given URL to create a Locale using the given LocaleFactory, one or more ViewingPlatforms, and at least one Viewer object with optional visibility.
ConfiguredUniverse(URL, LocaleFactory, HiResCoord, int, boolean) - Constructor for class com.sun.j3d.utils.universe.ConfiguredUniverse
Reads the configuration specified by the given URL to create a Locale using the specified LocaleFactory with the given origin, one or more ViewingPlatforms with the specified number of transforms, and at least one Viewer object with optional visibility.
ConfiguredUniverse(ConfigContainer) - Constructor for class com.sun.j3d.utils.universe.ConfiguredUniverse
Retrieves view-side scenegraph components from the given container to create a universe with one Locale, one or more ViewingPlatforms, and at least one Viewer object.
ConfiguredUniverse(ConfigContainer, LocaleFactory, HiResCoord) - Constructor for class com.sun.j3d.utils.universe.ConfiguredUniverse
Retrieves view-side scenegraph components from the given container to create a universe with one Locale created from the specified LocaleFactory and origin, one or more ViewingPlatforms, and at least one Viewer object.
configureEcho() - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior
Creates a 6DOF sensor echo according to configuration parameters.
configureSensorActions() - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior
Creates the sensor listeners for a 6DOF sensor and/or a 2D valuator sensor using the predefined button and read listeners and the configured action bindings.
CONGRUENT - Static variable in class javax.media.j3d.Transform3D
This is an angle and length preserving matrix, meaning that it can translate, rotate, and reflect about an axis, and scale by an amount that is uniform in all directions.
conjugate(Quat4d) - Method in class javax.vecmath.Quat4d
Sets the value of this quaternion to the conjugate of quaternion q1.
conjugate() - Method in class javax.vecmath.Quat4d
Negate the value of of each of this quaternion's x,y,z coordinates in place.
conjugate(Quat4f) - Method in class javax.vecmath.Quat4f
Sets the value of this quaternion to the conjugate of quaternion q1.
conjugate() - Method in class javax.vecmath.Quat4f
Sets the value of this quaternion to the conjugate of itself.
ConstantSpeedTime(Object[]) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior
Property which sets the time interval for which the translation occurs at the normal speed.
CONTEXT_CREATION_ERROR - Static variable in class javax.media.j3d.RenderingError
Indicates that an error occurred while creating an OpenGL or D3D graphics context.
continuity - Variable in class com.sun.j3d.utils.behaviors.interpolators.KBKeyFrame
 
continuity - Variable in class com.sun.j3d.utils.behaviors.interpolators.TCBKeyFrame
 
convertToIndexedTriangles() - Method in class com.sun.j3d.utils.geometry.GeometryInfo
Convert the GeometryInfo object to have primitive type TRIANGLE_ARRAY and be indexed.
COORDINATES - Static variable in class javax.media.j3d.GeometryArray
Specifies that this GeometryArray contains an array of coordinates.
copySubMatrix(int, int, int, int, int, int, GMatrix) - Method in class javax.vecmath.GMatrix
Copies a sub-matrix derived from this matrix into the target matrix.
create() - Method in class javax.media.j3d.J3DGraphics2D
This method is not supported.
create(int, int, int, int) - Method in class javax.media.j3d.J3DGraphics2D
This method is not supported.
createAudioDevice() - Method in class com.sun.j3d.utils.universe.Viewer
Used to create and initialize a default AudioDevice3D used for sound rendering.
createLocale(VirtualUniverse, HiResCoord) - Method in interface com.sun.j3d.utils.universe.LocaleFactory
Creates a new Locale object at the specified high resolution coordinate in the specified universe.
createLocale(VirtualUniverse) - Method in interface com.sun.j3d.utils.universe.LocaleFactory
Creates a new Locale object at (0, 0, 0) in the specified universe.
createSceneGraphObjectReferences(SceneGraphObjectReferenceControl) - Method in interface com.sun.j3d.utils.scenegraph.io.SceneGraphIO
The method is called before writeSGObject and gives the user the chance to create references to other Nodes and NodeComponents.
cross(Vector3d, Vector3d) - Method in class javax.vecmath.Vector3d
Sets this vector to the vector cross product of vectors v1 and v2.
cross(Vector3f, Vector3f) - Method in class javax.vecmath.Vector3f
Sets this vector to be the vector cross product of vectors v1 and v2.
CubicSplineCurve - Class in com.sun.j3d.utils.behaviors.interpolators
CubicSplineCurve is a container class that holds a number of cubicSplineSegments
CubicSplineSegment - Class in com.sun.j3d.utils.behaviors.interpolators
The CubicSplineSegment class creates the representation of a TCB (Kochanek-Bartels Spline).
CULL_BACK - Static variable in class javax.media.j3d.PolygonAttributes
Cull all back-facing polygons.
CULL_FRONT - Static variable in class javax.media.j3d.PolygonAttributes
Cull all front-facing polygons.
CULL_NONE - Static variable in class javax.media.j3d.PolygonAttributes
Don't perform any face culling.
currentChild() - Method in class javax.media.j3d.Switch
Retrieves the currently selected child.
currentInterpolationValue - Variable in class javax.media.j3d.PathInterpolator
This value is the ratio between knot values indicated by the currentKnotIndex variable.
currentKnotIndex - Variable in class javax.media.j3d.PathInterpolator
This value is the index of the current base knot value, as determined by the alpha function.
currentU - Variable in class com.sun.j3d.utils.behaviors.interpolators.KBSplinePathInterpolator
This value is the distance between knots value which can be used in further calculations by the subclass.
currentU - Variable in class com.sun.j3d.utils.behaviors.interpolators.TCBSplinePathInterpolator
This value is the distance between knots value which can be used in further calculations by the subclass.
currentView - Variable in class com.sun.j3d.audioengines.AudioEngine3D
Current View sound is being rendered
currGrp - Variable in class com.sun.j3d.utils.behaviors.picking.PickMouseBehavior
Deprecated.  
currGrp - Variable in class com.sun.j3d.utils.pickfast.behaviors.PickMouseBehavior
 
currGrp - Variable in class com.sun.j3d.utils.picking.behaviors.PickMouseBehavior
 
currXform - Variable in class com.sun.j3d.utils.behaviors.mouse.MouseBehavior
 
CYCLOPEAN_EYE_VIEW - Static variable in class javax.media.j3d.View
Specifies that monoscopic view generated should be the view as seen from the 'center eye', the fictional eye half-way between the left and right eye.
Cylinder - Class in com.sun.j3d.utils.geometry
Cylinder is a geometry primitive defined with a radius and a height.
Cylinder() - Constructor for class com.sun.j3d.utils.geometry.Cylinder
Constructs a default cylinder of radius of 1.0 and height of 2.0.
Cylinder(float, float) - Constructor for class com.sun.j3d.utils.geometry.Cylinder
Constructs a default cylinder of a given radius and height.
Cylinder(float, float, Appearance) - Constructor for class com.sun.j3d.utils.geometry.Cylinder
Constructs a default cylinder of a given radius, height, and appearance.
Cylinder(float, float, int, Appearance) - Constructor for class com.sun.j3d.utils.geometry.Cylinder
Constructs a default cylinder of a given radius, height, primitive flags and appearance.
Cylinder(float, float, int, int, int, Appearance) - Constructor for class com.sun.j3d.utils.geometry.Cylinder
Constructs a customized cylinder of a given radius, height, resolution (X and Y dimensions), and appearance.

D

DanglingReferenceException - Exception in javax.media.j3d
During a cloneTree call an updated reference was requested for a node that did not get cloned.
DanglingReferenceException() - Constructor for exception javax.media.j3d.DanglingReferenceException
Create the exception object with default values.
DanglingReferenceException(String) - Constructor for exception javax.media.j3d.DanglingReferenceException
Create the exception object that outputs message.
debug - Static variable in class com.sun.j3d.utils.behaviors.picking.PickMouseBehavior
Deprecated.  
debug - Static variable in class com.sun.j3d.utils.pickfast.behaviors.PickMouseBehavior
 
debug - Static variable in class com.sun.j3d.utils.picking.behaviors.PickMouseBehavior
 
debugFlag - Static variable in class com.sun.j3d.audioengines.AudioEngineThread
 
debugFlag - Static variable in class com.sun.j3d.audioengines.Sample
 
debugPrint(String) - Method in class com.sun.j3d.audioengines.AudioEngineThread
 
debugPrint(String) - Method in class com.sun.j3d.audioengines.AuralParameters
Debug print method for Sound nodes
debugPrint(String) - Method in class com.sun.j3d.audioengines.Sample
 
debugPrint(String) - Method in class com.sun.j3d.utils.behaviors.interpolators.KBKeyFrame
Prints information comtained in this key frame
debugPrint(String) - Method in class com.sun.j3d.utils.behaviors.interpolators.TCBKeyFrame
Prints information comtained in this key frame
debugPrintln(String) - Method in class com.sun.j3d.audioengines.Sample
 
DECAL - Static variable in class javax.media.j3d.TextureAttributes
Apply the texture color to the object as a decal.
DecalGroup - Class in javax.media.j3d
The DecalGroup node is an ordered group node used for defining decal geometry on top of other geometry.
DecalGroup() - Constructor for class javax.media.j3d.DecalGroup
Constructs and initializes a new DecalGroup node object.
decayFrequencyCutoff - Variable in class com.sun.j3d.audioengines.AuralParameters
 
decayTime - Variable in class com.sun.j3d.audioengines.AuralParameters
 
decompress() - Method in class com.sun.j3d.utils.geometry.compression.CompressedGeometryData
Decompresses the compressed geometry.
decompress() - Method in class javax.media.j3d.CompressedGeometry
Deprecated. Decompresses the compressed geometry.
DECREASING_ENABLE - Static variable in class javax.media.j3d.Alpha
Specifies that the decreasing component of the alpha is used
DEFAULT_SENSOR_READ_COUNT - Static variable in class javax.media.j3d.Sensor
Default SensorRead object count (30); the number of SensorRead objects constructed if no count is specified.
defaultWakeupCriterion - Variable in class javax.media.j3d.Interpolator
Default WakeupCondition for all interpolators.
DEGREES - Static variable in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior
Indicates that rotation speed should be in degrees.
DEMAND_DRIVEN - Static variable in interface javax.media.j3d.InputDevice
Signifies that the Java 3D implementation should not schedule regular reads on the sensors of this device; the Java 3D implementation will only call pollAndProcessInput when one of the device's sensors' getRead methods is called.
density - Variable in class com.sun.j3d.audioengines.AuralParameters
 
DepthComponent - Class in javax.media.j3d
Abstract base class that defines a 2D array of depth (Z) values.
DepthComponentFloat - Class in javax.media.j3d
A 2D array of depth (Z) values in floating point format in the range [0,1].
DepthComponentFloat(int, int) - Constructor for class javax.media.j3d.DepthComponentFloat
Constructs a new floating-point depth (z-buffer) component object with the specified width and height.
DepthComponentInt - Class in javax.media.j3d
A 2D array of depth (Z) values in integer format.
DepthComponentInt(int, int) - Constructor for class javax.media.j3d.DepthComponentInt
Constructs a new integer depth (z-buffer) component object with the specified width and height.
DepthComponentNative - Class in javax.media.j3d
A 2D array of depth (Z) values stored in the most efficient format for a particular device.
DepthComponentNative(int, int) - Constructor for class javax.media.j3d.DepthComponentNative
Constructs a new native depth (z-buffer) component object with the specified width and height.
dereferenceBranchGraph(BranchGroup) - Method in class com.sun.j3d.utils.scenegraph.io.SceneGraphFileReader
Remove the IO system's reference to this branchgraph and all its nodes.
detach() - Method in class javax.media.j3d.BranchGroup
Detaches this BranchGroup from its parent.
DETAIL_ADD - Static variable in class javax.media.j3d.Texture2D
Deprecated. As of Java 3D 1.5 the optional detail texture feature is no longer supported. Adds the detail texture image to the level 0 image of this texture object
DETAIL_MODULATE - Static variable in class javax.media.j3d.Texture2D
Deprecated. As of Java 3D 1.5 the optional detail texture feature is no longer supported. Modulates the detail texture image with the level 0 image of this texture object
determinant() - Method in class javax.media.j3d.Transform3D
Calculates and returns the determinant of this transform.
determinant() - Method in class javax.vecmath.Matrix3d
Computes the determinant of this matrix.
determinant() - Method in class javax.vecmath.Matrix3f
Computes the determinant of this matrix.
determinant() - Method in class javax.vecmath.Matrix4d
Computes the determinant of this matrix.
determinant() - Method in class javax.vecmath.Matrix4f
Computes the determinate of this matrix.
deviceGain - Variable in class com.sun.j3d.audioengines.javasound.JavaSoundMixer
 
difference(HiResCoord, Vector3d) - Method in class javax.media.j3d.HiResCoord
Subtracts the specified HiResCoord from this HiResCoord placing the difference vector into the specified double-precision vector.
DIFFUSE - Static variable in class javax.media.j3d.Material
Specifies that per-vertex colors replace the diffuse material color.
diffusion - Variable in class com.sun.j3d.audioengines.AuralParameters
 
direction - Variable in class com.sun.j3d.audioengines.Sample
The Cone Sound's direction vector.
DirectionalLight - Class in javax.media.j3d
A DirectionalLight node defines an oriented light with an origin at infinity.
DirectionalLight() - Constructor for class javax.media.j3d.DirectionalLight
Constructs a DirectionalLight node with default parameters.
DirectionalLight(Color3f, Vector3f) - Constructor for class javax.media.j3d.DirectionalLight
Constructs and initializes a directional light.
DirectionalLight(boolean, Color3f, Vector3f) - Constructor for class javax.media.j3d.DirectionalLight
Constructs and initializes a directional light.
dirtyFlags - Variable in class com.sun.j3d.audioengines.Sample
dirty flags denoting what has changed since last rendering
DISABLE_ROTATE - Static variable in class com.sun.j3d.utils.behaviors.vp.OrbitBehavior
Constructor flag to disable rotate
DISABLE_TRANSLATE - Static variable in class com.sun.j3d.utils.behaviors.vp.OrbitBehavior
Constructor flag to disable translate
DISABLE_ZOOM - Static variable in class com.sun.j3d.utils.behaviors.vp.OrbitBehavior
Constructor flag to disable zoom
dispatchEvents() - Method in class com.sun.j3d.utils.behaviors.sensor.SensorEventAgent
Reads all sensor button state and dispatches events to registered button and read listeners.
distance(HiResCoord) - Method in class javax.media.j3d.HiResCoord
The floating point distance between the specified HiResCoord and this HiResCoord.
distance(Point2d) - Method in class javax.vecmath.Point2d
Computes the distance between this point and point p1.
distance(Point2f) - Method in class javax.vecmath.Point2f
Computes the distance between this point and point p1.
distance(Point3d) - Method in class javax.vecmath.Point3d
Returns the distance between this point and point p1.
distance(Point3f) - Method in class javax.vecmath.Point3f
Computes the distance between this point and point p1.
distance(Point4d) - Method in class javax.vecmath.Point4d
Returns the distance between this point and point p1.
distance(Point4f) - Method in class javax.vecmath.Point4f
Computes the distance between this point and point p1.
DistanceAttenuation - Class in com.sun.j3d.utils.audio
 
DistanceAttenuation() - Constructor for class com.sun.j3d.utils.audio.DistanceAttenuation
 
distanceL1(Point2d) - Method in class javax.vecmath.Point2d
Computes the L-1 (Manhattan) distance between this point and point p1.
distanceL1(Point2f) - Method in class javax.vecmath.Point2f
Computes the L-1 (Manhattan) distance between this point and point p1.
distanceL1(Point3d) - Method in class javax.vecmath.Point3d
Computes the L-1 (Manhattan) distance between this point and point p1.
distanceL1(Point3f) - Method in class javax.vecmath.Point3f
Computes the L-1 (Manhattan) distance between this point and point p1.
distanceL1(Point4d) - Method in class javax.vecmath.Point4d
Computes the L-1 (Manhattan) distance between this point and point p1.
distanceL1(Point4f) - Method in class javax.vecmath.Point4f
Computes the L-1 (Manhattan) distance between this point and point p1.
distanceLinf(Point2d) - Method in class javax.vecmath.Point2d
Computes the L-infinite distance between this point and point p1.
distanceLinf(Point2f) - Method in class javax.vecmath.Point2f
Computes the L-infinite distance between this point and point p1.
distanceLinf(Point3d) - Method in class javax.vecmath.Point3d
Computes the L-infinite distance between this point and point p1.
distanceLinf(Point3f) - Method in class javax.vecmath.Point3f
Computes the L-infinite distance between this point and point p1.
distanceLinf(Point4d) - Method in class javax.vecmath.Point4d
Computes the L-infinite distance between this point and point p1.
distanceLinf(Point4f) - Method in class javax.vecmath.Point4f
Computes the L-infinite distance between this point and point p1.
DistanceLOD - Class in javax.media.j3d
This class defines a distance-based LOD behavior node that operates on a Switch group node to select one of the children of that Switch node based on the distance of this LOD node from the viewer.
DistanceLOD() - Constructor for class javax.media.j3d.DistanceLOD
Constructs and initializes a DistanceLOD node with default values.
DistanceLOD(float[]) - Constructor for class javax.media.j3d.DistanceLOD
Constructs and initializes a DistanceLOD node with the specified array of distances and a default position of (0,0,0).
DistanceLOD(float[], Point3f) - Constructor for class javax.media.j3d.DistanceLOD
Constructs and initializes a DistanceLOD node with the specified array of distances and the specified position.
distanceSquared(Point2d) - Method in class javax.vecmath.Point2d
Computes the square of the distance between this point and point p1.
distanceSquared(Point2f) - Method in class javax.vecmath.Point2f
Computes the square of the distance between this point and point p1.
distanceSquared(Point3d) - Method in class javax.vecmath.Point3d
Returns the square of the distance between this point and point p1.
distanceSquared(Point3f) - Method in class javax.vecmath.Point3f
Computes the square of the distance between this point and point p1.
distanceSquared(Point4d) - Method in class javax.vecmath.Point4d
Returns the square of the distance between this point and point p1.
distanceSquared(Point4f) - Method in class javax.vecmath.Point4f
Computes the square of the distance between this point and point p1.
dot(GVector) - Method in class javax.vecmath.GVector
Returns the dot product of this vector and vector v1.
dot(Vector2d) - Method in class javax.vecmath.Vector2d
Computes the dot product of the this vector and vector v1.
dot(Vector2f) - Method in class javax.vecmath.Vector2f
Computes the dot product of the this vector and vector v1.
dot(Vector3d) - Method in class javax.vecmath.Vector3d
Returns the dot product of this vector and vector v1.
dot(Vector3f) - Method in class javax.vecmath.Vector3f
Computes the dot product of this vector and vector v1.
dot(Vector4d) - Method in class javax.vecmath.Vector4d
Returns the dot product of this vector and vector v1.
dot(Vector4f) - Method in class javax.vecmath.Vector4f
returns the dot product of this vector and v1
doWork() - Method in class com.sun.j3d.audioengines.AudioEngineThread
This method is defined by all slave threads to implement one iteration of work.
dragged(SensorEvent) - Method in interface com.sun.j3d.utils.behaviors.sensor.SensorButtonListener
This method is called with each invocation of the dispatchEvents method of SensorEventAgent if any button bound to the listener is down and has not changed state since the last invocation.
DRAGGED - Static variable in class com.sun.j3d.utils.behaviors.sensor.SensorEvent
A button dragged event.
dragged(SensorEvent) - Method in class com.sun.j3d.utils.behaviors.sensor.SensorInputAdaptor
 
dragged(SensorEvent) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.GrabViewListener6D
 
dragged(SensorEvent) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.RotationListener2D
 
dragged(SensorEvent) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.RotationListener6D
 
dragged(SensorEvent) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.ScaleListener2D
 
dragged(SensorEvent) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.ScaleListener6D
 
dragged(SensorEvent) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.TranslationListener2D
 
dragged(SensorEvent) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.TranslationListener6D
 
draw(Geometry) - Method in class javax.media.j3d.GraphicsContext3D
Draw the specified Geometry component object.
draw(Shape3D) - Method in class javax.media.j3d.GraphicsContext3D
Draw the specified Shape3D leaf node object.
drawAndFlushImage(BufferedImage, int, int, ImageObserver) - Method in class javax.media.j3d.J3DGraphics2D
Draws the specified image and flushes the buffer.
duplicateNode(Node, boolean) - Method in class com.sun.j3d.utils.behaviors.interpolators.KBRotPosScaleSplinePathInterpolator
Copies KBRotPosScaleSplinePathInterpolator information from originalNode into the current node.
duplicateNode(Node, boolean) - Method in class com.sun.j3d.utils.behaviors.interpolators.KBSplinePathInterpolator
Copies all KBSplinePathInterpolator information from originalNode into the current node.
duplicateNode(Node, boolean) - Method in class com.sun.j3d.utils.behaviors.interpolators.RotPosScaleTCBSplinePathInterpolator
Copies RotPosScaleTCBSplinePathInterpolator information from originalNode into the current node.
duplicateNode(Node, boolean) - Method in class com.sun.j3d.utils.behaviors.interpolators.TCBSplinePathInterpolator
Copies all TCBSplinePathInterpolator information from originalNode into the current node.
duplicateNode(Node, boolean) - Method in class com.sun.j3d.utils.geometry.Box
Copies all node information from originalNode into the current node.
duplicateNode(Node, boolean) - Method in class com.sun.j3d.utils.geometry.Cone
Copies all node information from originalNode into the current node.
duplicateNode(Node, boolean) - Method in class com.sun.j3d.utils.geometry.Cylinder
Copies all node information from originalNode into the current node.
duplicateNode(Node, boolean) - Method in class com.sun.j3d.utils.geometry.Sphere
Copies all node information from originalNode into the current node.
duplicateNode(Node, boolean) - Method in class javax.media.j3d.Background
Copies all node information from originalNode into the current node.
duplicateNode(Node, boolean) - Method in class javax.media.j3d.BackgroundSound
Copies all node information from originalNode into the current node.
duplicateNode(Node, boolean) - Method in class javax.media.j3d.ConeSound
Copies all node information from originalNode into the current node.
duplicateNode(Node, boolean) - Method in class javax.media.j3d.Morph
Deprecated. Copies all node information from originalNode into the current node.
duplicateNode(Node, boolean) - Method in class javax.media.j3d.Node
Copies all node information from originalNode into the current node.
duplicateNode(Node, boolean) - Method in class javax.media.j3d.OrientedShape3D
Copies all node information from originalNode into the current node.
duplicateNode(Node, boolean) - Method in class javax.media.j3d.PointSound
Copies all node information from originalNode into the current node.
duplicateNode(Node, boolean) - Method in class javax.media.j3d.Shape3D
Copies all node information from originalNode into the current node.
duplicateNode(Node, boolean) - Method in class javax.media.j3d.Soundscape
Copies all node information from originalNode into the current node.
duplicateNodeComponent(NodeComponent) - Method in class javax.media.j3d.Appearance
Deprecated. replaced with duplicateNodeComponent( NodeComponent originalNodeComponent, boolean forceDuplicate)
duplicateNodeComponent(NodeComponent) - Method in class javax.media.j3d.NodeComponent
Deprecated. As of Java 3D version 1.2, replaced by duplicateNodeComponent(NodeComponent originalNodeComponent, boolean forceDuplicate)
duplicateNodeComponent(NodeComponent, boolean) - Method in class javax.media.j3d.NodeComponent
Copies all node information from originalNodeComponent into the current node.
duplicateNodeComponent(NodeComponent) - Method in class javax.media.j3d.Raster
Deprecated. replaced with duplicateNodeComponent( NodeComponent originalNodeComponent, boolean forceDuplicate)
duplicateNodeComponent(NodeComponent) - Method in class javax.media.j3d.ShaderAppearance
Deprecated. replaced with duplicateNodeComponent( NodeComponent originalNodeComponent, boolean forceDuplicate)
duplicateNodeComponent(NodeComponent) - Method in class javax.media.j3d.Texture2D
Deprecated. replaced with duplicateNodeComponent( NodeComponent originalNodeComponent, boolean forceDuplicate)
duplicateNodeComponent(NodeComponent) - Method in class javax.media.j3d.Texture3D
Deprecated. replaced with duplicateNodeComponent( NodeComponent originalNodeComponent, boolean forceDuplicate)
duplicateNodeComponent(NodeComponent) - Method in class javax.media.j3d.TextureCubeMap
Deprecated. replaced with duplicateNodeComponent( NodeComponent originalNodeComponent, boolean forceDuplicate)
duplicateNodeComponent(NodeComponent) - Method in class javax.media.j3d.TextureUnitState
Deprecated. replaced with duplicateNodeComponent( NodeComponent originalNodeComponent, boolean forceDuplicate)
duplicateSceneGraphObject(SceneGraphObject) - Method in class javax.media.j3d.SceneGraphObject
Copies all SceneGraphObject information from originalNode into the current node.
duration - Variable in class com.sun.j3d.audioengines.Sample
 
DURATION_UNKNOWN - Static variable in class com.sun.j3d.audioengines.Sample
 
DURATION_UNKNOWN - Static variable in class javax.media.j3d.Sound
Denotes that the sound's duration could not be calculated.

E

ECHO - Static variable in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior
Indicates that the 6DOF sensor read action should be bound to displaying the sensor's echo in the virtual world.
EchoColor(Object[]) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior
Property which sets the color of the 6DOF sensor echo.
EchoSize(Object[]) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior
Property which sets the size of the 6DOF sensor echo in physical meters.
EchoTransparency(Object[]) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior
Property which sets the 6DOF sensor echo transparency.
EchoType(Object[]) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior
Property which sets the 6DOF sensor echo type.
EMISSIVE - Static variable in class javax.media.j3d.Material
Specifies that per-vertex colors replace the emissive material color.
enable - Variable in class com.sun.j3d.utils.behaviors.mouse.MouseBehavior
 
ENABLE_APPEARANCE_MODIFY - Static variable in class com.sun.j3d.utils.geometry.Primitive
Specifies that the ALLOW_APPEARANCE_READ and ALLOW_APPEARANCE_WRITE bits are to be set on the generated geometry's Shape3D nodes.
ENABLE_COLLISION_REPORTING - Static variable in class javax.media.j3d.Node
Specifies that this Node will be reported in the collision SceneGraphPath if a collision occurs.
ENABLE_GEOMETRY_PICKING - Static variable in class com.sun.j3d.utils.geometry.Primitive
Specifies that the ALLOW_INTERSECT capability bit should be set on the generated geometry.
ENABLE_PICK_REPORTING - Static variable in class javax.media.j3d.Node
Specifies that this Node will be reported in the pick SceneGraphPath if a pick occurs.
endAction(Sensor) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.ListenerBase
Ends the action.
endAction(Sensor) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.RotationListener2D
 
endAction(Sensor) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.RotationListener6D
 
endAction(Sensor) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.ScaleListener2D
 
endAction(Sensor) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.ScaleListener6D
 
endAction(Sensor) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.TranslationListener2D
 
epsilonEquals(Transform3D, double) - Method in class javax.media.j3d.Transform3D
Returns true if the L-infinite distance between this matrix and matrix m1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(AxisAngle4d, double) - Method in class javax.vecmath.AxisAngle4d
Returns true if the L-infinite distance between this axis-angle and axis-angle a1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(AxisAngle4f, float) - Method in class javax.vecmath.AxisAngle4f
Returns true if the L-infinite distance between this axis-angle and axis-angle a1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(GMatrix, float) - Method in class javax.vecmath.GMatrix
Deprecated. Use epsilonEquals(GMatrix, double) instead
epsilonEquals(GMatrix, double) - Method in class javax.vecmath.GMatrix
Returns true if the L-infinite distance between this matrix and matrix m1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(GVector, double) - Method in class javax.vecmath.GVector
Returns true if the L-infinite distance between this vector and vector v1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Matrix3d, double) - Method in class javax.vecmath.Matrix3d
Returns true if the L-infinite distance between this matrix and matrix m1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Matrix3f, float) - Method in class javax.vecmath.Matrix3f
Returns true if the L-infinite distance between this matrix and matrix m1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Matrix4d, float) - Method in class javax.vecmath.Matrix4d
Deprecated. Use epsilonEquals(Matrix4d,double) instead
epsilonEquals(Matrix4d, double) - Method in class javax.vecmath.Matrix4d
Returns true if the L-infinite distance between this matrix and matrix m1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Matrix4f, float) - Method in class javax.vecmath.Matrix4f
Returns true if the L-infinite distance between this matrix and matrix m1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Tuple2d, double) - Method in class javax.vecmath.Tuple2d
Returns true if the L-infinite distance between this tuple and tuple t1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Tuple2f, float) - Method in class javax.vecmath.Tuple2f
Returns true if the L-infinite distance between this tuple and tuple t1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Tuple3d, double) - Method in class javax.vecmath.Tuple3d
Returns true if the L-infinite distance between this tuple and tuple t1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Tuple3f, float) - Method in class javax.vecmath.Tuple3f
Returns true if the L-infinite distance between this tuple and tuple t1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Tuple4d, double) - Method in class javax.vecmath.Tuple4d
Returns true if the L-infinite distance between this tuple and tuple t1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Tuple4f, float) - Method in class javax.vecmath.Tuple4f
Returns true if the L-infinite distance between this tuple and tuple t1 is less than or equal to the epsilon parameter, otherwise returns false.
EQUAL - Static variable in class javax.media.j3d.RenderingAttributes
Specifies that pixels are drawn if the two values being tested are equal.
equals(Object) - Method in class javax.media.j3d.BoundingBox
Indicates whether the specified bounds object is equal to this BoundingBox object.
equals(Object) - Method in class javax.media.j3d.BoundingPolytope
Indicates whether the specified bounds object is equal to this BoundingPolytope object.
equals(Object) - Method in class javax.media.j3d.BoundingSphere
Indicates whether the specified bounds object is equal to this BoundingSphere object.
equals(Object) - Method in class javax.media.j3d.Bounds
Indicates whether the specified bounds object is equal to this Bounds object.
equals(HiResCoord) - Method in class javax.media.j3d.HiResCoord
Compares the specified HiResCoord to this HiResCoord.
equals(Object) - Method in class javax.media.j3d.HiResCoord
Returns true if the Object o1 is of type HiResCoord and all of the data members of o1 are equal to the corresponding data members in this HiResCoord.
equals(SceneGraphPath) - Method in class javax.media.j3d.SceneGraphPath
Returns true if all of the data members of path testPath are equal to the corresponding data members in this SceneGraphPath and if the values of the transforms is equal.
equals(Object) - Method in class javax.media.j3d.SceneGraphPath
Returns true if the Object o1 is of type SceneGraphPath and all of the data members of o1 are equal to the corresponding data members in this SceneGraphPath and if the values of the transforms is equal.
equals(Transform3D) - Method in class javax.media.j3d.Transform3D
Returns true if all of the data members of transform t1 are equal to the corresponding data members in this Transform3D.
equals(Object) - Method in class javax.media.j3d.Transform3D
Returns true if the Object o1 is of type Transform3D and all of the data members of o1 are equal to the corresponding data members in this Transform3D.
equals(AxisAngle4d) - Method in class javax.vecmath.AxisAngle4d
Returns true if all of the data members of AxisAngle4d a1 are equal to the corresponding data members in this AxisAngle4d.
equals(Object) - Method in class javax.vecmath.AxisAngle4d
Returns true if the Object o1 is of type AxisAngle4d and all of the data members of o1 are equal to the corresponding data members in this AxisAngle4d.
equals(AxisAngle4f) - Method in class javax.vecmath.AxisAngle4f
Returns true if all of the data members of AxisAngle4f a1 are equal to the corresponding data members in this AxisAngle4f.
equals(Object) - Method in class javax.vecmath.AxisAngle4f
Returns true if the Object o1 is of type AxisAngle4f and all of the data members of o1 are equal to the corresponding data members in this AxisAngle4f.
equals(GMatrix) - Method in class javax.vecmath.GMatrix
Returns true if all of the data members of GMatrix m1 are equal to the corresponding data members in this GMatrix.
equals(Object) - Method in class javax.vecmath.GMatrix
Returns true if the Object o1 is of type GMatrix and all of the data members of o1 are equal to the corresponding data members in this GMatrix.
equals(GVector) - Method in class javax.vecmath.GVector
Returns true if all of the data members of GVector vector1 are equal to the corresponding data members in this GVector.
equals(Object) - Method in class javax.vecmath.GVector
Returns true if the Object o1 is of type GMatrix and all of the data members of o1 are equal to the corresponding data members in this GMatrix.
equals(Matrix3d) - Method in class javax.vecmath.Matrix3d
Returns true if all of the data members of Matrix3d m1 are equal to the corresponding data members in this Matrix3d.
equals(Object) - Method in class javax.vecmath.Matrix3d
Returns true if the Object t1 is of type Matrix3d and all of the data members of t1 are equal to the corresponding data members in this Matrix3d.
equals(Matrix3f) - Method in class javax.vecmath.Matrix3f
Returns true if all of the data members of Matrix3f m1 are equal to the corresponding data members in this Matrix3f.
equals(Object) - Method in class javax.vecmath.Matrix3f
Returns true if the Object o1 is of type Matrix3f and all of the data members of o1 are equal to the corresponding data members in this Matrix3f.
equals(Matrix4d) - Method in class javax.vecmath.Matrix4d
Returns true if all of the data members of Matrix4d m1 are equal to the corresponding data members in this Matrix4d.
equals(Object) - Method in class javax.vecmath.Matrix4d
Returns true if the Object t1 is of type Matrix4d and all of the data members of t1 are equal to the corresponding data members in this Matrix4d.
equals(Matrix4f) - Method in class javax.vecmath.Matrix4f
Returns true if all of the data members of Matrix4f m1 are equal to the corresponding data members in this Matrix4f.
equals(Object) - Method in class javax.vecmath.Matrix4f
Returns true if the Object t1 is of type Matrix4f and all of the data members of t1 are equal to the corresponding data members in this Matrix4f.
equals(Tuple2d) - Method in class javax.vecmath.Tuple2d
Returns true if all of the data members of Tuple2d t1 are equal to the corresponding data members in this Tuple2d.
equals(Object) - Method in class javax.vecmath.Tuple2d
Returns true if the Object t1 is of type Tuple2d and all of the data members of t1 are equal to the corresponding data members in this Tuple2d.
equals(Tuple2f) - Method in class javax.vecmath.Tuple2f
Returns true if all of the data members of Tuple2f t1 are equal to the corresponding data members in this Tuple2f.
equals(Object) - Method in class javax.vecmath.Tuple2f
Returns true if the Object t1 is of type Tuple2f and all of the data members of t1 are equal to the corresponding data members in this Tuple2f.
equals(Object) - Method in class javax.vecmath.Tuple2i
Returns true if the Object t1 is of type Tuple2i and all of the data members of t1 are equal to the corresponding data members in this Tuple2i.
equals(Tuple3b) - Method in class javax.vecmath.Tuple3b
Returns true if all of the data members of tuple t1 are equal to the corresponding data members in this tuple.
equals(Object) - Method in class javax.vecmath.Tuple3b
Returns true if the Object t1 is of type Tuple3b and all of the data members of t1 are equal to the corresponding data members in this Tuple3b.
equals(Tuple3d) - Method in class javax.vecmath.Tuple3d
Returns true if all of the data members of Tuple3d t1 are equal to the corresponding data members in this Tuple3d.
equals(Object) - Method in class javax.vecmath.Tuple3d
Returns true if the Object t1 is of type Tuple3d and all of the data members of t1 are equal to the corresponding data members in this Tuple3d.
equals(Tuple3f) - Method in class javax.vecmath.Tuple3f
Returns true if the Object t1 is of type Tuple3f and all of the data members of t1 are equal to the corresponding data members in this Tuple3f.
equals(Object) - Method in class javax.vecmath.Tuple3f
Returns true if the Object t1 is of type Tuple3f and all of the data members of t1 are equal to the corresponding data members in this Tuple3f.
equals(Object) - Method in class javax.vecmath.Tuple3i
Returns true if the Object t1 is of type Tuple3i and all of the data members of t1 are equal to the corresponding data members in this Tuple3i.
equals(Tuple4b) - Method in class javax.vecmath.Tuple4b
Returns true if all of the data members of tuple t1 are equal to the corresponding data members in this tuple.
equals(Object) - Method in class javax.vecmath.Tuple4b
Returns true if the Object t1 is of type Tuple4b and all of the data members of t1 are equal to the corresponding data members in this Tuple4b.
equals(Tuple4d) - Method in class javax.vecmath.Tuple4d
Returns true if all of the data members of Tuple4d t1 are equal to the corresponding data members in this Tuple4d.
equals(Object) - Method in class javax.vecmath.Tuple4d
Returns true if the Object t1 is of type Tuple4d and all of the data members of t1 are equal to the corresponding data members in this Tuple4d.
equals(Tuple4f) - Method in class javax.vecmath.Tuple4f
Returns true if all of the data members of Tuple4f t1 are equal to the corresponding data members in this Tuple4f.
equals(Object) - Method in class javax.vecmath.Tuple4f
Returns true if the Object t1 is of type Tuple4f and all of the data members of t1 are equal to the corresponding data members in this Tuple4f.
equals(Object) - Method in class javax.vecmath.Tuple4i
Returns true if the Object t1 is of type Tuple4i and all of the data members of t1 are equal to the corresponding data members in this Tuple4i.
errorOccurred(RenderingError) - Method in interface javax.media.j3d.RenderingErrorListener
Invoked when an error occurs in the Java 3D rendering system.
errorOccurred(ShaderError) - Method in interface javax.media.j3d.ShaderErrorListener
Invoked when an error occurs while compiling, linking or executing a programmable shader.
ExponentialFog - Class in javax.media.j3d
The ExponentialFog leaf node extends the Fog leaf node by adding a fog density that is used as the exponent of the fog equation.
ExponentialFog() - Constructor for class javax.media.j3d.ExponentialFog
Constructs an ExponentialFog node with default parameters.
ExponentialFog(Color3f) - Constructor for class javax.media.j3d.ExponentialFog
Constructs an ExponentialFog node with the specified fog color.
ExponentialFog(Color3f, float) - Constructor for class javax.media.j3d.ExponentialFog
Constructs an ExponentialFog node with the specified fog color and density.
ExponentialFog(float, float, float) - Constructor for class javax.media.j3d.ExponentialFog
Constructs an ExponentialFog node with the specified fog color.
ExponentialFog(float, float, float, float) - Constructor for class javax.media.j3d.ExponentialFog
Constructs an ExponentialFog node with the specified fog color and density.
EYE_LINEAR - Static variable in class javax.media.j3d.TexCoordGeneration
Generates texture coordinates as a linear function in eye coordinates.

F

FASTEST - Static variable in class javax.media.j3d.ColoringAttributes
Use the fastest available method for shading.
FASTEST - Static variable in class javax.media.j3d.Texture
Uses the fastest available method for processing geometry.
FASTEST - Static variable in class javax.media.j3d.TextureAttributes
Use the fastest available method for perspective correction.
FASTEST - Static variable in class javax.media.j3d.TransparencyAttributes
Use the fastest available method for transparency.
FastSpeedFactor(Object[]) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior
Property which sets the fast translation speed factor.
FIELD_ALL - Static variable in class javax.media.j3d.Canvas3D
Specifies a single-field rendering loop.
FIELD_LEFT - Static variable in class javax.media.j3d.Canvas3D
Specifies the left field of a field-sequential stereo rendering loop.
FIELD_RIGHT - Static variable in class javax.media.j3d.Canvas3D
Specifies the right field of a field-sequential stereo rendering loop.
fillDistanceAttenuation(float, float, Point2f[]) - Method in class com.sun.j3d.utils.audio.DistanceAttenuation
Fill a Distance Attenuation array recommend that the distance attenuation Point2f array is defined to be allocated to be 10 for DOUBLE_DISTANCE_HALF_GAIN - since 1/(2^10) exceeds 1/1000 scale that is agreed to be affective zero gain First method assumes that: type is half gain for every double of distance inner radius is 0.0 but region between 0th and 1st elements is constant since gains for these two elements are the same min gain approches zero.
fillDistanceAttenuation(float, float, float, float, int, Point2f[]) - Method in class com.sun.j3d.utils.audio.DistanceAttenuation
 
fillDistanceAttenuation(float, float, float, float, float, float, int, Point2f[]) - Method in class com.sun.j3d.utils.audio.DistanceAttenuation
 
FILTER4 - Static variable in class javax.media.j3d.Texture
Applies an application-supplied weight function on the nearest 4x4 texels in the base level texture image.
finalize() - Method in class com.sun.j3d.utils.compression.CompressedGeometryFile
Deprecated. Release file resources when this object is garbage collected.
finalize() - Method in class com.sun.j3d.utils.geometry.compression.CompressedGeometryFile
Release file resources when this object is garbage collected.
finish() - Method in class com.sun.j3d.audioengines.AudioEngineThread
This causes the threads run method to exit.
finished() - Method in class javax.media.j3d.Alpha
Query to test if this alpha object is past its activity window, that is, if it has finished looping.
flags - Variable in class com.sun.j3d.utils.behaviors.mouse.MouseBehavior
 
flush(boolean) - Method in class javax.media.j3d.GraphicsContext3D
Flushes all previously executed rendering operations to the drawing buffer for this 3D graphics context.
flush(boolean) - Method in class javax.media.j3d.J3DGraphics2D
Flushes all previously executed rendering operations to the drawing buffer for this 2D graphics object.
Fog - Class in javax.media.j3d
The Fog leaf node defines a set of fog parameters common to all types of fog.
Fog() - Constructor for class javax.media.j3d.Fog
Constructs a Fog node with default parameters.
Fog(Color3f) - Constructor for class javax.media.j3d.Fog
Constructs a Fog node with the specified fog color.
Fog(float, float, float) - Constructor for class javax.media.j3d.Fog
Constructs a Fog node with the specified fog color.
Font3D - Class in javax.media.j3d
The Font3D object is used to store extruded 2D glyphs.
Font3D(Font, FontExtrusion) - Constructor for class javax.media.j3d.Font3D
Constructs a Font3D object from the specified Font and FontExtrusion objects, using the default value for the tessellation tolerance.
Font3D(Font, double, FontExtrusion) - Constructor for class javax.media.j3d.Font3D
Constructs a Font3D object from the specified Font and FontExtrusion objects, using the specified tessellation tolerance.
FontExtrusion - Class in javax.media.j3d
The FontExtrusion object is used to describe the extrusion path for a Font3D object.
FontExtrusion() - Constructor for class javax.media.j3d.FontExtrusion
Constructs a FontExtrusion object with default parameters.
FontExtrusion(Shape) - Constructor for class javax.media.j3d.FontExtrusion
Constructs a FontExtrusion object with the specified shape, using the default tessellation tolerance.
FontExtrusion(Shape, double) - Constructor for class javax.media.j3d.FontExtrusion
Constructs a FontExtrusion object with the specified shape, using the specified tessellation tolerance.
FORMAT_CHANNEL8 - Static variable in class javax.media.j3d.ImageComponent
Specifies that each pixel contains 1 8-bit channel: it can be used for only luminance or only alpha or only intensity.
FORMAT_LUM4_ALPHA4 - Static variable in class javax.media.j3d.ImageComponent
Specifies that each pixel contains 2 4-bit channels: one each for luminance and alpha.
FORMAT_LUM8_ALPHA8 - Static variable in class javax.media.j3d.ImageComponent
Specifies that each pixel contains 2 8-bit channels: one each for luminance and alpha.
FORMAT_R3_G3_B2 - Static variable in class javax.media.j3d.ImageComponent
Specifies that each pixel contains 2 3-bit channels: one each for red, green, and 1 2-bit channel for blue.
FORMAT_RGB - Static variable in class javax.media.j3d.ImageComponent
Specifies that each pixel contains 3 8-bit channels: one each for red, green, blue.
FORMAT_RGB4 - Static variable in class javax.media.j3d.ImageComponent
Specifies that each pixel contains 3 4-bit channels: one each for red, green, blue.
FORMAT_RGB5 - Static variable in class javax.media.j3d.ImageComponent
Specifies that each pixel contains 3 5-bit channels: one each for red, green, blue.
FORMAT_RGB5_A1 - Static variable in class javax.media.j3d.ImageComponent
Specifies that each pixel contains 3 5-bit channels: one each for red, green, blue and 1 1-bit channel for alpha.
FORMAT_RGB8 - Static variable in class javax.media.j3d.ImageComponent
Specifies that each pixel contains 3 8-bit channels: one each for red, green, blue.
FORMAT_RGBA - Static variable in class javax.media.j3d.ImageComponent
Specifies that each pixel contains 4 8-bit channels: one each for red, green, blue, alpha.
FORMAT_RGBA4 - Static variable in class javax.media.j3d.ImageComponent
Specifies that each pixel contains 4 4-bit channels: one each for red, green, blue, alpha.
FORMAT_RGBA8 - Static variable in class javax.media.j3d.ImageComponent
Specifies that each pixel contains 4 8-bit channels: one each for red, green, blue, alpha.
frameWakeup - Variable in class com.sun.j3d.utils.behaviors.vp.ViewPlatformAWTBehavior
The different criterion for the behavior to wakeup
frequencyScaleFactor - Variable in class com.sun.j3d.audioengines.AuralParameters
 
FRONT - Static variable in class com.sun.j3d.utils.geometry.Box
Used to designate the front side of the box when using getShape().
frustum(double, double, double, double, double, double) - Method in class javax.media.j3d.Transform3D
Creates a perspective projection transform that mimics a standard, camera-based, view-model.

G

gain - Variable in class com.sun.j3d.audioengines.Sample
Overall Scale Factor applied to sound gain.
GENERATE_MIPMAP - Static variable in class com.sun.j3d.utils.image.TextureLoader
Optional flag - specifies that mipmaps are generated for all levels
GENERATE_NORMALS - Static variable in class com.sun.j3d.utils.geometry.Primitive
Specifies that normals are generated along with the positions.
GENERATE_NORMALS_INWARD - Static variable in class com.sun.j3d.utils.geometry.Primitive
Specifies that normals are to be flipped along the surface.
GENERATE_TEXTURE_COORDS - Static variable in class com.sun.j3d.utils.geometry.Primitive
Specifies that texture coordinates are generated along with the positions.
generateNormals(GeometryInfo) - Method in class com.sun.j3d.utils.geometry.NormalGenerator
Generate normals for the GeometryInfo object.
generatePickRay(int, int) - Method in class com.sun.j3d.utils.behaviors.picking.PickObject
Deprecated. Creates a PickRay that starts at the viewer position and points into the scene in the direction of (xpos, ypos) specified in window space.
GEOMETRY - Static variable in class com.sun.j3d.utils.picking.PickTool
Use this mode to pick by geometry and get basic information on the pick.
Geometry - Class in javax.media.j3d
Geometry is an abstract class that specifies the geometry component information required by a Shape3D node.
Geometry() - Constructor for class javax.media.j3d.Geometry
Constructs a new Geometry object.
GEOMETRY_INTERSECT_INFO - Static variable in class com.sun.j3d.utils.picking.PickTool
Use this mode to pick by geometry and save information about the intersections (intersected primitive, intersection point and closest vertex).
GEOMETRY_NOT_SHARED - Static variable in class com.sun.j3d.utils.geometry.Primitive
Specifies that the geometry being created will not be shared by another scene graph node.
GeometryArray - Class in javax.media.j3d
The GeometryArray object contains separate arrays of positional coordinates, colors, normals, texture coordinates, and vertex attributes that describe point, line, or polygon geometry.
GeometryArray(int, int) - Constructor for class javax.media.j3d.GeometryArray
Constructs an empty GeometryArray object with the specified number of vertices and vertex format.
GeometryArray(int, int, int, int[]) - Constructor for class javax.media.j3d.GeometryArray
Constructs an empty GeometryArray object with the specified number of vertices, vertex format, number of texture coordinate sets, and texture coordinate mapping array.
GeometryArray(int, int, int, int[], int, int[]) - Constructor for class javax.media.j3d.GeometryArray
Constructs an empty GeometryArray object with the specified number of vertices, vertex format, number of texture coordinate sets, texture coordinate mapping array, vertex attribute count, and vertex attribute sizes array.
GeometryCompressor - Class in com.sun.j3d.utils.compression
Deprecated. As of Java 3D 1.5, replaced by com.sun.j3d.utils.geometry.compression.GeometryCompressor.
GeometryCompressor() - Constructor for class com.sun.j3d.utils.compression.GeometryCompressor
Deprecated.  
GeometryCompressor - Class in com.sun.j3d.utils.geometry.compression
A GeometryCompressor takes a stream of geometric elements and quantization parameters (the CompressionStream object) and compresses it into a stream of commands as defined by appendix B of the Java 3D specification.
GeometryCompressor() - Constructor for class com.sun.j3d.utils.geometry.compression.GeometryCompressor
 
GeometryInfo - Class in com.sun.j3d.utils.geometry
The GeometryInfo object holds data for processing by the Java3D geometry utility tools.
GeometryInfo(int) - Constructor for class com.sun.j3d.utils.geometry.GeometryInfo
Constructor.
GeometryInfo(GeometryArray) - Constructor for class com.sun.j3d.utils.geometry.GeometryInfo
Contructor.
geometryIsIndexed() - Method in class com.sun.j3d.utils.pickfast.PickIntersection
Returns true if the geometry is indexed
geometryIsIndexed() - Method in class com.sun.j3d.utils.picking.PickIntersection
Returns true if the geometry is indexed
GeometryStripArray - Class in javax.media.j3d
The GeometryStripArray object is an abstract class that is extended for a set of GeometryArray strip primitives.
GeometryStripArray(int, int, int[]) - Constructor for class javax.media.j3d.GeometryStripArray
Constructs an empty GeometryStripArray object with the specified number of vertices, vertex format, and array of per-strip vertex counts.
GeometryStripArray(int, int, int, int[], int[]) - Constructor for class javax.media.j3d.GeometryStripArray
Constructs an empty GeometryStripArray object with the specified number of vertices, vertex format, number of texture coordinate sets, texture coordinate mapping array, and array of per-strip vertex counts.
GeometryStripArray(int, int, int, int[], int, int[], int[]) - Constructor for class javax.media.j3d.GeometryStripArray
Constructs an empty GeometryStripArray object with the specified number of vertices, vertex format, number of texture coordinate sets, texture coordinate mapping array, vertex attribute count, vertex attribute sizes array, and array of per-strip vertex counts.
GeometryUpdater - Interface in javax.media.j3d
The GeometryUpdater interface is used in updating geometry data that is accessed by reference from a live or compiled GeometryArray object.
get() - Method in class javax.media.j3d.PickBounds
Gets the bounds object from this PickBounds.
get(Point3d) - Method in class javax.media.j3d.PickPoint
Deprecated. Gets the position of this PickPoint.
get(Point3d, Vector3d) - Method in class javax.media.j3d.PickRay
Retrieves the parameters from this PickRay.
get(Point3d, Point3d) - Method in class javax.media.j3d.PickSegment
Gets the parameters from this PickSegment.
get(Transform3D) - Method in class javax.media.j3d.SensorRead
Retrieve the SensorRead's transform and place it in result
get(String) - Method in class javax.media.j3d.ShaderAttributeSet
Retrieves the shader attribute with the specified attrName from the attributes set.
get(double[]) - Method in class javax.media.j3d.Transform3D
Places the values of this transform into the double precision array of length 16.
get(float[]) - Method in class javax.media.j3d.Transform3D
Places the values of this transform into the single precision array of length 16.
get(Matrix3d) - Method in class javax.media.j3d.Transform3D
Places the normalized rotational component of this transform into the 3x3 matrix argument.
get(Matrix3f) - Method in class javax.media.j3d.Transform3D
Places the normalized rotational component of this transform into the 3x3 matrix argument.
get(Quat4f) - Method in class javax.media.j3d.Transform3D
Places the quaternion equivalent of the normalized rotational component of this transform into the quaternion parameter.
get(Quat4d) - Method in class javax.media.j3d.Transform3D
Places the quaternion equivalent of the normalized rotational component of this transform into the quaternion parameter.
get(Matrix4d) - Method in class javax.media.j3d.Transform3D
Places the values of this transform into the double precision matrix argument.
get(Matrix4f) - Method in class javax.media.j3d.Transform3D
Places the values of this transform into the single precision matrix argument.
get(Quat4d, Vector3d) - Method in class javax.media.j3d.Transform3D
Places the quaternion equivalent of the normalized rotational component of this transform into the quaternion parameter; places the translational component into the Vector parameter.
get(Quat4f, Vector3f) - Method in class javax.media.j3d.Transform3D
Places the quaternion equivalent of the normalized rotational component of this transform into the quaternion parameter; places the translational component into the Vector parameter.
get(Quat4f, Vector3d) - Method in class javax.media.j3d.Transform3D
Places the quaternion equivalent of the normalized rotational component of this transform into the quaternion parameter; places the translational component into the Vector parameter.
get(Matrix3d, Vector3d) - Method in class javax.media.j3d.Transform3D
Places the normalized rotational component of this transform into the matrix parameter; place the translational component into the vector parameter.
get(Matrix3f, Vector3f) - Method in class javax.media.j3d.Transform3D
Places the normalized rotational component of this transform into the matrix parameter; place the translational component into the vector parameter.
get(Matrix3f, Vector3d) - Method in class javax.media.j3d.Transform3D
Places the normalized rotational component of this transform into the matrix parameter; place the translational component into the vector parameter.
get(Vector3f) - Method in class javax.media.j3d.Transform3D
Retrieves the translational components of this transform.
get(Vector3d) - Method in class javax.media.j3d.Transform3D
Retrieves the translational components of this transform.
get(double[]) - Method in class javax.vecmath.AxisAngle4d
Gets the value of this axis angle and places it into the array a of length four in x,y,z,angle order.
get(float[]) - Method in class javax.vecmath.AxisAngle4f
Copies the value of this axis-angle into the array a.
get() - Method in class javax.vecmath.Color3b
Returns a new AWT color object initialized with the r,g,b values of this Color3b object.
get() - Method in class javax.vecmath.Color3f
Returns a new AWT color object initialized with the r,g,b values of this Color3f object.
get() - Method in class javax.vecmath.Color4b
Returns a new AWT color object initialized with the r,g,b,a values of this Color4b object.
get() - Method in class javax.vecmath.Color4f
Returns a new AWT color object initialized with the r,g,b,a values of this Color4f object.
get(Matrix3d) - Method in class javax.vecmath.GMatrix
Places the values in the upper 3x3 of this GMatrix into the matrix m1.
get(Matrix3f) - Method in class javax.vecmath.GMatrix
Places the values in the upper 3x3 of this GMatrix into the matrix m1.
get(Matrix4d) - Method in class javax.vecmath.GMatrix
Places the values in the upper 4x4 of this GMatrix into the matrix m1.
get(Matrix4f) - Method in class javax.vecmath.GMatrix
Places the values in the upper 4x4 of this GMatrix into the matrix m1.
get(GMatrix) - Method in class javax.vecmath.GMatrix
Places the values in the this GMatrix into the matrix m1; m1 should be at least as large as this GMatrix.
get(Matrix3d) - Method in class javax.vecmath.Matrix4d
Performs an SVD normalization of this matrix in order to acquire the normalized rotational component; the values are placed into the Matrix3d parameter.
get(Matrix3f) - Method in class javax.vecmath.Matrix4d
Performs an SVD normalization of this matrix in order to acquire the normalized rotational component; the values are placed into the Matrix3f parameter.
get(Matrix3d, Vector3d) - Method in class javax.vecmath.Matrix4d
Performs an SVD normalization of this matrix to calculate the rotation as a 3x3 matrix, the translation, and the scale.
get(Matrix3f, Vector3d) - Method in class javax.vecmath.Matrix4d
Performs an SVD normalization of this matrix to calculate the rotation as a 3x3 matrix, the translation, and the scale.
get(Quat4f) - Method in class javax.vecmath.Matrix4d
Performs an SVD normalization of this matrix in order to acquire the normalized rotational component; the values are placed into the Quat4f parameter.
get(Quat4d) - Method in class javax.vecmath.Matrix4d
Performs an SVD normalization of q1 matrix in order to acquire the normalized rotational component; the values are placed into the Quat4d parameter.
get(Vector3d) - Method in class javax.vecmath.Matrix4d
Retrieves the translational components of this matrix.
get(Matrix3d) - Method in class javax.vecmath.Matrix4f
Performs an SVD normalization of this matrix in order to acquire the normalized rotational component; the values are placed into the Matrix3d parameter.
get(Matrix3f) - Method in class javax.vecmath.Matrix4f
Performs an SVD normalization of this matrix in order to acquire the normalized rotational component; the values are placed into the Matrix3f parameter.
get(Matrix3f, Vector3f) - Method in class javax.vecmath.Matrix4f
Performs an SVD normalization of this matrix to calculate the rotation as a 3x3 matrix, the translation, and the scale.
get(Quat4f) - Method in class javax.vecmath.Matrix4f
Performs an SVD normalization of this matrix in order to acquire the normalized rotational component; the values are placed into the Quat4f parameter.
get(Vector3f) - Method in class javax.vecmath.Matrix4f
Retrieves the translational components of this matrix.
get(double[]) - Method in class javax.vecmath.Tuple2d
Copies the value of the elements of this tuple into the array t.
get(float[]) - Method in class javax.vecmath.Tuple2f
Copies the value of the elements of this tuple into the array t.
get(int[]) - Method in class javax.vecmath.Tuple2i
Copies the values of this tuple into the array t.
get(Tuple2i) - Method in class javax.vecmath.Tuple2i
Copies the values of this tuple into the tuple t.
get(byte[]) - Method in class javax.vecmath.Tuple3b
Places the value of the x,y,z components of this Tuple3b into the array of length 3.
get(Tuple3b) - Method in class javax.vecmath.Tuple3b
Places the value of the x,y,z components of this tuple into the tuple t1.
get(double[]) - Method in class javax.vecmath.Tuple3d
Copies the x,y,z coordinates of this tuple into the array t of length 3.
get(Tuple3d) - Method in class javax.vecmath.Tuple3d
Copies the x,y,z coordinates of this tuple into the tuple t.
get(float[]) - Method in class javax.vecmath.Tuple3f
Gets the value of this tuple and copies the values into t.
get(Tuple3f) - Method in class javax.vecmath.Tuple3f
Gets the value of this tuple and copies the values into t.
get(int[]) - Method in class javax.vecmath.Tuple3i
Copies the values of this tuple into the array t.
get(Tuple3i) - Method in class javax.vecmath.Tuple3i
Copies the values of this tuple into the tuple t.
get(byte[]) - Method in class javax.vecmath.Tuple4b
Places the value of the x,y,z,w components of this Tuple4b into the array of length 4.
get(Tuple4b) - Method in class javax.vecmath.Tuple4b
Places the value of the x,y,z,w components of this Tuple4b into the tuple t1.
get(double[]) - Method in class javax.vecmath.Tuple4d
Gets the value of this tuple and places it into the array t of length four in x,y,z,w order.
get(Tuple4d) - Method in class javax.vecmath.Tuple4d
Gets the value of this tuple and places it into the Tuple4d argument of length four in x,y,z,w order.
get(float[]) - Method in class javax.vecmath.Tuple4f
Copies the values of this tuple into the array t.
get(Tuple4f) - Method in class javax.vecmath.Tuple4f
Copies the values of this tuple into the tuple t.
get(int[]) - Method in class javax.vecmath.Tuple4i
Copies the values of this tuple into the array t.
get(Tuple4i) - Method in class javax.vecmath.Tuple4i
Copies the values of this tuple into the tuple t.
getAccelerationTime() - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior
Gets the time interval for accelerating to normal speed and for transitioning between the normal and fast translation speeds.
getActivationRadius() - Method in class javax.media.j3d.ViewPlatform
Get the ViewPlatform's activation radius.
getAlignment() - Method in class javax.media.j3d.Text3D
Retrieves the text alignment policy for this Text3D NodeComponent object.
getAlignmentAxis(Vector3f) - Method in class javax.media.j3d.Billboard
Gets the alignment axis and sets the parameter to this value.
getAlignmentAxis(Vector3f) - Method in class javax.media.j3d.OrientedShape3D
Retrieves the alignment axis of this OrientedShape3D node, and copies it into the specified vector.
getAlignmentMode() - Method in class javax.media.j3d.Billboard
Gets the alignment mode.
getAlignmentMode() - Method in class javax.media.j3d.OrientedShape3D
Retrieves the alignment mode.
getAll() - Method in class javax.media.j3d.ShaderAttributeSet
Returns a shallow copy of the attributes set.
getAllBranchGraphs() - Method in class javax.media.j3d.Locale
Gets an Enumeration object of all branch graphs in this Locale.
getAllCanvas3Ds() - Method in class javax.media.j3d.View
Gets the enumeration object of all the Canvas3Ds.
getAllChildren() - Method in class javax.media.j3d.Group
Returns an Enumeration object of this group node's list of children.
getAllGeometries() - Method in class javax.media.j3d.Shape3D
Returns an enumeration of this Shape3D node's list of geometry components.
getAllInputDevices() - Method in class javax.media.j3d.PhysicalEnvironment
Create an enumerator that produces all input devices.
getAllLights() - Method in class javax.media.j3d.GraphicsContext3D
Retrieves the enumeration object of all the lights.
getAllLocales() - Method in class javax.media.j3d.VirtualUniverse
Returns the enumeration object of all locales in this virtual universe.
getAllScopes() - Method in class javax.media.j3d.AlternateAppearance
Returns an enumeration of this AlternateAppearance node's list of scopes.
getAllScopes() - Method in class javax.media.j3d.Fog
Returns an enumeration of this Fog node's list of scopes.
getAllScopes() - Method in class javax.media.j3d.Light
Returns an enumeration of this Light node's list of scopes.
getAllScopes() - Method in class javax.media.j3d.ModelClip
Returns an enumeration of this ModelClip node's list of scopes.
getAllSounds() - Method in class javax.media.j3d.GraphicsContext3D
Retrieves the enumeration object of all the sounds.
getAllSwitches() - Method in class javax.media.j3d.LOD
Returns the enumeration object of all switches.
getAllViews() - Method in class javax.media.j3d.ViewSpecificGroup
Returns an enumeration of this ViewSpecificGroup node's list of views.
getAlpha() - Method in class javax.media.j3d.Interpolator
Retrieves this interpolator's alpha object.
getAlphaAtOneDuration() - Method in class javax.media.j3d.Alpha
Retrieves this alpha's alphaAtOneDuration.
getAlphaAtZeroDuration() - Method in class javax.media.j3d.Alpha
Retrieves this alpha's alphaAtZeroDuration.
getAlphaTestFunction() - Method in class javax.media.j3d.RenderingAttributes
Retrieves current alpha test function.
getAlphaTestValue() - Method in class javax.media.j3d.RenderingAttributes
Retrieves the alpha test value.
getAlternateCollisionTarget() - Method in class javax.media.j3d.Group
Returns the collision target state.
getAmbientColor(Color3f) - Method in class javax.media.j3d.Material
Retrieves this material's ambient color.
getAngle() - Method in class javax.vecmath.AxisAngle4d
Get the axis angle, in radians.
An axis angle is a rotation angle about the vector (x,y,z).
getAngle() - Method in class javax.vecmath.AxisAngle4f
Get the axis angle, in radians.
An axis angle is a rotation angle about the vector (x,y,z).
getAngleOffsetToSpeaker() - Method in class com.sun.j3d.audioengines.AudioEngine
Get Angle Offset To Speaker returns value set as angle between vector to speaker and Z head axis
getAngleOffsetToSpeaker() - Method in interface javax.media.j3d.AudioDevice
Get Angle Offset (in radians) To Speaker.
getAngularAttenuation(Point3f[]) - Method in class javax.media.j3d.ConeSound
Copies the array of attenuation values from this sound, including gain and filter, into the specified array.
getAngularAttenuation(float[], float[], float[]) - Method in class javax.media.j3d.ConeSound
Copies the array of attenuation values from this sound, including gain and filter, into the separate arrays.
getAngularAttenuationLength() - Method in class javax.media.j3d.ConeSound
Retrieves angular attenuation array length.
getAnisotropicFilterDegree() - Method in class javax.media.j3d.Texture
Retrieves the anisotropic filter degree for this texture object.
getAnisotropicFilterMode() - Method in class javax.media.j3d.Texture
Retrieves the anisotropic filter mode for this texture object.
getAppearance(int) - Method in class com.sun.j3d.utils.geometry.Box
Gets the appearance of the specified part of the box.
getAppearance(int) - Method in class com.sun.j3d.utils.geometry.