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

A

absolute() - Method in class javax.vecmath.Tuple4i
Sets each component of this tuple to its absolute value.
absolute() - Method in class javax.vecmath.Tuple3d
Sets each component of this tuple to its absolute value.
absolute() - Method in class javax.vecmath.Tuple3f
Sets each component of this tuple to its absolute value.
absolute() - Method in class javax.vecmath.Tuple2f
Sets each component of this tuple to its absolute value.
absolute() - Method in class javax.vecmath.Tuple3i
Sets each component of this tuple to its absolute value.
absolute() - Method in class javax.vecmath.Tuple4f
Sets each component of this tuple to its absolute value.
absolute() - Method in class javax.vecmath.Tuple4d
Sets each component of this tuple to its absolute value.
absolute() - Method in class javax.vecmath.Tuple2d
Sets each component of this tuple to its absolute value.
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(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(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(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(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(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(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(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.
add(double) - Method in class javax.vecmath.Matrix4d
Adds a scalar to each component of this matrix.
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(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(float) - Method in class javax.vecmath.Matrix4f
Adds a scalar to each component of this matrix.
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(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(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(HiResCoord, HiResCoord) - Method in class javax.media.j3d.HiResCoord
Adds two HiResCoords placing the results into this HiResCoord.
add(Matrix3d) - Method in class javax.vecmath.Matrix3d
Sets the value of this matrix to the sum of itself and matrix m1.
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(Matrix3f) - Method in class javax.vecmath.Matrix3f
Sets the value of this matrix to the matrix sum of itself and matrix m1.
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(Matrix4d) - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix to sum of itself and matrix m1.
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(Matrix4f) - Method in class javax.vecmath.Matrix4f
Sets the value of this matrix to the sum of itself and matrix m1.
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(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(Tuple2d) - Method in class javax.vecmath.Tuple2d
Sets the value of this tuple to the vector sum of itself and tuple t1.
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(Tuple2f) - Method in class javax.vecmath.Tuple2f
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(Tuple3d) - Method in class javax.vecmath.Tuple3d
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(Tuple3f) - Method in class javax.vecmath.Tuple3f
Sets the value of this tuple to the vector sum of itself and tuple 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(Tuple3i) - Method in class javax.vecmath.Tuple3i
Sets the value of this tuple to the sum of itself and 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(Tuple4d) - Method in class javax.vecmath.Tuple4d
Sets the value of this tuple to the sum of itself and tuple 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(Tuple4f) - Method in class javax.vecmath.Tuple4f
Sets the value of this tuple to the sum of itself and 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(Tuple4i) - Method in class javax.vecmath.Tuple4i
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.
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 to this node's list of children.
addGeometry(Geometry) - Method in class javax.media.j3d.Shape3D
Appends the specified geometry component to this Shape3D node's list of geometry components.
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.
addNotify() - Method in class javax.media.j3d.Canvas3D
Canvas3D uses the addNotify callback to track when it is added to a container.
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.AlternateAppearance
Appends the specified Group node to this AlternateAppearance 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.
addSound(Sound) - Method in class javax.media.j3d.GraphicsContext3D
Appends the specified sound to this graphics context's list of sounds.
addSwitch(Switch) - Method in class javax.media.j3d.LOD
Appends the specified switch node to this LOD's list of switches.
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.
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_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.Shape3D
Specifies that this node allows reading its appearance override enable flag.
ALLOW_APPEARANCE_OVERRIDE_READ - Static variable in class javax.media.j3d.Morph
Specifies that this node allows reading 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_OVERRIDE_WRITE - Static variable in class javax.media.j3d.Morph
Specifies that this node allows writing its appearance override enable flag.
ALLOW_APPEARANCE_READ - Static variable in class javax.media.j3d.Shape3D
Specifies that the node allows read access to its appearance information.
ALLOW_APPEARANCE_READ - Static variable in class javax.media.j3d.Morph
Specifies that the node allows read access to its appearance information.
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_WRITE - Static variable in class javax.media.j3d.Shape3D
Specifies that the node allows write access to its appearance information.
ALLOW_APPEARANCE_WRITE - Static variable in class javax.media.j3d.Morph
Specifies that the node allows write 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_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_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.Background
Specifies that the Background allows read 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_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.Background
Specifies that the Background allows write access to its application bounds and bounding leaf at runtime.
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.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.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_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_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.Shape3D
Specifies that the node allows reading its collision Bounds
ALLOW_COLLISION_BOUNDS_READ - Static variable in class javax.media.j3d.Morph
Specifies that the node allows reading its collision Bounds.
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_WRITE - Static variable in class javax.media.j3d.Shape3D
Specifies the node allows writing its collision Bounds
ALLOW_COLLISION_BOUNDS_WRITE - Static variable in class javax.media.j3d.Morph
Specifies the node allows writing 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_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.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_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.Background
Specifies that the Background allows read access to its color 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.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_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.Background
Specifies that the Background allows write access to its color 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_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.GeometryArray
Specifies that this GeometryArray allows reading the count or initial index information for this object.
ALLOW_COUNT_READ - Static variable in class javax.media.j3d.CompressedGeometry
Specifies that this CompressedGeometry object allows reading its byte count information.
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_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.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_DETACH - Static variable in class javax.media.j3d.BranchGroup
For BranchGroup nodes, specifies that this BranchGroup allows detaching from its parent.
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_READ - Static variable in class javax.media.j3d.ConeSound
Specifies that this ConeSound allows access 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_DIRECTION_WRITE - Static variable in class javax.media.j3d.ConeSound
Specifies that this ConeSound allows writing to its object's 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.TexCoordGeneration
Specifies that this TexCoordGeneration object allows reading its enable flag.
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.Texture
Specifies that this Texture object allows reading its enable flag.
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_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.Sound
Specifies that this node allows writing to its object's sound on information.
ALLOW_ENABLE_WRITE - Static variable in class javax.media.j3d.Texture
Specifies that this Texture object allows writing 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_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
Specifies that the node allows read access to its geometry information.
ALLOW_GEOMETRY_ARRAY_WRITE - Static variable in class javax.media.j3d.Morph
Specifies that the node allows write access to its geometry 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_READ - Static variable in class javax.media.j3d.CompressedGeometry
Specifies that this CompressedGeometry object allows reading its geometry data component 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_WRITE - Static variable in class javax.media.j3d.Shape3D
Specifies that the node allows write 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_HEADER_READ - Static variable in class javax.media.j3d.CompressedGeometry
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.ImageComponent
Specifies that this ImageComponent object allows reading its image component information.
ALLOW_IMAGE_READ - Static variable in class javax.media.j3d.Texture
Specifies that this Texture 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.Background
Specifies that the Background allows read access to its image at runtime.
ALLOW_IMAGE_WRITE - Static variable in class javax.media.j3d.Texture
Specifies that this Texture 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.Background
Specifies that the Background allows write access to its image at runtime.
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.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.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.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.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.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_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_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.TransparencyAttributes
Specifies that this TransparencyAttributes object allows reading its transparency mode component 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.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.TextureAttributes
Specifies that this TextureAttributes object allows reading 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_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_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.Raster
Specifies that this Raster allows reading the offset .
ALLOW_OFFSET_READ - Static variable in class javax.media.j3d.PolygonAttributes
Specifies that this PolygonAttributes object allows reading its polygon offset information.
ALLOW_OFFSET_WRITE - Static variable in class javax.media.j3d.Raster
Specifies that this Raster allows writing the offset.
ALLOW_OFFSET_WRITE - Static variable in class javax.media.j3d.PolygonAttributes
Specifies that this PolygonAttributes object allows writing its polygon offset information.
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_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.TexCoordGeneration
Specifies that this TexCoordGeneration object allows reading its planeS, planeR, and planeT component information.
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_WRITE - Static variable in class javax.media.j3d.ModelClip
Specifies that the ModelClip node allows write access to its planes at runtime.
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.Text3D
Specifies that this Text3D object allows reading the text position value.
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.PointSound
Specifies that this node allows access to its object's position information.
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.Text3D
Specifies that this Text3D object allows writing the text position value.
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.PointSound
Specifies that this node allows writing to its object's position information.
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_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_READ - Static variable in class javax.media.j3d.CompressedGeometry
Specifies that this CompressedGeometry 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_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_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_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.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.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.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.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.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.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_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_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.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.Texture
Specifies that this Texture object allows reading its size information (e.g., width, height, number of mipmap levels).
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.PointAttributes
Specifies that this PointAttributes object allows reading its point size information.
ALLOW_SIZE_WRITE - Static variable in class javax.media.j3d.Raster
Specifies that this Raster allows writing the size.
ALLOW_SIZE_WRITE - Static variable in class javax.media.j3d.PointAttributes
Specifies that this PointAttributes object allows writing its point size information.
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_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.TransformGroup
Specifies that the node allows access to its object's transform 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_WRITE - Static variable in class javax.media.j3d.TransformGroup
Specifies that the node allows writing 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_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.TransparencyAttributes
Specifies that this TransparencyAttributes object allows reading its transparency 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_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
Specifies that the node allows read access to its morph weight vector.
ALLOW_WEIGHTS_WRITE - Static variable in class javax.media.j3d.Morph
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 javax.media.j3d.Alpha.
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 - Static variable in class javax.media.j3d.Texture
Specifies Texture contains only Alpha values.
ALPHA_IN_BUFFER - Static variable in class javax.media.j3d.CompressedGeometryHeader
bufferDataPresent: bit indicating that alpha information is bundled with the vertices in the compressed geometry buffer.
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) - 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(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.
AlternateAppearance - class javax.media.j3d.AlternateAppearance.
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
Indicates pixels are always drawn irrespective of alpha value.
AmbientLight - class javax.media.j3d.AmbientLight.
An ambient light source object.
AmbientLight() - Constructor for class javax.media.j3d.AmbientLight
Constructs and initializes an ambient light using default parameters.
AmbientLight(boolean, Color3f) - Constructor for class javax.media.j3d.AmbientLight
Constructs and initializes an ambient light using the specified parameters.
AmbientLight(Color3f) - Constructor for class javax.media.j3d.AmbientLight
Constructs and initializes an ambient light using the specified parameters.
angle - Variable in class javax.vecmath.AxisAngle4f
The angle of rotation in radians.
angle - Variable in class javax.vecmath.AxisAngle4d
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].
Appearance - class javax.media.j3d.Appearance.
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.
attachViewPlatform(ViewPlatform) - Method in class javax.media.j3d.View
Attach viewPlatform structure to this view.
AudioDevice - interface javax.media.j3d.AudioDevice.
The AudioDevice Class defines an audio device and encapsulates the audio device's basic information and characteristics.
AudioDevice3D - interface javax.media.j3d.AudioDevice3D.
The methods in this interface SHOULD NOT BE CALLED BY AN APPLICATION.
AuralAttributes - class javax.media.j3d.AuralAttributes.
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, 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, 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.
AxisAngle4d - class javax.vecmath.AxisAngle4d.
A four-element axis angle represented by double-precision floating point x,y,z,angle components.
AxisAngle4d() - Constructor for class javax.vecmath.AxisAngle4d
Constructs and initializes an AxisAngle4d to (0,0,1,0).
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(double[]) - Constructor for class javax.vecmath.AxisAngle4d
Constructs and initializes an AxisAngle4d from the components contained in the array.
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(Vector3d, double) - Constructor for class javax.vecmath.AxisAngle4d
Constructs and initializes an AxisAngle4d from the specified axis and angle.
AxisAngle4f - class javax.vecmath.AxisAngle4f.
A four-element axis angle represented by single-precision floating point x,y,z,angle components.
AxisAngle4f() - Constructor for class javax.vecmath.AxisAngle4f
Constructs and initializes an AxisAngle4f to (0,0,1,0).
AxisAngle4f(AxisAngle4d) - Constructor for class javax.vecmath.AxisAngle4f
Constructs and initializes an AxisAngle4f from the specified AxisAngle4d.
AxisAngle4f(AxisAngle4f) - Constructor for class javax.vecmath.AxisAngle4f
Constructs and initializes an AxisAngle4f from the specified AxisAngle4f.
AxisAngle4f(float[]) - Constructor for class javax.vecmath.AxisAngle4f
Constructs and initializes an AxisAngle4f from the array of length 4.
AxisAngle4f(float, float, float, float) - Constructor for class javax.vecmath.AxisAngle4f
Constructs and initializes a AxisAngle4f from the specified xyzw coordinates.
AxisAngle4f(Vector3f, float) - Constructor for class javax.vecmath.AxisAngle4f
Constructs and initializes an AxisAngle4f from the specified axis and angle.

B

Background - class javax.media.j3d.Background.
The Background leaf node defines either a solid background color or a background image that is used to fill the window at the beginning of each new frame.
BACKGROUND_SOUND - Static variable in interface javax.media.j3d.AudioDevice3D
Specifies the sound type as background sound.
Background() - Constructor for class javax.media.j3d.Background
Constructs a Background node with default parameters.
Background(BranchGroup) - Constructor for class javax.media.j3d.Background
Constructs a Background node with the specified geometry.
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.
BackgroundSound - class javax.media.j3d.BackgroundSound.
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 javax.media.j3d.BadTransformException.
Indicates an attempt to use a Tranform3D object that is inappropriate for the object in which it is being used.
BadTransformException() - Constructor for class javax.media.j3d.BadTransformException
Create the exception object with default values.
BadTransformException(String) - Constructor for class javax.media.j3d.BadTransformException
Create the exception object that outputs message.
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.
Behavior - class javax.media.j3d.Behavior.
Behavior is an abstract class that contains the framework for all behavioral components in Java 3D.
Behavior() - Constructor for class javax.media.j3d.Behavior
Constructs a Behavior node with default parameters.
Billboard - class javax.media.j3d.Billboard.
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, 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.
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.
BLEND - Static variable in class javax.media.j3d.TextureAttributes
Blend the texture blend color with the object color.
BLEND_ONE - Static variable in class javax.media.j3d.TransparencyAttributes
Blend function: f = 1.
BLEND_ONE_MINUS_SRC_ALPHA - Static variable in class javax.media.j3d.TransparencyAttributes
Blend function: f = 1-alphasrc.
BLEND_SRC_ALPHA - Static variable in class javax.media.j3d.TransparencyAttributes
Blend function: f = alphasrc.
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.
BoundingBox - class javax.media.j3d.BoundingBox.
This class defines an axis aligned bounding box which is used for bounding regions.
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.
BoundingBox(Point3d, Point3d) - Constructor for class javax.media.j3d.BoundingBox
Constructs and initializes a BoundingBox given min,max in x,y,z.
BoundingLeaf - class javax.media.j3d.BoundingLeaf.
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 activation 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 javax.media.j3d.BoundingPolytope.
A BoundingPolytope defines a polyhedral bounding region using the intersection of three or more half spaces.
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.
BoundingPolytope(Vector4d[]) - Constructor for class javax.media.j3d.BoundingPolytope
Constructs a BoundingPolytope using the specified planes.
BoundingSphere - class javax.media.j3d.BoundingSphere.
This class defines a spherical bounding region which is defined by a center point and a 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.
BoundingSphere(Point3d, double) - Constructor for class javax.media.j3d.BoundingSphere
Constructs and initializes a BoundingSphere from a center and radius.
Bounds - class javax.media.j3d.Bounds.
The abstract base class for bounds objects.
Bounds() - Constructor for class javax.media.j3d.Bounds
Constructs a new Bounds object.
BranchGroup - class javax.media.j3d.BranchGroup.
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.
bufferDataPresent - Variable in class javax.media.j3d.CompressedGeometryHeader
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 javax.media.j3d.CompressedGeometryHeader
Describes the type of data in the compressed geometry buffer.
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.

C

Canvas3D - class javax.media.j3d.Canvas3D.
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.
CapabilityNotSetException - exception javax.media.j3d.CapabilityNotSetException.
Indicates an access to a live or compiled Scene Graph object without the required capability set.
CapabilityNotSetException() - Constructor for class javax.media.j3d.CapabilityNotSetException
Create the exception object with default values.
CapabilityNotSetException(String) - Constructor for class javax.media.j3d.CapabilityNotSetException
Create the exception object that outputs message.
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) - Method in class javax.vecmath.Tuple3d
Clamps this tuple to the range [low, high].
clamp(double, double) - Method in class javax.vecmath.Tuple4d
Clamps this tuple to the range [low, high].
clamp(double, double) - Method in class javax.vecmath.Tuple2d
Clamps this tuple to the range [low, high].
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, Tuple3d) - Method in class javax.vecmath.Tuple3d
Clamps the tuple parameter to the range [low, high] and places the values into this tuple.
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.Tuple3d
Deprecated. Use clamp(double,double) instead
clamp(float, float) - Method in class javax.vecmath.Tuple3f
Clamps this tuple to the range [low, high].
clamp(float, float) - Method in class javax.vecmath.Tuple2f
Clamps this tuple to the range [low, high].
clamp(float, float) - Method in class javax.vecmath.Tuple4f
Clamps this tuple to the range [low, high].
clamp(float, float) - Method in class javax.vecmath.Tuple4d
Deprecated. Use clamp(double,double) instead
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, Tuple3d) - Method in class javax.vecmath.Tuple3d
Deprecated. Use clamp(double,double,Tuple3d) instead
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, Tuple4d) - Method in class javax.vecmath.Tuple4d
Deprecated. Use clamp(double,double,Tuple4d) instead
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(int, int) - Method in class javax.vecmath.Tuple4i
Clamps this tuple to the range [low, high].
clamp(int, int) - Method in class javax.vecmath.Tuple3i
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, Tuple4i) - Method in class javax.vecmath.Tuple4i
Clamps the tuple parameter to the range [low, high] and places the values into this tuple.
clampMax(double) - Method in class javax.vecmath.Tuple3d
Clamps the maximum value of this tuple to the max parameter.
clampMax(double) - Method in class javax.vecmath.Tuple4d
Clamps the maximum value of this tuple to the max parameter.
clampMax(double) - Method in class javax.vecmath.Tuple2d
Clamps the maximum value of this tuple to the max parameter.
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, 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(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.Tuple3d
Deprecated. Use clampMax(double) instead
clampMax(float) - Method in class javax.vecmath.Tuple3f
Clamps the maximum value of this tuple to the max parameter.
clampMax(float) - Method in class javax.vecmath.Tuple2f
Clamps the maximum value of this tuple to the max parameter.
clampMax(float) - Method in class javax.vecmath.Tuple4f
Clamps the maximum value of this tuple to the max parameter.
clampMax(float) - Method in class javax.vecmath.Tuple4d
Deprecated. Use clampMax(double) instead
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, Tuple3d) - Method in class javax.vecmath.Tuple3d
Deprecated. Use clampMax(double,Tuple3d) instead
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, Tuple4d) - Method in class javax.vecmath.Tuple4d
Deprecated. Use clampMax(double,Tuple4d) instead
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(int) - Method in class javax.vecmath.Tuple4i
Clamps the maximum value of this tuple to the max parameter.
clampMax(int) - Method in class javax.vecmath.Tuple3i
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, 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.
clampMin(double) - Method in class javax.vecmath.Tuple3d
Clamps the minimum value of this tuple to the min parameter.
clampMin(double) - Method in class javax.vecmath.Tuple4d
Clamps the minimum value of this tuple to the min parameter.
clampMin(double) - Method in class javax.vecmath.Tuple2d
Clamps the minimum value of this tuple to the min 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, 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(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.Tuple3d
Deprecated. Use clampMin(double) instead
clampMin(float) - Method in class javax.vecmath.Tuple3f
Clamps the minimum value of this tuple to the min parameter.
clampMin(float) - Method in class javax.vecmath.Tuple2f
Clamps the minimum value of this tuple to the min parameter.
clampMin(float) - Method in class javax.vecmath.Tuple4f
Clamps the minimum value of this tuple to the min parameter.
clampMin(float) - Method in class javax.vecmath.Tuple4d
Deprecated. Use clampMin(double) instead
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, Tuple3d) - Method in class javax.vecmath.Tuple3d
Deprecated. Use clampMin(double,Tuple3d) instead
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, Tuple4d) - Method in class javax.vecmath.Tuple4d
Deprecated. Use clampMin(double,Tuple4d) instead
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(int) - Method in class javax.vecmath.Tuple4i
Clamps the minimum value of this tuple to the min parameter.
clampMin(int) - Method in class javax.vecmath.Tuple3i
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, 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.
clear() - Method in class javax.media.j3d.GraphicsContext3D
Clear the Canvas3D to the color or image specified by the current background node.
clearCapability(int) - Method in class javax.media.j3d.SceneGraphObject
Clear the specified capability bit.
clearRect(int, int, int, int) - Method in class javax.media.j3d.J3DGraphics2D
This method is not supported.
clearSound(int) - Method in interface javax.media.j3d.AudioDevice3D
Requests that the AudioDevice free all resources associated with sample with index id.
Clip - class javax.media.j3d.Clip.
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.
clone() - Method in class javax.media.j3d.Bounds
Makes a copy of a bounds object.
clone() - Method in class javax.media.j3d.BoundingSphere
Creates a copy of the bounding sphere.
clone() - Method in class javax.media.j3d.BoundingPolytope
Creates a copy of a polytope.
clone() - Method in class javax.media.j3d.BoundingBox
Creates a copy of this bounding box.
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.LinearFog
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.ScaleInterpolator
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.BoundingLeaf
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.Shape3D
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.PositionPathInterpolator
Used to create 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.Soundscape
Creates 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.DistanceLOD
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.Morph
Creates 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.Clip
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.Group
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.OrderedGroup
Used to create 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.PointSound
Creates 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.TransformGroup
Creates 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.RotPosPathInterpolator
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.BackgroundSound
Creates 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.Switch
Used to create 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.RotationPathInterpolator
Used to create 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.Background
Creates 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.Billboard
Creates 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.SwitchValueInterpolator
Used to create a new instance of the node.
cloneNodeComponent() - Method in class javax.media.j3d.NodeComponent
Deprecated. As of Java 3D version 1.2, replaced by cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.IndexedTriangleFanArray
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.PointArray
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.IndexedTriangleArray
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.Text3D
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.ImageComponent2D
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.Appearance
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.CompressedGeometry
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.TexCoordGeneration
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.LineAttributes
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.Raster
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.TriangleStripArray
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.IndexedLineStripArray
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.TriangleArray
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent() - Method in class javax.media.j3d.ColoringAttributes
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.TextureAttributes
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.Texture2D
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.QuadArray
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.ImageComponent3D
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.PointAttributes
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.DepthComponentInt
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.DepthComponentFloat
Deprecated. replaced with cloneNodeComponent(boolean forceDuplicate)
cloneNodeComponent(boolean) - Method in class javax.media.j3d.NodeComponent
Used to create a new instance of a NodeComponent object.
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 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.
closestIntersection(Bounds[]) - Method in class javax.media.j3d.Bounds
Finds closest bounding object that intersects this bounding object.
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.BoundingPolytope
Finds closest bounding object that intersects this bounding polytope.
closestIntersection(Bounds[]) - Method in class javax.media.j3d.BoundingBox
Finds closest bounding object that intersects this bounding box.
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 javax.media.j3d.CompressedGeometryHeader
bufferDataPresent: bit indicating that RGB color information is bundled with the vertices in the compressed geometry buffer.
Color3b - class javax.vecmath.Color3b.
A three-byte color value represented by byte x, y, and z values.
Color3b() - Constructor for class javax.vecmath.Color3b
Constructs and initializes a Color3b to (0,0,0).
Color3b(byte[]) - Constructor for class javax.vecmath.Color3b
Constructs and initializes a Color3b from input array of length 3.
Color3b(byte, byte, byte) - Constructor for class javax.vecmath.Color3b
Constructs and initializes a Color3b from the specified three values.
Color3b(Color) - Constructor for class javax.vecmath.Color3b
Constructs and initializes a Color3b from the specified AWT Color object.
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.
Color3f - class javax.vecmath.Color3f.
A three-element color value represented by single precision floating point x,y,z values.
Color3f() - Constructor for class javax.vecmath.Color3f
Constructs and initializes a Color3f to (0.0, 0.0, 0.0).
Color3f(Color) - Constructor for class javax.vecmath.Color3f
Constructs and initializes a Color3f from the specified AWT Color object.
Color3f(Color3f) - Constructor for class javax.vecmath.Color3f
Constructs and initializes a Color3f from the specified Color3f.
Color3f(float[]) - Constructor for class javax.vecmath.Color3f
Constructs and initializes a Color3f from the array of length 3.
Color3f(float, float, float) - Constructor for class javax.vecmath.Color3f
Constructs and initializes a Color3f from the three xyz values.
Color3f(Tuple3d) - Constructor for class javax.vecmath.Color3f
Constructs and initializes a Color3f from the specified Tuple3d.
Color3f(Tuple3f) - Constructor for class javax.vecmath.Color3f
Constructs and initializes a Color3f from the specified Tuple3f.
Color4b - class javax.vecmath.Color4b.
A four-byte color value represented by byte x, y, z, and w values.
Color4b() - Constructor for class javax.vecmath.Color4b
Constructs and initializes a Color4b to (0,0,0,0).
Color4b(byte[]) - Constructor for class javax.vecmath.Color4b
Constructs and initializes a Color4b from the array of length 4.
Color4b(byte, byte, byte, byte) - Constructor for class javax.vecmath.Color4b
Constructs and initializes a Color4b from the four specified values.
Color4b(Color) - Constructor for class javax.vecmath.Color4b
Constructs and initializes a Color4b from the specified AWT Color object.
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.
Color4f - class javax.vecmath.Color4f.
A four-element color represented by single precision floating point x, y, z, and w values.
Color4f() - Constructor for class javax.vecmath.Color4f
Constructs and initializes a Color4f to (0.0, 0.0, 0.0, 0.0).
Color4f(Color) - Constructor for class javax.vecmath.Color4f
Constructs and initializes a Color4f from the specified AWT Color object.
Color4f(Color4f) - Constructor for class javax.vecmath.Color4f
Constructs and initializes a Color4f from the specified Color4f.
Color4f(float[]) - Constructor for class javax.vecmath.Color4f
Constructs and initializes a Color4f from the array of length 4.
Color4f(float, float, float, float) - Constructor for class javax.vecmath.Color4f
Constructs and initializes a Color4f from the specified xyzw coordinates.
Color4f(Tuple4d) - Constructor for class javax.vecmath.Color4f
Constructs and initializes a Color4f from the specified Tuple4d.
Color4f(Tuple4f) - Constructor for class javax.vecmath.Color4f
Constructs and initializes a Color4f from the specified Tuple4f.
ColoringAttributes - class javax.media.j3d.ColoringAttributes.
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 javax.media.j3d.ColorInterpolator.
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.
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.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.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.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.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(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(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(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.Bounds
Combines this bounding object with a point.
combine(Point3d) - Method in class javax.media.j3d.BoundingSphere
Combines this bounding sphere with a point.
combine(Point3d) - Method in class javax.media.j3d.BoundingPolytope
Combines this bounding polytope with a point.
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.Bounds
Combines this bounding object with an array of points.
combine(Point3d[]) - Method in class javax.media.j3d.BoundingSphere
Combines this bounding sphere with an array of points.
combine(Point3d[]) - Method in class javax.media.j3d.BoundingPolytope
Combines this bounding polytope with an array of points.
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.
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.
CompressedGeometry - class javax.media.j3d.CompressedGeometry.
The compressed geometry object is used to store geometry in a compressed format.
CompressedGeometry(CompressedGeometryHeader, byte[]) - Constructor for class javax.media.j3d.CompressedGeometry
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
Creates a new CompressedGeometry NodeComponent.
CompressedGeometryHeader - class javax.media.j3d.CompressedGeometryHeader.
The CompressedGeometrHeader object is used in conjunction with the CompressedGeometry object.
CompressedGeometryHeader() - Constructor for class javax.media.j3d.CompressedGeometryHeader
Creates a new CompressedGeometryHeader object used for the creation of a CompressedGeometry NodeComponent object.
computePathInterpolation() - Method in class javax.media.j3d.PathInterpolator
Computes the base knot index and interpolation value given the current value of alpha and the knots[] array.
CONE_SOUND - Static variable in interface javax.media.j3d.AudioDevice3D
Specifies the sound type as cone sound.
ConeSound - class javax.media.j3d.ConeSound.
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, 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, 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, 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.
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) - 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, 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, 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, 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.
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() - Method in class javax.vecmath.Quat4d
Negate the value of of each of this quaternion's x,y,z coordinates in place.
conjugate() - Method in class javax.vecmath.Quat4f
Sets the value of this quaternion to the conjugate of itself.
conjugate(Quat4d) - Method in class javax.vecmath.Quat4d
Sets the value of this quaternion to the conjugate of quaternion q1.
conjugate(Quat4f) - Method in class javax.vecmath.Quat4f
Sets the value of this quaternion to the conjugate of quaternion q1.
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.
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.
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.
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.

D

DanglingReferenceException - exception javax.media.j3d.DanglingReferenceException.
During a cloneTree call an updated reference was requested for a node that did not get cloned.
DanglingReferenceException() - Constructor for class javax.media.j3d.DanglingReferenceException
Create the exception object with default values.
DanglingReferenceException(String) - Constructor for class javax.media.j3d.DanglingReferenceException
Create the exception object that outputs message.
DECAL - Static variable in class javax.media.j3d.TextureAttributes
Apply the texture color to the object as a decal.
DecalGroup - class javax.media.j3d.DecalGroup.
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.
decompress() - Method in class javax.media.j3d.CompressedGeometry
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.
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.
DepthComponent - class javax.media.j3d.DepthComponent.
Abstract base class that defines a 2D array of depth (Z) values.
DepthComponentFloat - class javax.media.j3d.DepthComponentFloat.
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 javax.media.j3d.DepthComponentInt.
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 javax.media.j3d.DepthComponentNative.
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.
detach() - Method in class javax.media.j3d.BranchGroup
Detaches this BranchGroup from its parent.
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.
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.media.j3d.Transform3D
Calculates and returns the determinant of this transform.
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.
DirectionalLight - class javax.media.j3d.DirectionalLight.
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(boolean, Color3f, Vector3f) - Constructor for class javax.media.j3d.DirectionalLight
Constructs and initializes a directional light.
DirectionalLight(Color3f, Vector3f) - Constructor for class javax.media.j3d.DirectionalLight
Constructs and initializes a directional light.
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.
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 javax.media.j3d.DistanceLOD.
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
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.
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.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.
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.Morph
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.BackgroundSound
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.ConeSound
Copies all node information from originalNode into the current node.
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) - Method in class javax.media.j3d.Appearance
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.Raster
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.TextureUnitState
Deprecated. replaced with 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.
duplicateSceneGraphObject(SceneGraphObject) - Method in class javax.media.j3d.SceneGraphObject
Copies all SceneGraphObject information from originalNode into the current node.
DURATION_UNKNOWN - Static variable in class javax.media.j3d.Sound
Denotes that the sound's duration could not be calculated.

E

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_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.
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, 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(GMatrix, float) - Method in class javax.vecmath.GMatrix
Deprecated. Use epsilonEquals(GMatrix, double) instead
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, 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(Matrix4d, float) - Method in class javax.vecmath.Matrix4d
Deprecated. Use epsilonEquals(Matrix4d,double) instead
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(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(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
Indicates pixels are drawn if pixel alpha value is equal to alpha test value.
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(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(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(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(HiResCoord) - Method in class javax.media.j3d.HiResCoord
Compares the specified HiResCoord to this HiResCoord.
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(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(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(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.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.
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(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.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.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(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(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(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(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(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(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(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.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(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(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(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(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(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(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(Object) - Method in class javax.media.j3d.Bounds
Indicates whether the specified bounds object is equal to this Bounds 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.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(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(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.BoundingBox
Indicates whether the specified bounds object is equal to this BoundingBox object.
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(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(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(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(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(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(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(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(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(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.
ExponentialFog - class javax.media.j3d.ExponentialFog.
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.TransparencyAttributes
Use the fastest available method for transparency.
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.ColoringAttributes
Use the fastest available method for shading.
FASTEST - Static variable in class javax.media.j3d.TextureAttributes
Use the fastest available method for perspective correction.
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.
finalize() - Method in class javax.media.j3d.Locale
Cleans up resources associated with this Locale
finished() - Method in class javax.media.j3d.Alpha
Query to test if this alpha object is past its activity window--- if it has finished all its looping activity.
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 javax.media.j3d.Fog.
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 javax.media.j3d.Font3D.
The Font3D object is used to store extruded 2D glyphs.
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.
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.
FontExtrusion - class javax.media.j3d.FontExtrusion.
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.
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

Geometry - class javax.media.j3d.Geometry.
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.
GeometryArray - class javax.media.j3d.GeometryArray.
The GeometryArray object contains separate arrays of positional coordinates, colors, normals, and texture coordinates 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.
GeometryStripArray - class javax.media.j3d.GeometryStripArray.
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.
GeometryUpdater - interface javax.media.j3d.GeometryUpdater.
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.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.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.Color3f
Returns a new AWT color object initialized with the r,g,b values of this Color3f 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() - Method in class javax.media.j3d.PickBounds
Gets the bounds object from this PickBounds.
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(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(double[]) - Method in class javax.vecmath.Tuple3d
Copies the x,y,z coordinates of this tuple into the array t of length 3.
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(double[]) - Method in class javax.vecmath.Tuple2d
Copies the value of the elements of this tuple into the array t.
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(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.vecmath.Tuple3f
Gets the value of this tuple and copies the values into t.
get(float[]) - Method in class javax.vecmath.Tuple2f
Copies the value of the elements of this tuple into the array t.
get(float[]) - Method in class javax.vecmath.AxisAngle4f
Copies the value of this axis-angle into the array a.
get(float[]) - Method in class javax.vecmath.Tuple4f
Copies the values of this tuple into the array t.
get(float[]) - Method in class javax.media.j3d.Transform3D
Places the values of this transform into the single precision array of length 16.
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(int[]) - Method in class javax.vecmath.Tuple4i
Copies the values of this tuple into the array t.
get(int[]) - Method in class javax.vecmath.Tuple3i
Copies the values of this tuple into the array t.
get(Matrix3d) - Method in class javax.vecmath.GMatrix
Places the values in the upper 3x3 of this GMatrix into the matrix m1.
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(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(Matrix3d) - Method in class javax.media.j3d.Transform3D
Places the normalized rotational component of this transform into the 3x3 matrix argument.
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(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) - 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.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(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) - Method in class javax.media.j3d.Transform3D
Places the normalized rotational component of this transform into the 3x3 matrix argument.
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(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(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(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(Matrix4d) - Method in class javax.vecmath.GMatrix
Places the values in the upper 4x4 of this GMatrix into the matrix m1.
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.vecmath.GMatrix
Places the values in the upper 4x4 of this GMatrix into the matrix m1.
get(Matrix4f) - Method in class javax.media.j3d.Transform3D
Places the values of this transform into the single precision matrix argument.
get(Point3d) - Method in class javax.media.j3d.PickPoint
Gets the position of this PickPoint.
get(Point3d, Point3d) - Method in class javax.media.j3d.PickSegment
Gets the parameters from this PickSegment.
get(Point3d, Vector3d) - Method in class javax.media.j3d.PickRay
Retrieves the parameters from this PickRay.
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(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(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) - 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(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(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(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(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(Transform3D) - Method in class javax.media.j3d.SensorRead
Retrieve the SensorRead's transform and place it in result
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(Tuple3d) - Method in class javax.vecmath.Tuple3d
Copies tuple t into this tuple.
get(Tuple3f) - Method in class javax.vecmath.Tuple3f
Gets the value of this tuple and copies the values into t.
get(Tuple3i) - Method in class javax.vecmath.Tuple3i
Copies the values of this tuple into the tuple t.
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(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(Tuple4f) - Method in class javax.vecmath.Tuple4f
Copies the values of this tuple into the tuple t.
get(Tuple4i) - Method in class javax.vecmath.Tuple4i
Copies the values of this tuple into the tuple t.
get(Vector3d) - Method in class javax.vecmath.Matrix4d
Retrieves the translational components of this matrix.
get(Vector3d) - Method in class javax.media.j3d.Transform3D
Retrieves the translational components of this transform.
get(Vector3f) - Method in class javax.vecmath.Matrix4f
Retrieves the translational components of this matrix.
get(Vector3f) - Method in class javax.media.j3d.Transform3D
Retrieves the translational components of this transform.
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.OrientedShape3D
Retrieves the alignment axis of this OrientedShape3D node, and copies it into the specified vector.
getAlignmentAxis(Vector3f) - Method in class javax.media.j3d.Billboard
Gets the alignment axis and sets the parameter to this value.
getAlignmentMode() - Method in class javax.media.j3d.OrientedShape3D
Retrieves the alignment mode.
getAlignmentMode() - Method in class javax.media.j3d.Billboard
Gets the alignment mode.
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 all 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.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.AlternateAppearance
Returns an enumeration of this AlternateAppearance 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.
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.
getAngleOffsetToSpeaker() - Method in interface javax.media.j3d.AudioDevice
Get Angle Offset (in radians) To Speaker.
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.
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.
getAngularAttenuationLength() - Method in class javax.media.j3d.ConeSound
Retrieves angular attenuation array length.
getAppearance() - Method in class javax.media.j3d.GraphicsContext3D
Retrieves the current Appearance component object.
getAppearance() - Method in class javax.media.j3d.Shape3D
Retrieves the appearance component of this shape node.
getAppearance() - Method in class javax.media.j3d.Morph
Retrieves the appearance component of this morph node.
getAppearance() - Method in class javax.media.j3d.AlternateAppearance
Retrieves the appearance from this AlternateAppearance node.
getAppearanceOverrideEnable() - Method in class javax.media.j3d.Shape3D
Retrieves the appearanceOverrideEnable flag for this node.
getAppearanceOverrideEnable() - Method in class javax.media.j3d.Morph
Retrieves the appearanceOverrideEnable flag for this node.
getApplicationBoundingLeaf() - Method in class javax.media.j3d.Soundscape
Retrieves the Soundscape node's application bounding leaf.
getApplicationBoundingLeaf() - Method in class javax.media.j3d.Clip
Retrieves the Clip node's application bounding leaf.
getApplicationBoundingLeaf() - Method in class javax.media.j3d.Background
Retrieves the Background node's application bounding leaf.
getApplicationBounds() - Method in class javax.media.j3d.Soundscape
Retrieves the Soundscape node's application bounds.
getApplicationBounds() - Method in class javax.media.j3d.Clip
Retrieves the Clip node's application bounds.
getApplicationBounds() - Method in class javax.media.j3d.Background
Retrieves the Background node's application bounds.
getArmingBounds() - Method in class javax.media.j3d.WakeupOnCollisionMovement
Returns the bounds object used in specifying the collision condition.
getArmingBounds() - Method in class javax.media.j3d.WakeupOnCollisionEntry
Returns the bounds object used in specifying the collision condition.
getArmingBounds() - Method in class javax.media.j3d.WakeupOnCollisionExit
Returns the bounds object used in specifying the collision condition.
getArmingPath() - Method in class javax.media.j3d.WakeupOnCollisionMovement
Returns the path used in specifying the collision condition.
getArmingPath() - Method in class javax.media.j3d.WakeupOnCollisionEntry
Returns the path used in specifying the collision condition.
getArmingPath() - Method in class javax.media.j3d.WakeupOnCollisionExit
Returns the path used in specifying the collision condition.
getArrayLengths() - Method in class javax.media.j3d.PathInterpolator
Retrieves the length of the knots array.
getAttenuation(Point3f) - Method in class javax.media.j3d.PointLight
Gets this Light's current attenuation values and places it in the parameter specified.
getAttributeGain() - Method in class javax.media.j3d.AuralAttributes
Retrieve Attribute Gain (amplitude).
getAudioDevice() - Method in class javax.media.j3d.PhysicalEnvironment
Gets the audioDevice for this PhysicalEnvironment.
getAudioPlaybackType() - Method in interface javax.media.j3d.AudioDevice
Get Type of Audio Playback Output Device.
getAuralAttributes() - Method in class javax.media.j3d.GraphicsContext3D
Retrieves the current AuralAttributes component object.
getAuralAttributes() - Method in class javax.media.j3d.Soundscape
Retrieve reference of Aural Attributes
getAutoNormalize() - Method in class javax.media.j3d.Transform3D
Returns the state of auto-normalization.
getAWTEvent() - Method in class javax.media.j3d.WakeupOnAWTEvent
Retrieves the array of consecutive AWT event that triggered this wakeup.
getAxisOfRotation() - Method in class javax.media.j3d.RotationInterpolator
This method retrieves this interpolator's axis of rotation.
getAxisOfRotation() - Method in class javax.media.j3d.RotationPathInterpolator
Retrieves this interpolator's axis of rotation.
getAxisOfRotPos() - Method in class javax.media.j3d.RotPosPathInterpolator
Retrieves this interpolator's axis of RotPos value.
getAxisOfRotPosScale() - Method in class javax.media.j3d.RotPosScalePathInterpolator
Retrieves this interpolator's axis of rotation, translation, and scale.
getAxisOfScale() - Method in class javax.media.j3d.ScaleInterpolator
This method retrieves this interpolator's axis of scale transform.
getAxisOfTranslation() - Method in class javax.media.j3d.PositionPathInterpolator
Retrieves this interpolator's axis of translation.
getAxisOfTranslation() - Method in class javax.media.j3d.PositionInterpolator
This method retrieves this interpolator's axis of translation.
getBackClipDistance() - Method in class javax.media.j3d.View
Returns the view model's back clip distance.
getBackClipPolicy() - Method in class javax.media.j3d.View
Returns the view model's current back clip policy.
getBackDistance() - Method in class javax.media.j3d.LinearFog
Gets back distance for fog.
getBackDistance() - Method in class javax.media.j3d.Clip
Retrieves the back clip distance.
getBackFaceNormalFlip() - Method in class javax.media.j3d.PolygonAttributes
Gets the back face normal flip flag.
getBackground() - Method in class javax.media.j3d.GraphicsContext3D
Retrieves the current Background leaf node object.
getBackground() - Method in class javax.media.j3d.J3DGraphics2D
This method is not supported.
getBehavior() - Method in class javax.media.j3d.WakeupOnBehaviorPost
Returns the behavior specified in this object's constructor.
getBestConfiguration(GraphicsConfiguration[]) - Method in class javax.media.j3d.GraphicsConfigTemplate3D
Returns the "best" configuration possible that passes the criteria defined in the GraphicsConfigTemplate3D.
getBestType() - Method in class javax.media.j3d.Transform3D
Returns the least general type of this matrix; the order of generality from least to most is: ZERO, IDENTITY, SCALE/TRANSLATION, ORTHOGONAL, RIGID, CONGRUENT, AFFINE.
getBlueSize() - Method in class javax.media.j3d.GraphicsConfigTemplate3D
Retrieves the number of blue bits requested by this template.
getBoundaryColor(Color4f) - Method in class javax.media.j3d.Texture
Retrieves the texture boundary color for this texture object.
getBoundaryModeR() - Method in class javax.media.j3d.Texture3D
Retrieves the boundary mode for the R coordinate.
getBoundaryModeS() - Method in class javax.media.j3d.Texture
Retrieves the boundary mode for the S coordinate.
getBoundaryModeT() - Method in class javax.media.j3d.Texture
Retrieves the boundary mode for the T coordinate.
getBoundingBox(BoundingBox) - Method in class javax.media.j3d.Text3D
Retrieves the 3D bounding box that encloses this Text3D object.
getBoundingBox(int, BoundingBox) - Method in class javax.media.j3d.Font3D
Returns the 3D bounding box of the specified glyph code.
getBounds() - Method in class javax.media.j3d.Node
Returns the bounding object of a node.
getBounds() - Method in class javax.media.j3d.WakeupOnSensorEntry
Returns this object's bounds specification
getBounds() - Method in class javax.media.j3d.WakeupOnViewPlatformEntry
Returns this object's bounds specification
getBounds() - Method in class javax.media.j3d.WakeupOnSensorExit
Returns this object's bounds specification
getBounds() - Method in class javax.media.j3d.WakeupOnViewPlatformExit
Returns this object's bounds specification
getBoundsAutoCompute() - Method in class javax.media.j3d.Node
Gets the value indicating if the automatic calcuation of geometric bounds of a node is on/off.
getBufferOverride() - Method in class javax.media.j3d.GraphicsContext3D
Returns the current buffer override flag.
getButtons(int[]) - Method in class javax.media.j3d.SensorRead
Copies the array of button values for this SensorRead object into the specified array.
getByteCount() - Method in class javax.media.j3d.CompressedGeometry
Returns the size, in bytes, of the compressed geometry buffer.
getCacheEnable() - Method in class javax.media.j3d.MediaContainer
Retrieve Cache Enable state flag.
getCanvas3D() - Method in class javax.media.j3d.GraphicsContext3D
Gets the Canvas3D that created this GraphicsContext3D.
getCanvas3D(int) - Method in class javax.media.j3d.View
Gets the Canvas3D at the specified index position.
getCapability(int) - Method in class javax.media.j3d.SceneGraphObject
Retrieves the specified capability bit.
getCenter(Point3d) - Method in class javax.media.j3d.BoundingSphere
Returns the position of this bounding sphere as a point.
getCenterEarToSpeaker() - Method in interface javax.media.j3d.AudioDevice
Get Distance from interaural mid-point between Ears to a Speaker.
getCenterEyeInImagePlate(Point3d) - Method in class javax.media.j3d.Canvas3D
Retrieves the actual position of the center eye in image-plate coordinates and copies that value into the object provided.
getChannelsAvailable() - Method in interface javax.media.j3d.AudioDevice
Query number of channels currently available for use.
getChannelsUsedForSound(Sound) - Method in interface javax.media.j3d.AudioDevice
Query number of channels that are used, or would be used to render a particular sound node.
getCharacterSpacing() - Method in class javax.media.j3d.Text3D
Retrieves the character spacing used to construct the Text3D string.
getChild(int) - Method in class javax.media.j3d.Group
Returns the node's index selected child.
getChildMask() - Method in class javax.media.j3d.Switch
Retrieves the current child selection mask.
getCoexistenceCenteringEnable() - Method in class javax.media.j3d.View
Retrieves the coexistenceCentering enable flag.
getCoexistenceCenterInPworldPolicy() - Method in class javax.media.j3d.PhysicalEnvironment
Returns the current coexistence center in physical world policy.
getCoexistenceToTrackerBase(Transform3D) - Method in class javax.media.j3d.PhysicalEnvironment
Retrieves the coexistence coordinate system to tracker-base coordinate system transform and copies it into the specified Transform3D object.
getCollidable() - Method in class javax.media.j3d.Node
Returns the collidable value; this value determines whether this node and it's children, if a group node, can be considered for collision purposes; if it is set to false, then neither this node nor any children nodes will be traversed for collision purposes; the default value is true.
getCollisionBounds() - Method in class javax.media.j3d.Shape3D
Returns the collision bounding object of this node.
getCollisionBounds() - Method in class javax.media.j3d.Morph
Returns the collision bounding object of this node.
getCollisionBounds() - Method in class javax.media.j3d.Group
Returns the collision bounding object of this node.
getColor(Color3f) - Method in class javax.media.j3d.Fog
Retrieves the fog color.
getColor(Color3f) - Method in class javax.media.j3d.Light
Gets this Light's current color and places it in the parameter specified.
getColor(Color3f) - Method in class javax.media.j3d.ColoringAttributes
Gets the intrinsic color of this ColoringAttributes component object.
getColor(Color3f) - Method in class javax.media.j3d.Background
Retrieves the background color.
getColor(int, byte[]) - Method in class javax.media.j3d.GeometryArray
Gets the color associated with the vertex at the specified index for this object.
getColor(int, Color3b) - Method in class javax.media.j3d.GeometryArray
Gets the color associated with the vertex at the specified index for this object.
getColor(int, Color3f) - Method in class javax.media.j3d.GeometryArray
Gets the color associated with the vertex at the specified index for this object.
getColor(int, Color4b) - Method in class javax.media.j3d.GeometryArray
Gets the color associated with the vertex at the specified index for this object.
getColor(int, Color4f) - Method in class javax.media.j3d.GeometryArray
Gets the color associated with the vertex at the specified index for this object.
getColor(int, float[]) - Method in class javax.media.j3d.GeometryArray
Gets the color associated with the vertex at the specified index for this object.
getColorIndex(int) - Method in class javax.media.j3d.IndexedGeometryArray
Retrieves the color index associated with the vertex at the specified index for this object.
getColorIndices(int, int[]) - Method in class javax.media.j3d.IndexedGeometryArray
Retrieves the color indices associated with the vertices starting at the specified index for this object.
getColoringAttributes() - Method in class javax.media.j3d.Appearance
Retrieves the current coloringAttributes object.
getColorRef3b() - Method in class javax.media.j3d.GeometryArray
Gets the Color3b color array reference.
getColorRef3f() - Method in class javax.media.j3d.GeometryArray
Gets the Color3f color array reference.
getColorRef4b() - Method in class javax.media.j3d.GeometryArray
Gets the Color4b color array reference.
getColorRef4f() - Method in class javax.media.j3d.GeometryArray
Gets the Color4f color array reference.
getColorRefByte() - Method in class javax.media.j3d.GeometryArray
Gets the byte color array reference.
getColorRefFloat() - Method in class javax.media.j3d.GeometryArray
Gets the float color array reference.
getColors(int, byte[]) - Method in class javax.media.j3d.GeometryArray
Gets the colors associated with the vertices starting at the specified index for this object.
getColors(int, Color3b[]) - Method in class javax.media.j3d.GeometryArray
Gets the colors associated with the vertices starting at the specified index for this object.
getColors(int, Color3f[]) - Method in class javax.media.j3d.GeometryArray
Gets the colors associated with the vertices starting at the specified index for this object.
getColors(int, Color4b[]) - Method in class javax.media.j3d.GeometryArray
Gets the colors associated with the vertices starting at the specified index for this object.
getColors(int, Color4f[]) - Method in class javax.media.j3d.GeometryArray
Gets the colors associated with the vertices starting at the specified index for this object.
getColors(int, float[]) - Method in class javax.media.j3d.GeometryArray
Gets the colors associated with the vertices starting at the specified index for this object.
getColumn(int, double[]) - Method in class javax.vecmath.GMatrix
Places the values of the specified column into the array parameter.
getColumn(int, double[]) - Method in class javax.vecmath.Matrix4d
Copies the matrix values in the specified column into the array parameter.
getColumn(int, double[]) - Method in class javax.vecmath.Matrix3d
Copies the matrix values in the specified column into the array parameter.
getColumn(int, float[]) - Method in class javax.vecmath.Matrix4f
Copies the matrix values in the specified column into the array parameter.
getColumn(int, float[]) - Method in class javax.vecmath.Matrix3f
Copies the matrix values in the specified column into the array parameter.
getColumn(int, GVector) - Method in class javax.vecmath.GMatrix
Places the values of the specified column into the vector parameter.
getColumn(int, Vector3d) - Method in class javax.vecmath.Matrix3d
Copies the matrix values in the specified column into the vector parameter.
getColumn(int, Vector3f) - Method in class javax.vecmath.Matrix3f
Copies the matrix values in the specified column into the vector parameter.
getColumn(int, Vector4d) - Method in class javax.vecmath.Matrix4d
Copies the matrix values in the specified column into the vector parameter.
getColumn(int, Vector4f) - Method in class javax.vecmath.Matrix4f
Copies the matrix values in the specified column into the vector parameter.
getCompatibilityModeEnable() - Method in class javax.media.j3d.View
Retrieves the compatibility mode enable flag.
getCompressedGeometry(byte[]) - Method in class javax.media.j3d.CompressedGeometry
Retrieves the compressed geometry associated with the CompressedGeometry NodeComponent object.
getCompressedGeometryHeader(CompressedGeometryHeader) - Method in class javax.media.j3d.CompressedGeometry
Copies the compressed geometry header from the CompressedGeometry NodeComponent into the passed in parameter.
getCompressedGeometryRef() - Method in class javax.media.j3d.CompressedGeometry
Gets the compressed geometry data reference.
getConcentration() - Method in class javax.media.j3d.SpotLight
Gets spot light concentration.
getContinuousEnable() - Method in class javax.media.j3d.Sound
Retrieves sound's continuous play flag.
getCoordinate(int, double[]) - Method in class javax.media.j3d.GeometryArray
Gets the coordinate associated with the vertex at the specified index for this object.
getCoordinate(int, float[]) - Method in class javax.media.j3d.GeometryArray
Gets the coordinate associated with the vertex at the specified index for this object using data in texCoords
getCoordinate(int, Point3d) - Method in class javax.media.j3d.GeometryArray
Gets the coordinate associated with the vertex at the specified index for this object.
getCoordinate(int, Point3f) - Method in class javax.media.j3d.GeometryArray
Gets the coordinate associated with the vertex at the specified index for this object.
getCoordinateIndex(int) - Method in class javax.media.j3d.IndexedGeometryArray
Retrieves the coordinate index associated with the vertex at the specified index for this object.
getCoordinateIndices(int, int[]) - Method in class javax.media.j3d.IndexedGeometryArray
Retrieves the coordinate indices associated with the vertices starting at the specified index for this object.
getCoordinates(int, double[]) - Method in class javax.media.j3d.GeometryArray
Gets the coordinates associated with the vertices starting at the specified index for this object.
getCoordinates(int, float[]) - Method in class javax.media.j3d.GeometryArray
Gets the coordinates associated with the vertices starting at the specified index for this object.
getCoordinates(int, Point3d[]) - Method in class javax.media.j3d.GeometryArray
Gets the coordinates associated with the vertices starting at the specified index for this object.
getCoordinates(int, Point3f[]) - Method in class javax.media.j3d.GeometryArray
Gets the coordinates associated with the vertices starting at the specified index for this object.
getCoordRef3d() - Method in class javax.media.j3d.GeometryArray
Gets the Point3d coordinate array reference.
getCoordRef3f() - Method in class javax.media.j3d.GeometryArray
Gets the Point3f coordinate array reference.
getCoordRefDouble() - Method in class javax.media.j3d.GeometryArray
Gets the double coordinate array reference.
getCoordRefFloat() - Method in class javax.media.j3d.GeometryArray
Gets the float coordinate array reference.
getCullFace() - Method in class javax.media.j3d.PolygonAttributes
Gets the face culling for this appearance component object.
getCurrentFrameStartTime() - Method in class javax.media.j3d.View
This method returns the time at which the most recent rendering frame started.
getCurrentSensorRead() - Method in class javax.media.j3d.Sensor
Gets the current sensor read.
getDecreasingAlphaDuration() - Method in class javax.media.j3d.Alpha
Retrieves this alpha's decreasingAlphaDuration.
getDecreasingAlphaRampDuration() - Method in class javax.media.j3d.Alpha
Retrieves this alpha's decreasingAlphaRampDuration.
getDensity() - Method in class javax.media.j3d.ExponentialFog
Gets fog density.
getDepth() - Method in class javax.media.j3d.Texture3D
Retrieves the depth of this Texture3D object.
getDepth() - Method in class javax.media.j3d.ImageComponent3D
Retrieves the depth of this 3D image component object.
getDepthBufferEnable() - Method in class javax.media.j3d.RenderingAttributes
Retrieves the state of zBuffer Enable flag
getDepthBufferFreezeTransparent() - Method in class javax.media.j3d.View
Retrieves the current value of the depth buffer freeze transparent flag for this view.
getDepthBufferWriteEnable() - Method in class javax.media.j3d.RenderingAttributes
Retrieves the state of Depth Buffer Write Enable flag.
getDepthComponent() - Method in class javax.media.j3d.Raster
Retrieves the current depth image object.
getDepthData(float[]) - Method in class javax.media.j3d.DepthComponentFloat
Copies the depth data from this object to the specified array.
getDepthData(int[]) - Method in class javax.media.j3d.DepthComponentInt
Copies the depth data from this object to the specified array.
getDepthSize() - Method in class javax.media.j3d.GraphicsConfigTemplate3D
Retrieves the size of the depth buffer.
getDeterminantSign() - Method in class javax.media.j3d.Transform3D
Returns the sign of the determinant of this matrix; a return value of true indicates a positive determinant; a return value of false indicates a negative determinant.
getDevice() - Method in class javax.media.j3d.Sensor
Retrieves the sensor's associated input device.
getDiffuseColor(Color3f) - Method in class javax.media.j3d.Material
Retrieves this material's diffuse color.
getDirection(Vector3d) - Method in class javax.media.j3d.PickCone
Gets the direction of this PickCone.
getDirection(Vector3d) - Method in class javax.media.j3d.PickCylinder
Gets the direction of this cylinder.
getDirection(Vector3f) - Method in class javax.media.j3d.DirectionalLight
Gets this Light's current direction and places it in the parameter specified.
getDirection(Vector3f) - Method in class javax.media.j3d.SpotLight
Gets this Light's current direction and places it in the parameter specified.
getDirection(Vector3f) - Method in class javax.media.j3d.ConeSound
Retrieves this sound's direction and places it in the vector provided.
getDistance(int) - Method in class javax.media.j3d.DistanceLOD
Returns a particular LOD cut-off distance.
getDistanceFilter(float[], float[]) - Method in class javax.media.j3d.AuralAttributes
Retrieve Distance Filter in separate distance and frequency cutoff arrays.
getDistanceFilter(Point2f[]) - Method in class javax.media.j3d.AuralAttributes
Retrieve Distance Filter as a single array containing distances and frequency cutoff.
getDistanceFilterLength() - Method in class javax.media.j3d.AuralAttributes
Retrieve Distance Filter array length.
getDistanceGain(float[], float[]) - Method in class javax.media.j3d.PointSound
Gets this sound's distance gain attenuation values in separate arrays.
getDistanceGain(float[], float[], float[], float[]) - Method in class javax.media.j3d.ConeSound
Gets this sound's elliptical distance gain attenuation values in separate arrays.
getDistanceGain(Point2f[]) - Method in class javax.media.j3d.PointSound
Gets this sound's distance attenuation.
getDistanceGain(Point2f[], Point2f[]) - Method in class javax.media.j3d.ConeSound
Gets this sound's elliptical distance attenuation.
getDistanceGainLength() - Method in class javax.media.j3d.PointSound
Get the length of this node's distance gain attenuation arrays.
getDominantHandIndex() - Method in class javax.media.j3d.PhysicalEnvironment
Gets the sensor index of the dominant hand.
getDoubleBuffer() - Method in class javax.media.j3d.GraphicsConfigTemplate3D
Retrieves the double buffering value.
getDoubleBufferAvailable() - Method in class javax.media.j3d.Canvas3D
Returns a status flag indicating whether or not double buffering is available.
getDoubleBufferEnable() - Method in class javax.media.j3d.Canvas3D
Returns a status flag indicating whether or not double buffering is enabled.
getDstBlendFunction() - Method in class javax.media.j3d.TransparencyAttributes
Gets the destination blend function for this TransparencyAttributes object.
getDuplicateOnCloneTree() - Method in class javax.media.j3d.NodeComponent
Returns this node's duplicateOnCloneTree value.
getDuration() - Method in class javax.media.j3d.Sound
Get the Sound's duration
getElapsedFrameCount() - Method in class javax.media.j3d.WakeupOnElapsedFrames
Retrieves the elapsed frame count that was used when constructing this object.
getElapsedFrameTime() - Method in class javax.media.j3d.WakeupOnElapsedTime
Retrieve the WakeupCriterion's elapsed time value that was used when constructing this object.
getElement(int) - Method in class javax.vecmath.GVector
Retrieves the value at the specified index value of this vector.
getElement(int, int) - Method in class javax.vecmath.GMatrix
Retrieves the value at the specified row and column of this matrix.
getElement(int, int) - Method in class javax.vecmath.Matrix4d
Retrieves the value at the specified row and column of this matrix.
getElement(int, int) - Method in class javax.vecmath.Matrix4f
Retrieves the value at the specified row and column of this matrix.
getElement(int, int) - Method in class javax.vecmath.Matrix3d
Retrieves the value at the specified row and column of the specified matrix.
getElement(int, int) - Method in class javax.vecmath.Matrix3f
Retrieves the value at the specified row and column of this matrix.
getEmissiveColor(Color3f) - Method in class javax.media.j3d.Material
Retrieves this material's emissive color and stores it in the argument provided.
getEnable() - Method in class javax.media.j3d.Light
Retrieves this Light's current state (on/off).
getEnable() - Method in class javax.media.j3d.Behavior
Retrieves the state of the Behavior enable flag.
getEnable() - Method in class javax.media.j3d.TexCoordGeneration
Retrieves the state of the texCoordGeneration enable flag.
getEnable() - Method in class javax.media.j3d.Sound
Retrieves sound's enabled flag.
getEnable() - Method in class javax.media.j3d.Texture
Retrieves the state of the texture enable flag.
getEnable(int) - Method in class javax.media.j3d.ModelClip
Retrieves the specified enable flag from this ModelClip node.
getEnables(boolean[]) - Method in class javax.media.j3d.ModelClip
Retrieves the per-plane enable flags from this ModelClip node.
getEnd(Point3d) - Method in class javax.media.j3d.PickCylinderSegment
Gets the end point of this PickCylinderSegment.
getEnd(Point3d) - Method in class javax.media.j3d.PickConeSegment
Gets the end point of this PickConeSegment.
getEndColor(Color3f) - Method in class javax.media.j3d.ColorInterpolator
This method retrieves this interpolator's endColor.
getEndPosition() - Method in class javax.media.j3d.PositionInterpolator
This method retrieves this interpolator's endPosition.
getExtrusionShape() - Method in class javax.media.j3d.FontExtrusion
Gets the FontExtrusion's shape parameter.
getFieldOfView() - Method in class javax.media.j3d.View
Returns the current field of view.
getFirstChildIndex() - Method in class javax.media.j3d.SwitchValueInterpolator
This method retrieves this interpolator's firstChildIndex.
getFog() - Method in class javax.media.j3d.GraphicsContext3D
Retrieves the current Fog leaf node object.
getFont() - Method in class javax.media.j3d.Font3D
Returns the Java 2D Font used to create this Font3D object.
getFont3D() - Method in class javax.media.j3d.Text3D
Returns the Font3D objects used by this Text3D NodeComponent object.
getFontExtrusion(FontExtrusion) - Method in class javax.media.j3d.Font3D
Copies the FontExtrusion object used to create this Font3D object into the specified parameter.
getFormat() - Method in class javax.media.j3d.ImageComponent
Retrieves the format of this image component object.
getFormat() - Method in class javax.media.j3d.TexCoordGeneration
Retrieves the current TexCoordGeneration format.
getFormat() - Method in class javax.media.j3d.Texture
Retrieves the format of this Texture object.
getFrameNumber() - Method in class javax.media.j3d.View
This method returns the frame number for this view.
getFrameStartTimes(long[]) - Method in class javax.media.j3d.View
Copies the last k frame start time values into the user-specified array.
getFrequencyScaleFactor() - Method in class javax.media.j3d.AuralAttributes
Retrieve Frequency Scale Factor.
getFrontBufferRendering() - Method in class javax.media.j3d.GraphicsContext3D
Returns the current front buffer rendering flag.
getFrontClipDistance() - Method in class javax.media.j3d.View
Returns the view model's front clip distance.
getFrontClipPolicy() - Method in class javax.media.j3d.View
Returns the view model's current front clip policy.
getFrontDistance() - Method in class javax.media.j3d.LinearFog
Gets front distance for fog.
getGenMode() - Method in class javax.media.j3d.TexCoordGeneration
Retrieves the current TexCoordGeneration generation mode.
getGeometry() - Method in class javax.media.j3d.Shape3D
Retrieves the geometry component at index 0 from this Shape3D node's list of geometry components.
getGeometry() - Method in class javax.media.j3d.Background
Retrieves the background geometry.
getGeometry(int) - Method in class javax.media.j3d.Shape3D
Retrieves the geometry component at the specified index from this Shape3D node's list of geometry components.
getGeometryArray(int) - Method in class javax.media.j3d.Morph
Retrieves the geometryArray component of this Morph node.
getGraphics2D() - Method in class javax.media.j3d.Canvas3D
Get the 2D graphics object associated with this Canvas3D.
getGraphicsContext3D() - Method in class javax.media.j3d.Canvas3D
Get the immediate mode 3D graphics context associated with this Canvas3D.
getGreenSize() - Method in class javax.media.j3d.GraphicsConfigTemplate3D
Retrieves the number of green bits requested by this template.
getHeadIndex() - Method in class javax.media.j3d.PhysicalEnvironment
Gets the sensor index of the head.
getHeadToHeadTracker(Transform3D) - Method in class javax.media.j3d.PhysicalBody
Retrieves the head to head-tracker coordinate system transform.
getHeadTrackerToLeftImagePlate(Transform3D) - Method in class javax.media.j3d.Screen3D
Retrieves the head-tracker coordinate system to left image-plate coordinate system transform and copies it into the specified Transform3D object.
getHeadTrackerToRightImagePlate(Transform3D) - Method in class javax.media.j3d.Screen3D
Retrieves the head-tracker coordinate system to right image-plate coordinate system transform and copies it into the specified Transform3D object.
getHeight() - Method in class javax.media.j3d.ImageComponent
Retrieves the height of this image component object.
getHeight() - Method in class javax.media.j3d.DepthComponent
Retrieves the height of this depth component object.
getHeight() - Method in class javax.media.j3d.Texture
Retrieves the height of this Texture object.
getHiRes(HiResCoord) - Method in class javax.media.j3d.GraphicsContext3D
Retrieves the current HiRes coordinate of this context.
getHiRes(HiResCoord) - Method in class javax.media.j3d.Locale
Returns this node's HiResCoord.
getHiResCoord(HiResCoord) - Method in class javax.media.j3d.HiResCoord
Retrieves this HiResCoord's location and places it into the hires argument.
getHiResCoord(int[], int[], int[]) - Method in class javax.media.j3d.HiResCoord
Retrieves this HiResCoord's location and saves the coordinates in the specified arrays.
getHiResCoordX(int[]) - Method in class javax.media.j3d.HiResCoord
Retrieves this HiResCoord's X value and stores it in the specified array.
getHiResCoordY(int[]) - Method in class javax.media.j3d.HiResCoord
Retrieves this HiResCoord's Y value and stores it in the specified array.
getHiResCoordZ(int[]) - Method in class javax.media.j3d.HiResCoord
Retrieves this HiResCoord's Z value and stores it in the specified array.
getHotspot(Point3d) - Method in class javax.media.j3d.Sensor
Get the sensor's hotspot offset in this sensor's coordinate system.
getIgnoreVertexColors() - Method in class javax.media.j3d.RenderingAttributes
Retrieves the ignoreVertexColors flag for this RenderingAttributes object.
getImage() - Method in class javax.media.j3d.ImageComponent2D
Retrieves the image from this ImageComponent2D object.
getImage() - Method in class javax.media.j3d.Raster
Retrieves the current pixel array object.
getImage() - Method in class javax.media.j3d.ImageComponent3D
Retrieves the images from this ImageComponent3D object.
getImage() - Method in class javax.media.j3d.Background
Retrieves the background image.
getImage(int) - Method in class javax.media.j3d.Texture
Retrieves the image for a specified mipmap level.
getImage(int) - Method in class javax.media.j3d.ImageComponent3D
Retrieves one of the images from this ImageComponent3D object.
getImagePlateToVworld(Transform3D) - Method in class javax.media.j3d.Canvas3D
Retrieves the current ImagePlate coordinates to Virtual World coordinates transform and places it into the specified object.
getImages() - Method in class javax.media.j3d.Texture
Retrieves the array of images for all mipmap levels.
getIncreasingAlphaDuration() - Method in class javax.media.j3d.Alpha
Retrieves this alpha's increasingAlphaDuration.
getIncreasingAlphaRampDuration() - Method in class javax.media.j3d.Alpha
Retrieves this alpha's increasingAlphaRampDuration.
getIndexCount() - Method in class javax.media.j3d.IndexedGeometryArray
Gets number of indices for this IndexedGeometryArray.
getInfluencingBoundingLeaf() - Method in class javax.media.j3d.Fog
Retrieves the Fog node's influencing bounding leaf.
getInfluencingBoundingLeaf() - Method in class javax.media.j3d.Light
Retrieves the Light node's influencing bounding leaf.
getInfluencingBoundingLeaf() - Method in class javax.media.j3d.AlternateAppearance
Retrieves the AlternateAppearance node's influencing bounding leaf.
getInfluencingBoundingLeaf() - Method in class javax.media.j3d.ModelClip
Retrieves the ModelClip node's influencing bounding leaf.
getInfluencingBounds() - Method in class javax.media.j3d.Fog
Retrieves the Fog node's influencing bounds.
getInfluencingBounds() - Method in class javax.media.j3d.Light
Retrieves the Light node's influencing bounds.
getInfluencingBounds() - Method in class javax.media.j3d.AlternateAppearance
Retrieves the AlternateAppearance node's influencing bounds.
getInfluencingBounds() - Method in class javax.media.j3d.ModelClip
Retrieves the ModelClip node's influencing bounds.
getInitialColorIndex() - Method in class javax.media.j3d.GeometryArray
Gets the initial color index for this GeometryArray object.
getInitialCoordIndex() - Method in class javax.media.j3d.GeometryArray
Gets the initial coordinate index for this GeometryArray object.
getInitialGain() - Method in class javax.media.j3d.Sound
Get the overall gain applied to the sound data associated with source.
getInitialNormalIndex() - Method in class javax.media.j3d.GeometryArray
Gets the initial normal index for this GeometryArray object.
getInitialTexCoordIndex(int) - Method in class javax.media.j3d.GeometryArray
Gets the initial texture coordinate index for the specified texture coordinate set for this GeometryArray object.
getInitialVertexIndex() - Method in class javax.media.j3d.GeometryArray
Gets the initial vertex index for this GeometryArray object.
getInputStream() - Method in class javax.media.j3d.MediaContainer
Retrieve Input Stream.
getInterleavedVertices() - Method in class javax.media.j3d.GeometryArray
Gets the interleaved vertices array reference.
getJ3DThreadPriority() - Static method in class javax.media.j3d.VirtualUniverse
Retrieves that priority of Java 3D's threads.
getKnot(int) - Method in class javax.media.j3d.PathInterpolator
Retrieves the knot at the specified index.
getKnots(float[]) - Method in class javax.media.j3d.PathInterpolator
Copies the array of knots from this interpolator into the specified array.
getLastChildIndex() - Method in class javax.media.j3d.SwitchValueInterpolator
This method retrieves this interpolator's lastSwitchIndex.
getLastFrameDuration() - Method in class javax.media.j3d.View
This method returns the duration, in milliseconds, of the most recently completed rendering frame.
getLeftEarPosition(Point3d) - Method in class javax.media.j3d.PhysicalBody
Retrieves the user head object's left ear position and places that value in the specified object.
getLeftEyeInImagePlate(Point3d) - Method in class javax.media.j3d.Canvas3D
Retrieves the actual position of the left eye in image-plate coordinates and copies that value into the object provided.
getLeftEyePosition(Point3d) - Method in class javax.media.j3d.PhysicalBody
Retrieves the user head object's left eye position and places that value in the specified object.
getLeftHandIndex() - Method in class javax.media.j3d.PhysicalEnvironment
Gets the sensor index of the left hand.
getLeftManualEyeInCoexistence(Point3d) - Method in class javax.media.j3d.View
Retrieves the position of the user-specified, manual left eye in coexistence coordinates and copies that value into the object provided.
getLeftManualEyeInImagePlate(Point3d) - Method in class javax.media.j3d.Canvas3D
Retrieves the position of the user-specified, manual left eye in image-plate coordinates and copies that value into the object provided.
getLeftProjection(Transform3D) - Method in class javax.media.j3d.View
Compatibility mode method that retrieves the current compatibility mode projection transform for the left eye and places it into the specified object.
getLight(int) - Method in class javax.media.j3d.GraphicsContext3D
Retrieves the index selected light.
getLightingEnable() - Method in class javax.media.j3d.Material
Retrieves the state of the lighting enable flag.
getLineAntialiasingEnable() - Method in class javax.media.j3d.LineAttributes
Retrieves the state of the line antialiasing flag.
getLineAttributes() - Method in class javax.media.j3d.Appearance
Retrieves the current lineAttributes object.
getLinePattern() - Method in class javax.media.j3d.LineAttributes
Gets the line pattern for this LineAttributes component object.
getLineWidth() - Method in class javax.media.j3d.LineAttributes
Gets the line width for this LineAttributes component object.
getLocale() - Method in class javax.media.j3d.SceneGraphPath
Retrieves the path's Locale
getLocalEyeLightingEnable() - Method in class javax.media.j3d.View
Retrieves a flag that indicates whether or not local eye lighting is enabled for this view.
getLocalToVworld(SceneGraphPath, Transform3D) - Method in class javax.media.j3d.Node
Retrieves the local coordinates to virtual world coordinates transform for the particular path in the scene graph ending with this node.
getLocalToVworld(Transform3D) - Method in class javax.media.j3d.Node
Retrieves the local coordinates to virtual world coordinates transform for this node in the scene graph.
getLoop() - Method in class javax.media.j3d.Sound
Retrieves loop count for this sound
getLoopCount() - Method in class javax.media.j3d.Alpha
Retrieves this alpha's loopCount.
getLower(Point3d) - Method in class javax.media.j3d.BoundingBox
Gets the lower corner of this bounding box.
getMagFilter() - Method in class javax.media.j3d.Texture
Retrieves the magnification filter.
getMaterial() - Method in class javax.media.j3d.Appearance
Retrieves the current material object.
getMaxFrameStartTimes() - Static method in class javax.media.j3d.View
Retrieves the implementation-dependent maximum number of frames whose start times will be recorded by the system.
getMaximumAngle() - Method in class javax.media.j3d.RotationInterpolator
This method retrieves this interpolator's maximumAngle, in radians.
getMaximumScale() - Method in class javax.media.j3d.ScaleInterpolator
This method retrieves this interpolator's maximumScale.
getMaximumTransparency() - Method in class javax.media.j3d.TransparencyInterpolator
This method retrieves this interpolator's maximumTransparency.
getMinFilter() - Method in class javax.media.j3d.Texture
Retrieves the minification filter.
getMinimumAngle() - Method in class javax.media.j3d.RotationInterpolator
This method retrieves this interpolator's minimumAngle, in radians.
getMinimumFrameCycleTime() - Method in class javax.media.j3d.View
Retrieves the minimum frame cycle time, in milliseconds, for this view.
getMinimumScale() - Method in class javax.media.j3d.ScaleInterpolator
This method retrieves this interpolator's minimumScale.
getMinimumTransparency() - Method in class javax.media.j3d.TransparencyInterpolator
This method retrieves this interpolator's minimumTransparency.
getMipMapMode() - Method in class javax.media.j3d.Texture
Retrieves current mipmap mode.
getMode() - Method in class javax.media.j3d.Alpha
Retrieves this alpha's mode.
getModelClip() - Method in class javax.media.j3d.GraphicsContext3D
Retrieves the current ModelClip leaf node object.
getModelTransform(Transform3D) - Method in class javax.media.j3d.GraphicsContext3D
Retrieves the current model transform.
getMonoscopicViewPolicy() - Method in class javax.media.j3d.Canvas3D
Returns policy on how Java 3D generates monoscopic view.
getMonoscopicViewPolicy() - Method in class javax.media.j3d.View
Deprecated. As of Java 3D version 1.2, replaced by Canvas3D.getMonoscopicViewPolicy
getNewObjectReference(SceneGraphObject) - Method in class javax.media.j3d.NodeReferenceTable
This method is used in conjunction with the cloneTree method.
getNode(int) - Method in class javax.media.j3d.SceneGraphPath
Retrieves the node at the specified index.
getNominalEyeHeightFromGround() - Method in class javax.media.j3d.PhysicalBody
Retrieves the nominal eye height from the ground plane.
getNominalEyeOffsetFromNominalScreen() - Method in class javax.media.j3d.PhysicalBody
Retrieves the nominal eye offset from the display screen.
getNonDominantHandIndex() - Method in class javax.media.j3d.PhysicalEnvironment
Gets the sensor index of the non-dominant hand.
getNormal(int, float[]) - Method in class javax.media.j3d.GeometryArray
Gets the normal associated with the vertex at the specified index for this object.
getNormal(int, Vector3f) - Method in class javax.media.j3d.GeometryArray
Gets the normal associated with the vertex at the specified index for this object.
getNormalIndex(int) - Method in class javax.media.j3d.IndexedGeometryArray
Retrieves the normal index associated with the vertex at the specified index for this object.
getNormalIndices(int, int[]) - Method in class javax.media.j3d.IndexedGeometryArray
Retrieves the normal indices associated with the vertices starting at the specified index for this object.
getNormalRef3f() - Method in class javax.media.j3d.GeometryArray
Gets the Vector3f normal array reference.
getNormalRefFloat() - Method in class javax.media.j3d.GeometryArray
Gets the float normal array reference.
getNormals(int, float[]) - Method in class javax.media.j3d.GeometryArray
Gets the normals associated with the vertices starting at the specified index for this object.
getNormals(int, Vector3f[]) - Method in class javax.media.j3d.GeometryArray
Gets the normals associated with the vertices starting at the specified index for this object.
getNumberOfChannelsUsed() - Method in class javax.media.j3d.Sound
Retrieves number of channels that are being used to render this sound on the audio device associated with the Virtual Universe's primary view.
getNumberOfChannelsUsed(int) - Method in interface javax.media.j3d.AudioDevice3D
Retrieves the number of channels (on executing audio device) that this sound is using, if it is playing, or is expected to use if it were begun to be played.
getNumberOfChannelsUsed(int, boolean) - Method in interface javax.media.j3d.AudioDevice3D
Retrieves the number of channels (on executing audio device) that this sound is using, if it is playing, or is projected to use if it were to be started playing.
getNumButtons() - Method in class javax.media.j3d.SensorRead
Returns the number of buttons associated with this SensorRead object.
getNumCol() - Method in class javax.vecmath.GMatrix
Returns the number of colmuns in this matrix.
getNumPlanes() - Method in class javax.media.j3d.BoundingPolytope
 
getNumRow() - Method in class javax.vecmath.GMatrix
Returns the number of rows in this matrix.
getNumStrips() - Method in class javax.media.j3d.IndexedGeometryStripArray
Get number of strips in the GeometryStripArray
getNumStrips() - Method in class javax.media.j3d.GeometryStripArray
Get number of strips in the GeometryStripArray.
getNumTextureColorTableComponents() - Method in class javax.media.j3d.TextureAttributes
Retrieves the number of color components in the current texture color table.
getObject() - Method in class javax.media.j3d.SceneGraphPath
Retrieves the path's terminal node object.
getOffScreenBuffer() - Method in class javax.media.j3d.Canvas3D
Retrieves the off-screen buffer for this Canvas3D.
getOffScreenLocation() - Method in class javax.media.j3d.Canvas3D
Retrieves the location of this off-screen Canvas3D.
getOffScreenLocation(Point) - Method in class javax.media.j3d.Canvas3D
Retrieves the location of this off-screen Canvas3D and stores it in the specified Point object.
getOffset(Point) - Method in class javax.media.j3d.Raster
Retrieves the current pixel offset.
getOrigin(Point3d) - Method in class javax.media.j3d.PickCone
Gets the origin of this PickCone.
getOrigin(Point3d) - Method in class javax.media.j3d.PickCylinder
Gets the origin point of this cylinder object.
getParent() - Method in class javax.media.j3d.Node
Retrieves the parent of this Node.
getPath() - Method in class javax.media.j3d.Text3D
Retrieves the node's path field.
getPatternMask() - Method in class javax.media.j3d.LineAttributes
Retrieves the line pattern mask.
getPatternScaleFactor() - Method in class javax.media.j3d.LineAttributes
Retrieves the line pattern scale factor.
getPerspectiveCorrectionMode() - Method in class javax.media.j3d.TextureAttributes
Gets perspective correction mode value.
getPhaseDelayDuration() - Method in class javax.media.j3d.Alpha
Retrieves this alpha's phaseDelayDuration.
getPhysicalBody() - Method in class javax.media.j3d.View
Returns a reference to the view model's PhysicalBody object.
getPhysicalEnvironment() - Method in class javax.media.j3d.View
Returns a reference to the view model's PhysicalEnvironment object.
getPhysicalHeight() - Method in class javax.media.j3d.Canvas3D
Retrieves the physical height of this canvas window in meters.
getPhysicalScreenHeight() - Method in class javax.media.j3d.Screen3D
Retrieves the the screen's physical height in meters.
getPhysicalScreenWidth() - Method in class javax.media.j3d.Screen3D
Retrieves the screen's physical width in meters.
getPhysicalWidth() - Method in class javax.media.j3d.Canvas3D
Retrieves the physical width of this canvas window in meters.
getPickable() - Method in class javax.media.j3d.Node
Returns true if this Node is pickable, false if it is not pickable.
getPixelLocationFromImagePlate(Point3d, Point2d) - Method in class javax.media.j3d.Canvas3D
Projects the specified point from image plate coordinates into AWT pixel coordinates.
getPixelLocationInImagePlate(int, int, Point3d) - Method in class javax.media.j3d.Canvas3D
Computes the position of the specified AWT pixel value in image-plate coordinates and copies that value into the object provided.
getPixelLocationInImagePlate(Point2d, Point3d) - Method in class javax.media.j3d.Canvas3D
Computes the position of the specified AWT pixel value in image-plate coordinates and copies that value into the object provided.
getPlane(int, Vector4d) - Method in class javax.media.j3d.ModelClip
Retrieves the specified clipping plane from this ModelClip node.
getPlaneR(Vector4f) - Method in class javax.media.j3d.TexCoordGeneration
Retrieves a copy of the plane equation used to generate the R coordinate.
getPlanes(Vector4d[]) - Method in class javax.media.j3d.ModelClip
Retrieves the clipping planes from this ModelClip node.
getPlanes(Vector4d[]) - Method in class javax.media.j3d.BoundingPolytope
Returns the equations of the bounding planes for this bounding polytope.
getPlaneS(Vector4f) - Method in class javax.media.j3d.TexCoordGeneration
Retrieves a copy of the plane equation used to generate the S coordinate.
getPlaneT(Vector4f) - Method in class javax.media.j3d.TexCoordGeneration
Retrieves a copy of the plane equation used to generate the T coordinate.
getPointAntialiasingEnable() - Method in class javax.media.j3d.PointAttributes
Retrieves the state of the point antialiasing flag.
getPointAttributes() - Method in class javax.media.j3d.Appearance
Retrieves the current pointAttributes object.
getPointSize() - Method in class javax.media.j3d.PointAttributes
Gets the point size for this appearance component object.
getPolygonAttributes() - Method in class javax.media.j3d.Appearance
Retrieves the current polygonAttributes object.
getPolygonMode() - Method in class javax.media.j3d.PolygonAttributes
Gets the polygon rasterization mode for this appearance component object.
getPolygonOffset() - Method in class javax.media.j3d.PolygonAttributes
Gets the constant polygon offset.
getPolygonOffsetFactor() - Method in class javax.media.j3d.PolygonAttributes
Gets the polygon offset factor.
getPosition(int, Point3f) - Method in class javax.media.j3d.PositionPathInterpolator
Retrieves the position value at the specified index.
getPosition(int, Point3f) - Method in class javax.media.j3d.RotPosPathInterpolator
Retrieves the position value at the specified index.
getPosition(int, Point3f) - Method in class javax.media.j3d.RotPosScalePathInterpolator
Retrieves the position value at the specified index.
getPosition(Point3f) - Method in class javax.media.j3d.PointLight
Gets this Light's current position and places it in the parameter specified.
getPosition(Point3f) - Method in class javax.media.j3d.Text3D
Copies the node's position field into the supplied parameter.
getPosition(Point3f) - Method in class javax.media.j3d.DistanceLOD
Retrieves the current position of this LOD node.
getPosition(Point3f) - Method in class javax.media.j3d.Raster
Retrieves the current position in object coordinates of this raster.
getPosition(Point3f) - Method in class javax.media.j3d.PointSound
Retrieves this sound's direction and places it in the vector provided.
getPositions(Point3f[]) - Method in class javax.media.j3d.PositionPathInterpolator
Copies the array of position values from this interpolator into the specified array.
getPositions(Point3f[]) - Method in class javax.media.j3d.RotPosPathInterpolator
Copies the array of position values from this interpolator into the specified array.
getPositions(Point3f[]) - Method in class javax.media.j3d.RotPosScalePathInterpolator
Copies the array of position values from this interpolator into the specified array.
getPostId() - Method in class javax.media.j3d.WakeupOnBehaviorPost
Retrieve the WakeupCriterion's specified postId
getPredictionPolicy() - Method in class javax.media.j3d.Sensor
This function returns the prediction policy used by this sensor.
getPredictor() - Method in class javax.media.j3d.Sensor
This function returns the type of predictor used by this sensor.
getPriority() - Method in class javax.media.j3d.Sound
Retrieves sound's priority value.
getProcessingMode() - Method in interface javax.media.j3d.InputDevice
This method retrieves the device's processing mode: one of BLOCKING, NON_BLOCKING, or DEMAND_DRIVEN.
getProjectionPolicy() - Method in class javax.media.j3d.View
Retrieves the current projection policy for this View.
getQuat(int, Quat4f) - Method in class javax.media.j3d.RotPosPathInterpolator
Retrieves the quat value at the specified index.
getQuat(int, Quat4f) - Method in class javax.media.j3d.RotPosScalePathInterpolator
Retrieves the quat value at the specified index.
getQuat(int, Quat4f) - Method in class javax.media.j3d.RotationPathInterpolator
Retrieves the quat value at the specified index.
getQuats(Quat4f[]) - Method in class javax.media.j3d.RotPosPathInterpolator
Copies the array of quaternion values from this interpolator into the specified array.
getQuats(Quat4f[]) - Method in class javax.media.j3d.RotPosScalePathInterpolator
Copies the array of quaternion values from this interpolator into the specified array.
getQuats(Quat4f[]) - Method in class javax.media.j3d.RotationPathInterpolator
Copies the array of quaternion values from this interpolator into the specified array.
getRadius() - Method in class javax.media.j3d.BoundingSphere
Returns the radius of this bounding sphere as a double.
getRadius() - Method in class javax.media.j3d.PickCylinder
Gets the radius of this cylinder object
getRasterOp() - Method in class javax.media.j3d.RenderingAttributes
Retrieves the current raster operation for this RenderingAttributes object.
getRasterOpEnable() - Method in class javax.media.j3d.RenderingAttributes
Retrieves the rasterOp enable flag for this RenderingAttributes object.
getRead(Transform3D) - Method in class javax.media.j3d.Sensor
Computes the sensor reading consistent with the prediction policy and copies that value into the specified argument; calling this method with a prediction policy of NO_PREDICTOR will return the last sensor reading; calling this method with a prediction policy of HAND_PREDICTOR, or HEAD_PREDICTOR will extrapolate previous sensor readings to the current time.
getRead(Transform3D, long) - Method in class javax.media.j3d.Sensor
Computes the sensor reading consistent as of time deltaT in the future and copies that value into the specified argument; the reading is computed using the current prediction policy; a prediction policy of NO_PREDICTOR will yield the most recent sensor reading for any deltaT argument (i.e., this method is the same as getRead for a prediction policy of NO_PREDICTOR).
getRedSize() - Method in class javax.media.j3d.GraphicsConfigTemplate3D
Retrieves the number of red bits requested by this template.
getReflectionCoefficient() - Method in class javax.media.j3d.AuralAttributes
Retrieve Reflective Coefficient.
getRegion() - Method in class javax.media.j3d.BoundingLeaf
Retrieves this BoundingLeaf's bounding region.
getReleaseEnable() - Method in class javax.media.j3d.Sound
Retrieves release flag for sound associated with sound.
getRenderedImage() - Method in class javax.media.j3d.ImageComponent2D
Retrieves the image from this ImageComponent2D object.
getRenderedImage() - Method in class javax.media.j3d.ImageComponent3D
Retrieves the images from this ImageComponent3D object.
getRenderedImage(int) - Method in class javax.media.j3d.ImageComponent3D
Retrieves one of the images from this ImageComponent3D object.
getRenderingAttributes() - Method in class javax.media.j3d.Appearance
Retrieves the current renderingAttributes object.
getReverbBounds() - Method in class javax.media.j3d.AuralAttributes
Retrieve Reverberation Delay Bounds volume.
getReverbDelay() - Method in class javax.media.j3d.AuralAttributes
Retrieve Reverberation Delay Time.
getReverbOrder() - Method in class javax.media.j3d.AuralAttributes
Retrieve Reverberation Order
getRightEarPosition(Point3d) - Method in class javax.media.j3d.PhysicalBody
Retrieves the user head object's right ear position and places that value in the specified object.
getRightEyeInImagePlate(Point3d) - Method in class javax.media.j3d.Canvas3D
Retrieves the actual position of the right eye in image-plate coordinates and copies that value into the object provided.
getRightEyePosition(Point3d) - Method in class javax.media.j3d.PhysicalBody
Retrieves the user head object's right eye position and places that value in the specified object.
getRightHandIndex() - Method in class javax.media.j3d.PhysicalEnvironment
Gets the sensor index of the right hand.
getRightManualEyeInCoexistence(Point3d) - Method in class javax.media.j3d.View
Retrieves the position of the user-specified, manual right eye in coexistence coordinates and copies that value into the object provided.
getRightManualEyeInImagePlate(Point3d) - Method in class javax.media.j3d.Canvas3D
Retrieves the position of the user-specified, manual right eye in image-plate coordinates and copies that value into the object provided.
getRightProjection(Transform3D) - Method in class javax.media.j3d.View
Compatibility mode method that retrieves the current compatibility mode projection transform for the right eye and places it into the specified object.
getRolloff() - Method in class javax.media.j3d.AuralAttributes
Retrieve Attribute Gain Rolloff.
getRotationPoint(Point3f) - Method in class javax.media.j3d.OrientedShape3D
Retrieves the rotation point of this OrientedShape3D node, and copies it into the specified vector.
getRotationPoint(Point3f) - Method in class javax.media.j3d.Billboard
Gets the rotation point and sets the parameter to this value.
getRotationScale(Matrix3d) - Method in class javax.vecmath.Matrix4d
Gets the upper 3x3 values of this matrix and places them into the matrix m1.
getRotationScale(Matrix3d) - Method in class javax.media.j3d.Transform3D
Gets the upper 3x3 values of this matrix and places them into the matrix m1.
getRotationScale(Matrix3f) - Method in class javax.vecmath.Matrix4d
Gets the upper 3x3 values of this matrix and places them into the matrix m1.
getRotationScale(Matrix3f) - Method in class javax.vecmath.Matrix4f
Gets the upper 3x3 values of this matrix and places them into the matrix m1.
getRotationScale(Matrix3f) - Method in class javax.media.j3d.Transform3D
Gets the upper 3x3 values of this matrix and places them into the matrix m1.
getRow(int, double[]) - Method in class javax.vecmath.GMatrix
Places the values of the specified row into the array parameter.
getRow(int, double[]) - Method in class javax.vecmath.Matrix4d
Copies the matrix values in the specified row into the array parameter.
getRow(int, double[]) - Method in class javax.vecmath.Matrix3d
Copies the matrix values in the specified row into the array parameter.
getRow(int, float[]) - Method in class javax.vecmath.Matrix4f
Copies the matrix values in the specified row into the array parameter.
getRow(int, float[]) - Method in class javax.vecmath.Matrix3f
Copies the matrix values in the specified row into the array parameter.
getRow(int, GVector) - Method in class javax.vecmath.GMatrix
Places the values of the specified row into the vector parameter.
getRow(int, Vector3d) - Method in class javax.vecmath.Matrix3d
Copies the matrix values in the specified row into the vector parameter.
getRow(int, Vector3f) - Method in class javax.vecmath.Matrix3f
Copies the matrix values in the specified row into the vector parameter.
getRow(int, Vector4d) - Method in class javax.vecmath.Matrix4d
Copies the matrix values in the specified row into the vector parameter.
getRow(int, Vector4f) - Method in class javax.vecmath.Matrix4f
Copies the matrix values in the specified row into the vector parameter.
getSampleDuration(int) - Method in interface javax.media.j3d.AudioDevice3D
Returns the duration in milliseconds of the the sound sample, if this information can be determined.
getScale() - Method in class javax.vecmath.Matrix4d
Performs an SVD normalization of this matrix to calculate and return the uniform scale factor.
getScale() - Method in class javax.vecmath.Matrix4f
Performs an SVD normalization of this matrix to calculate and return the uniform scale factor.
getScale() - Method in class javax.vecmath.Matrix3d
Performs an SVD normalization of this matrix to calculate and return the uniform scale factor.
getScale() - Method in class javax.vecmath.Matrix3f
Performs an SVD normalization of this matrix to calculate and return the uniform scale factor.
getScale() - Method in class javax.media.j3d.Transform3D
Returns the uniform scale factor of this matrix.
getScale(int) - Method in class javax.media.j3d.RotPosScalePathInterpolator
Retrieves the scale at the specified index.
getScale(Vector3d) - Method in class javax.media.j3d.Transform3D
Gets the possibly non-uniform scale components of the current transform and places them into the scale vector.
getScales(float[]) - Method in class javax.media.j3d.RotPosScalePathInterpolator
Copies the array of scale values from this interpolator into the specified array.
getSceneAntialiasing() - Method in class javax.media.j3d.GraphicsConfigTemplate3D
Retrieves the scene antialiasing value.
getSceneAntialiasingAvailable() - Method in class javax.media.j3d.Canvas3D
Returns a status flag indicating whether or not scene antialiasing is available.
getSceneAntialiasingEnable() - Method in class javax.media.j3d.View
Returns a flag that indicates whether or not scene antialiasing is enabled for this view.
getSchedulingBoundingLeaf() - Method in class javax.media.j3d.Behavior
Retrieves the Behavior node's scheduling bounding leaf.
getSchedulingBoundingLeaf() - Method in class javax.media.j3d.Sound
Retrieves the Sound node's scheduling bounding leaf.
getSchedulingBounds() - Method in class javax.media.j3d.Behavior
Retrieves the Behavior node's scheduling bounds.
getSchedulingBounds() - Method in class javax.media.j3d.Sound
Retrieves the Sound node's scheduling bounds.
getScope(int) - Method in class javax.media.j3d.Fog
Retrieves the Group node at the specified index from this Fog node's list of scopes.
getScope(int) - Method in class javax.media.j3d.Light
Retrieves the Group node at the specified index from this Light node's list of scopes.
getScope(int) - Method in class javax.media.j3d.AlternateAppearance
Retrieves the Group node at the specified index from this AlternateAppearance node's list of scopes.
getScope(int) - Method in class javax.media.j3d.ModelClip
Retrieves the Group node at the specified index from this ModelClip node's list of scopes.
getScreen3D() - Method in class javax.media.j3d.Canvas3D
Retrieve the Screen3D object that this Canvas3D is attached to.
getScreenScale() - Method in class javax.media.j3d.View
Returns the current screen scale value
getScreenScalePolicy() - Method in class javax.media.j3d.View
Returns the current screen scale policy, one of: SCALE_SCREEN_SIZE or SCALE_EXPLICIT.
getSensor(int) - Method in class javax.media.j3d.PhysicalEnvironment
Gets the sensor specified by the index; sensors are indexed starting at 0.
getSensor(int) - Method in interface javax.media.j3d.InputDevice
Gets the specified Sensor associated with the device.
getSensorButtonCount() - Method in class javax.media.j3d.Sensor
Returns the number of buttons associated with this sensor.
getSensorCount() - Method in class javax.media.j3d.PhysicalEnvironment
Get the current sensor count.
getSensorCount() - Method in interface javax.media.j3d.InputDevice
This method gets the number of sensors associated with the device.
getSensorHotspotInVworld(Sensor, Point3d) - Method in class javax.media.j3d.View
Retrieves the position of the specified Sensor's last known hotspot position in virtual-world coordinates and copies that value into the vector provided.
getSensorHotspotInVworld(Sensor, Point3f) - Method in class javax.media.j3d.View
Retrieves the position of the specified Sensor's last known hotspot position in virtual-world coordinates and copies that value into the vector provided.
getSensorReadCount() - Method in class javax.media.j3d.Sensor
Returns the number of SensorRead objects associated with this sensor.
getSensorToVworld(Sensor, Transform3D) - Method in class javax.media.j3d.View
Computes the sensor to virtual-world transform and copies that value into the transform provided.
getShadeModel() - Method in class javax.media.j3d.ColoringAttributes
Gets the shade mode for this ColoringAttributes component object.
getSharedGroup() - Method in class javax.media.j3d.Link
Retrieves the node's SharedGroup reference.
getShininess() - Method in class javax.media.j3d.Material
Retrieves this material's shininess.
getSize() - Method in class javax.vecmath.GVector
Returns the number of elements in this vector.
getSize() - Method in class javax.media.j3d.Canvas3D
 
getSize() - Method in class javax.media.j3d.Screen3D
Retrieves the width and height (in pixels) of this Screen3D.
getSize(Dimension) - Method in class javax.media.j3d.Raster
Retrieves the current raster size.
getSize(Dimension) - Method in class javax.media.j3d.Screen3D
Retrieves the width and height (in pixels) of this Screen3D and copies it into the specified Dimension object.
getSound(int) - Method in class javax.media.j3d.GraphicsContext3D
Retrieves the index selected sound.
getSoundData() - Method in class javax.media.j3d.Sound
Retrieves description/data associated with this sound source.
getSpecularColor(Color3f) - Method in class javax.media.j3d.Material
Retrieves this material's specular color.
getSpreadAngle() - Method in class javax.media.j3d.PickCone
Gets the spread angle of this PickCone.
getSpreadAngle() - Method in class javax.media.j3d.SpotLight
Gets spot light spread angle.
getSrcBlendFunction() - Method in class javax.media.j3d.TransparencyAttributes
Gets the source blend function for this TransparencyAttributes object.
getStartColor(Color3f) - Method in class javax.media.j3d.ColorInterpolator
This method retrieves this interpolator's startColor.
getStartPosition() - Method in class javax.media.j3d.PositionInterpolator
This method retrieves this interpolator's startPosition.
getStartTime() - Method in class javax.media.j3d.Alpha
Retrieves this alpha's startTime, the base for all relative time specifications; the default value for startTime is the system start time.
getStartTime(int) - Method in interface javax.media.j3d.AudioDevice3D
Returns the system time of when the sound was last "started".
getStereo() - Method in class javax.media.j3d.GraphicsConfigTemplate3D
Retrieves the stereo value.
getStereoAvailable() - Method in class javax.media.j3d.Canvas3D
Returns a status flag indicating whether or not stereo is available.
getStereoEnable() - Method in class javax.media.j3d.Canvas3D
Returns a status flag indicating whether or not stereo is enabled.
getStereoMode() - Method in class javax.media.j3d.GraphicsContext3D
Returns the current stereo mode.
getString() - Method in class javax.media.j3d.Text3D
Copies the character string used in the construction of the Text3D node into the supplied parameter.
getStripIndexCounts(int[]) - Method in class javax.media.j3d.IndexedGeometryStripArray
Get a list of indexCounts for each strip.
getStripVertexCounts(int[]) - Method in class javax.media.j3d.GeometryStripArray
Get a list of vertexCounts for each strip.
getSwitch(int) - Method in class javax.media.j3d.LOD
Returns the switch node specified by the index.
getTarget() - Method in class javax.media.j3d.ScaleInterpolator
This method retrieves this interpolator's target TransformGroup reference.
getTarget() - Method in class javax.media.j3d.PositionPathInterpolator
Retrieves this interpolator's target TransformGroup reference.
getTarget() - Method in class javax.media.j3d.PositionInterpolator
This method retrieves this interpolator's target TransformGroup reference.
getTarget() - Method in class javax.media.j3d.RotationInterpolator
This method retrieves this interpolator's TransformGroup node reference.
getTarget() - Method in class javax.media.j3d.ColorInterpolator
This method retrieves this interpolator's target material component object.
getTarget() - Method in class javax.media.j3d.RotPosPathInterpolator
Retrieves this interpolator's target TransformGroup reference.
getTarget() - Method in class javax.media.j3d.RotPosScalePathInterpolator
Retrieves this interpolator's target TransformGroup reference.
getTarget() - Method in class javax.media.j3d.RotationPathInterpolator
Retrieves this interpolator's target TransformGroup reference.
getTarget() - Method in class javax.media.j3d.TransparencyInterpolator
This method retrieves this interpolator's target reference.
getTarget() - Method in class javax.media.j3d.Billboard
Returns a copy of the transformGroup associated with this Billboard.
getTarget() - Method in class javax.media.j3d.SwitchValueInterpolator
This method retrieves this interpolator's target Switch node reference.
getTessellationTolerance() - Method in class javax.media.j3d.FontExtrusion
Returns the tessellation tolerance with which this FontExtrusion was created.
getTessellationTolerance() - Method in class javax.media.j3d.Font3D
Returns the tessellation tolerance with which this Font3D was created.
getTexCoordGeneration() - Method in class javax.media.j3d.Appearance
Retrieves the current texCoordGeneration object.
getTexCoordGeneration() - Method in class javax.media.j3d.TextureUnitState
Retrieves the current texCoordGeneration object.
getTexCoordRef2f(int) - Method in class javax.media.j3d.GeometryArray
Gets the TexCoord2f texture coordinate array reference for the specified texture coordinate set.
getTexCoordRef3f(int) - Method in class javax.media.j3d.GeometryArray
Gets the TexCoord3f texture coordinate array reference for the specified texture coordinate set.
getTexCoordRefFloat(int) - Method in class javax.media.j3d.GeometryArray
Gets the float texture coordinate array reference for the specified texture coordinate set.
getTexCoordSetCount() - Method in class javax.media.j3d.GeometryArray
Retrieves the number of texture coordinate sets in this GeometryArray object.
getTexCoordSetMap(int[]) - Method in class javax.media.j3d.GeometryArray
Retrieves the texture coordinate set mapping array from this GeometryArray object.
getTexCoordSetMapLength() - Method in class javax.media.j3d.GeometryArray
Retrieves the length of the texture coordinate set mapping array of this GeometryArray object.
getTexture() - Method in class javax.media.j3d.Appearance
Retrieves the current texture object.
getTexture() - Method in class javax.media.j3d.TextureUnitState
Retrieves the current texture object.
getTextureAttributes() - Method in class javax.media.j3d.Appearance
Retrieves the current textureAttributes object.
getTextureAttributes() - Method in class javax.media.j3d.TextureUnitState
Retrieves the current textureAttributes object.
getTextureBlendColor(Color4f) - Method in class javax.media.j3d.TextureAttributes
Gets the texture blend color for this appearance component object.
getTextureColorTable(int[][]) - Method in class javax.media.j3d.TextureAttributes
Retrieves the texture color table and copies it into the specified array.
getTextureColorTableSize() - Method in class javax.media.j3d.TextureAttributes
Retrieves the size of the current texture color table.
getTextureCoordinate(int, float[]) - Method in class javax.media.j3d.GeometryArray
Deprecated. As of Java 3D version 1.2, replaced by getTextureCoordinate(int texCoordSet, ...)
getTextureCoordinate(int, int, float[]) - Method in class javax.media.j3d.GeometryArray
Gets the texture coordinate associated with the vertex at the specified index in the specified texture coordinate set for this object.
getTextureCoordinate(int, int, TexCoord2f) - Method in class javax.media.j3d.GeometryArray
Gets the texture coordinate associated with the vertex at the specified index in the specified texture coordinate set for this object.
getTextureCoordinate(int, int, TexCoord3f) - Method in class javax.media.j3d.GeometryArray
Gets the texture coordinate associated with the vertex at the specified index in the specified texture coordinate set for this object.
getTextureCoordinate(int, Point2f) - Method in class javax.media.j3d.GeometryArray
Deprecated. As of Java 3D version 1.2, replaced by getTextureCoordinate(int texCoordSet, TexCoord2f texCoord)
getTextureCoordinate(int, Point3f) - Method in class javax.media.j3d.GeometryArray
Deprecated. As of Java 3D version 1.2, replaced by getTextureCoordinate(int texCoordSet, TexCoord3f texCoord)
getTextureCoordinateIndex(int) - Method in class javax.media.j3d.IndexedGeometryArray
Deprecated. As of Java 3D version 1.2, replaced by getTextureCoordinateIndex(int texCoordSet, ...)
getTextureCoordinateIndex(int, int) - Method in class javax.media.j3d.IndexedGeometryArray
Retrieves the texture coordinate index associated with the vertex at the specified index in the specified texture coordinate set for this object.
getTextureCoordinateIndices(int, int[]) - Method in class javax.media.j3d.IndexedGeometryArray
Deprecated. As of Java 3D version 1.2, replaced by getTextureCoordinateIndices(int texCoordSet, ...)
getTextureCoordinateIndices(int, int, int[]) - Method in class javax.media.j3d.IndexedGeometryArray
Retrieves the texture coordinate indices associated with the vertices starting at the specified index in the specified texture coordinate set for this object.
getTextureCoordinates(int, float[]) - Method in class javax.media.j3d.GeometryArray
Deprecated. As of Java 3D version 1.2, replaced by getTextureCoordinates(int texCoordSet, ...)
getTextureCoordinates(int, int, float[]) - Method in class javax.media.j3d.GeometryArray
Gets the texture coordinates associated with the vertices starting at the specified index in the specified texture coordinate set for this object.
getTextureCoordinates(int, int, TexCoord2f[]) - Method in class javax.media.j3d.GeometryArray
Gets the texture coordinates associated with the vertices starting at the specified index in the specified texture coordinate set for this object.
getTextureCoordinates(int, int, TexCoord3f[]) - Method in class javax.media.j3d.GeometryArray
Gets the texture coordinates associated with the vertices starting at the specified index in the specified texture coordinate set for this object.
getTextureCoordinates(int, Point2f[]) - Method in class javax.media.j3d.GeometryArray
Deprecated. As of Java 3D version 1.2, replaced by getTextureCoordinates(int texCoordSet, TexCoord2f texCoords[])
getTextureCoordinates(int, Point3f[]) - Method in class javax.media.j3d.GeometryArray
Deprecated. As of Java 3D version 1.2, replaced by getTextureCoordinates(int texCoordSet, TexCoord3f texCoords[])
getTextureMode() - Method in class javax.media.j3d.TextureAttributes
Gets the texture mode parameter for this texture attributes object.
getTextureTransform(Transform3D) - Method in class javax.media.j3d.TextureAttributes
Retrieves a copy of the texture transform object.
getTextureUnitCount() - Method in class javax.media.j3d.Appearance
Retrieves the length of the texture unit state array from this appearance object.
getTextureUnitState() - Method in class javax.media.j3d.Appearance
Retrieves the array of texture unit state objects from this Appearance object.
getTextureUnitState(int) - Method in class javax.media.j3d.Appearance
Retrieves the texture unit state object at the specified index within the texture unit state array.
getTime() - Method in class javax.media.j3d.SensorRead
Retrieve this SensorRead's associated time stamp
getTotalChannels() - Method in interface javax.media.j3d.AudioDevice
Query total number of channels available for sound rendering for this audio device.
getTrackerBaseToImagePlate(Transform3D) - Method in class javax.media.j3d.Screen3D
Retrieves the tracker-base coordinate system to image-plate coordinate system transform and copies it into the specified Transform3D object.
getTrackingAvailable() - Method in class javax.media.j3d.PhysicalEnvironment
Returns a status flag indicating whether or not tracking is available.
getTrackingEnable() - Method in class javax.media.j3d.View
Returns a status flag indicating whether or not head tracking is enabled.
getTransform() - Method in class javax.media.j3d.SceneGraphPath
Returns a copy of the transform associated with this SceneGraphPath; returns null if there is no transform associated.
getTransform(Transform3D) - Method in class javax.media.j3d.TransformGroup
Copies the transform component of this TransformGroup into the passed transform object.
getTransformGroup() - Method in class javax.media.j3d.WakeupOnTransformChange
Returns the TransformGroup node used in creating this WakeupCriterion
getTransparency() - Method in class javax.media.j3d.TransparencyAttributes
Retrieves this appearance's transparency.
getTransparencyAttributes() - Method in class javax.media.j3d.Appearance
Retrieves the current transparencyAttributes object.
getTransparencyMode() - Method in class javax.media.j3d.TransparencyAttributes
Gets the transparency mode for this appearance component object.
getTriggeringBehavior() - Method in class javax.media.j3d.WakeupOnBehaviorPost
Returns the behavior that triggered this wakeup.
getTriggeringBounds() - Method in class javax.media.j3d.WakeupOnCollisionMovement
Retrieves the Bounds object that caused the collision
getTriggeringBounds() - Method in class javax.media.j3d.WakeupOnCollisionEntry
Retrieves the Bounds object that caused the collision
getTriggeringBounds() - Method in class javax.media.j3d.WakeupOnCollisionExit
Retrieves the Bounds object that caused the collision
getTriggeringPath() - Method in class javax.media.j3d.WakeupOnCollisionMovement
Retrieves the path describing the object causing the collision.
getTriggeringPath() - Method in class javax.media.j3d.WakeupOnCollisionEntry
Retrieves the path describing the object causing the collision.
getTriggeringPath() - Method in class javax.media.j3d.WakeupOnCollisionExit
Retrieves the path describing the object causing the collision.
getTriggeringPostId() - Method in class javax.media.j3d.WakeupOnBehaviorPost
Returns the postId that caused the behavior to wakeup.
getTriggeringSensor() - Method in class javax.media.j3d.WakeupOnSensorEntry
Retrieves the Sensor object that caused the wakeup.
getTriggeringSensor() - Method in class javax.media.j3d.WakeupOnSensorExit
Retrieves the Sensor object that caused the wakeup.
getTriggerTime() - Method in class javax.media.j3d.Alpha
Retrieves this alpha's triggerTime.
getType() - Method in class javax.media.j3d.Transform3D
Returns the type of this matrix as an or'ed bitmask of of all of the type classifications to which it belongs.
getType() - Method in class javax.media.j3d.Raster
Retrieves the current type of this raster object, one of: RASTER_COLOR, RASTER_DEPTH, or RASTER_COLOR_DEPTH.
getUpper(Point3d) - Method in class javax.media.j3d.BoundingBox
Gets the upper corner of this bounding box.
getURL() - Method in class javax.media.j3d.MediaContainer
Deprecated. As of Java 3D version 1.2, replaced by getURLString
getURLObject() - Method in class javax.media.j3d.MediaContainer
Retrieve URL Object.
getURLString() - Method in class javax.media.j3d.MediaContainer
Retrieve URL String.
getUserData() - Method in class javax.media.j3d.SceneGraphObject
Retrieves the userData field from this scene graph object.
getUserHeadToVworld(Transform3D) - Method in class javax.media.j3d.View
Retrieves the user-head to virtual-world transform and copies that value into the transform provided.
getUserHeadToVworldEnable() - Method in class javax.media.j3d.View
Returns a status flag indicating whether or not Java 3D is continuously updating the userHeadToVworldEnable transform.
getValidVertexCount() - Method in class javax.media.j3d.GeometryArray
Gets the valid vertex count for this GeometryArray object.
getVelocityScaleFactor() - Method in class javax.media.j3d.AuralAttributes
Retrieve Velocity Scale Factor used to calculate Doppler Effect.
getVertexCount() - Method in class javax.media.j3d.GeometryArray
Retrieves the number of vertices in this GeometryArray
getVertexFormat() - Method in class javax.media.j3d.GeometryArray
Retrieves the vertexFormat of this GeometryArray
getView() - Method in class javax.media.j3d.Behavior
Returns the primary view associated with this behavior.
getView() - Method in class javax.media.j3d.Canvas3D
Gets view that points to this Canvas3D.
getViewAttachPolicy() - Method in class javax.media.j3d.ViewPlatform
Returns the current coexistence center in virtual-world policy.
getViewPlatform() - Method in class javax.media.j3d.View
Retrieves the currently attached ViewPlatform object
getViewPolicy() - Method in class javax.media.j3d.View
Retrieves the current view computation policy for this View.
getVirtualUniverse() - Method in class javax.media.j3d.Locale
Retrieves the virtual universe within which this Locale object is contained.
getVisibilityPolicy() - Method in class javax.media.j3d.View
Retrieves the current visibility policy.
getVisible() - Method in class javax.media.j3d.RenderingAttributes
Retrieves the visibility flag for this RenderingAttributes object.
getVpcToEc(Transform3D) - Method in class javax.media.j3d.View
Compatibility mode method that retrieves the current ViewPlatform Coordinates (VPC) system to Eye Coordinates (EC) transform and copies it into the specified object.
getVworldToImagePlate(Transform3D) - Method in class javax.media.j3d.Canvas3D
Retrieves the current Virtual World coordinates to ImagePlate coordinates transform and places it into the specified object.
getWeights() - Method in class javax.media.j3d.Morph
Retrieves the Morph node's morph weight vector.
getWhichChild() - Method in class javax.media.j3d.Switch
Retrieves the current child selection index that specifies which child is rendered.
getWidth() - Method in class javax.media.j3d.ImageComponent
Retrieves the width of this image component object.
getWidth() - Method in class javax.media.j3d.DepthComponent
Retrieves the width of this depth component object.
getWidth() - Method in class javax.media.j3d.Texture
Retrieves the width of this Texture object.
getWindowEyepointPolicy() - Method in class javax.media.j3d.View
Returns the current window eyepoint policy, one of: RELATIVE_TO_SCREEN, RELATIVE_TO_WINDOW, RELATIVE_TO_FIELD_OF_VIEW or RELATIVE_TO_COEXISTENCE.
getWindowMovementPolicy() - Method in class javax.media.j3d.View
Returns the current window movement policy, one of: VIRTUAL_WORLD or PHYSICAL_WORLD.
getWindowResizePolicy() - Method in class javax.media.j3d.View
Returns the current window resize policy, one of: VIRTUAL_WORLD or PHYSICAL_WORLD.
GMatrix - class javax.vecmath.GMatrix.
A double precision, general, dynamically-resizable, two-dimensional matrix class.
GMatrix(GMatrix) - Constructor for class javax.vecmath.GMatrix
Constructs a new GMatrix and copies the initial values from the parameter matrix.
GMatrix(int, int) - Constructor for class javax.vecmath.GMatrix
Constructs an nRow by NCol identity matrix.
GMatrix(int, int, double[]) - Constructor for class javax.vecmath.GMatrix
Constructs an nRow by nCol matrix initialized to the values in the matrix array.
GraphicsConfigTemplate3D - class javax.media.j3d.GraphicsConfigTemplate3D.
This class is used to obtain a valid GraphicsConfiguration that can be used by Java 3D.
GraphicsConfigTemplate3D() - Constructor for class javax.media.j3d.GraphicsConfigTemplate3D
Constructs a GraphicsConfigTemplate3D object with default parameters.
GraphicsContext3D - class javax.media.j3d.GraphicsContext3D.
A GraphicsContext3D object is used for immediate mode rendering into a 3D canvas.
GREATER - Static variable in class javax.media.j3d.RenderingAttributes
Indicates pixels are drawn if pixel alpha value is greater than alpha test value.
GREATER_OR_EQUAL - Static variable in class javax.media.j3d.RenderingAttributes
Indicates pixels are drawn if pixel alpha value is greater than or equal to alpha test value.
Group - class javax.media.j3d.Group.
The Group node object is a general-purpose grouping node.
Group() - Constructor for class javax.media.j3d.Group
Constructs a Group node with default parameters.
GVector - class javax.vecmath.GVector.
A double precision, general, dynamically-resizable, one-dimensional vector class.
GVector(double[]) - Constructor for class javax.vecmath.GVector
Constructs a new GVector from the specified array elements.
GVector(double[], int) - Constructor for class javax.vecmath.GVector
Constructs a new GVector of the specified length and initializes it by copying the specified number of elements from the specified array.
GVector(GVector) - Constructor for class javax.vecmath.GVector
Constructs a new GVector from the specified vector.
GVector(int) - Constructor for class javax.vecmath.GVector
Constructs a new GVector of the specified length with all vector elements initialized to 0.
GVector(Tuple2f) - Constructor for class javax.vecmath.GVector
Constructs a new GVector and copies the initial values from the specified tuple.
GVector(Tuple3d) - Constructor for class javax.vecmath.GVector
Constructs a new GVector and copies the initial values from the specified tuple.
GVector(Tuple3f) - Constructor for class javax.vecmath.GVector
Constructs a new GVector and copies the initial values from the specified tuple.
GVector(Tuple4d) - Constructor for class javax.vecmath.GVector
Constructs a new GVector and copies the initial values from the specified tuple.
GVector(Tuple4f) - Constructor for class javax.vecmath.GVector
Constructs a new GVector and copies the initial values from the specified tuple.

H

HAND_PREDICTOR - Static variable in class javax.media.j3d.Sensor
Set the predictor policy to assume the sensor is predicting hand position/orientation.
hashCode() - Method in class javax.vecmath.Tuple4i
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.vecmath.Tuple3d
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.vecmath.Tuple3f
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.vecmath.Tuple2f
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.vecmath.AxisAngle4f
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.vecmath.GMatrix
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.vecmath.Tuple3i
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.vecmath.Tuple3b
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.vecmath.Tuple4b
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.vecmath.Matrix4d
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.vecmath.Matrix4f
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.vecmath.Tuple4f
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.vecmath.Tuple4d
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.vecmath.Matrix3d
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.vecmath.Tuple2d
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.vecmath.GVector
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.vecmath.Matrix3f
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.vecmath.AxisAngle4d
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.media.j3d.SceneGraphPath
Returns a hash number based on the data values in this object.
hashCode() - Method in class javax.media.j3d.Bounds
Returns a hash code for this Bounds object based on the data values in this object.
hashCode() - Method in class javax.media.j3d.BoundingSphere
Returns a hash code value for this BoundingSphere object based on the data values in this object.
hashCode() - Method in class javax.media.j3d.Transform3D
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.media.j3d.BoundingPolytope
Returns a hash code value for this BoundingPolytope object based on the data values in this object.
hashCode() - Method in class javax.media.j3d.BoundingBox
Returns a hash code value for this BoundingBox object based on the data values in this object.
hasTriggered() - Method in class javax.media.j3d.WakeupCriterion
Returns true if this criterion triggered the wakeup.
HEAD_PREDICTOR - Static variable in class javax.media.j3d.Sensor
Set the predictor policy to assume the sensor is predicting head position/orientation.
HEADPHONES - Static variable in interface javax.media.j3d.AudioDevice
Choosing Headphones as the audio playback type specifies that the audio playback will be through stereo headphones.
HiResCoord - class javax.media.j3d.HiResCoord.
The HiResCoord object specifies the location of scene components within the Virtual Universe.
HiResCoord() - Constructor for class javax.media.j3d.HiResCoord
Constructs and initializes a new HiResCoord located at (0, 0, 0).
HiResCoord(HiResCoord) - Constructor for class javax.media.j3d.HiResCoord
Constructs and initializes a new HiResCoord using the values provided in the argument.
HiResCoord(int[], int[], int[]) - Constructor for class javax.media.j3d.HiResCoord
Constructs and initializes a new HiResCoord using the values provided in the argument.
HMD_VIEW - Static variable in class javax.media.j3d.View
Specifies that the viewing environment for this view is a head-mounted display environment.

I

IDENTITY - Static variable in class javax.media.j3d.Transform3D
An identity matrix.
identityMinus() - Method in class javax.vecmath.GMatrix
Subtracts this matrix from the identity matrix and puts the values back into this (this = I - this).
IllegalRenderingStateException - exception javax.media.j3d.IllegalRenderingStateException.
Indicates an illegal state for rendering.
IllegalRenderingStateException() - Constructor for class javax.media.j3d.IllegalRenderingStateException
Create the exception object with default values.
IllegalRenderingStateException(String) - Constructor for class javax.media.j3d.IllegalRenderingStateException
Create the exception object that outputs message.
IllegalSharingException - exception javax.media.j3d.IllegalSharingException.
Indicates an illegal attempt to share a scene graph object.
IllegalSharingException() - Constructor for class javax.media.j3d.IllegalSharingException
Create the exception object with default values.
IllegalSharingException(String) - Constructor for class javax.media.j3d.IllegalSharingException
Create the exception object that outputs message.
ImageComponent - class javax.media.j3d.ImageComponent.
Abstract class that is used to define 2D or 3D ImageComponent classes used in a Java 3D scene graph.
ImageComponent(int, int, int) - Constructor for class javax.media.j3d.ImageComponent
Constructs an image component object using the specified format, width, and height.
ImageComponent(int, int, int, boolean, boolean) - Constructor for class javax.media.j3d.ImageComponent
Constructs an image component object using the specified format, width, height, byReference flag, and yUp flag.
ImageComponent2D - class javax.media.j3d.ImageComponent2D.
This class defines a 2D image component.
ImageComponent2D(int, BufferedImage) - Constructor for class javax.media.j3d.ImageComponent2D
Constructs a 2D image component object using the specified format and BufferedImage.
ImageComponent2D(int, BufferedImage, boolean, boolean) - Constructor for class javax.media.j3d.ImageComponent2D
Constructs a 2D image component object using the specified format, BufferedImage, byReference flag, and yUp flag.
ImageComponent2D(int, int, int) - Constructor for class javax.media.j3d.ImageComponent2D
Constructs a 2D image component object using the specified format, width, and height, and a null image.
ImageComponent2D(int, int, int, boolean, boolean) - Constructor for class javax.media.j3d.ImageComponent2D
Constructs a 2D image component object using the specified format, width, height, byReference flag, and yUp flag, and a null image.
ImageComponent2D(int, RenderedImage) - Constructor for class javax.media.j3d.ImageComponent2D
Constructs a 2D image component object using the specified format and RenderedImage.
ImageComponent2D(int, RenderedImage, boolean, boolean) - Constructor for class javax.media.j3d.ImageComponent2D
Constructs a 2D image component object using the specified format, RenderedImage, byReference flag, and yUp flag.
ImageComponent3D - class javax.media.j3d.ImageComponent3D.
This class defines a 3D image component.
ImageComponent3D(int, BufferedImage[]) - Constructor for class javax.media.j3d.ImageComponent3D
Constructs a 3D image component object using the specified format, and the BufferedImage array.
ImageComponent3D(int, BufferedImage[], boolean, boolean) - Constructor for class javax.media.j3d.ImageComponent3D
Constructs a 3D image component object using the specified format, BufferedImage array, byReference flag, and yUp flag.
ImageComponent3D(int, int, int, int) - Constructor for class javax.media.j3d.ImageComponent3D
Constructs a 3D image component object using the specified format, width, height, and depth.
ImageComponent3D(int, int, int, int, boolean, boolean) - Constructor for class javax.media.j3d.ImageComponent3D
Constructs a 3D image component object using the specified format, width, height, depth, byReference flag, and yUp flag.
ImageComponent3D(int, RenderedImage[]) - Constructor for class javax.media.j3d.ImageComponent3D
Constructs a 3D image component object using the specified format, and the RenderedImage array.
ImageComponent3D(int, RenderedImage[], boolean, boolean) - Constructor for class javax.media.j3d.ImageComponent3D
Constructs a 3D image component object using the specified format, RenderedImage array, byReference flag, and yUp flag.
INCREASING_ENABLE - Static variable in class javax.media.j3d.Alpha
Specifies that the increasing component of the alpha is used.
IndexedGeometryArray - class javax.media.j3d.IndexedGeometryArray.
The IndexedGeometryArray object contains separate integer arrays that index into the arrays of positional coordinates, colors, normals, and texture coordinates.
IndexedGeometryArray(int, int, int) - Constructor for class javax.media.j3d.IndexedGeometryArray
Constructs an empty IndexedGeometryArray object with the specified number of vertices, vertex format, and number of indices.
IndexedGeometryArray(int, int, int, int[], int) - Constructor for class javax.media.j3d.IndexedGeometryArray
Constructs an empty IndexedGeometryArray object with the specified number of vertices, vertex format, number of texture coordinate sets, texture coordinate mapping array, and number of indices.
IndexedGeometryStripArray - class javax.media.j3d.IndexedGeometryStripArray.
The IndexedGeometryStripArray object is an abstract class that is extended for a set of IndexedGeometryArray strip primitives.
IndexedGeometryStripArray(int, int, int, int[]) - Constructor for class javax.media.j3d.IndexedGeometryStripArray
Constructs an empty IndexedGeometryStripArray object with the specified number of vertices, vertex format, number of indices, and array of per-strip index counts.
IndexedGeometryStripArray(int, int, int, int[], int, int[]) - Constructor for class javax.media.j3d.IndexedGeometryStripArray
Constructs an empty IndexedGeometryStripArray object with the specified number of vertices, vertex format, number of texture coordinate sets, texture coordinate mapping array, number of indices, and array of per-strip index counts.
IndexedLineArray - class javax.media.j3d.IndexedLineArray.
The IndexedLineArray object draws the array of vertices as individual line segments.
IndexedLineArray(int, int, int) - Constructor for class javax.media.j3d.IndexedLineArray
Constructs an empty IndexedLineArray object with the specified number of vertices, vertex format, and number of indices.
IndexedLineArray(int, int, int, int[], int) - Constructor for class javax.media.j3d.IndexedLineArray
Constructs an empty IndexedLineArray object with the specified number of vertices, vertex format, number of texture coordinate sets, texture coordinate mapping array, and number of indices.
IndexedLineStripArray - class javax.media.j3d.IndexedLineStripArray.
The IndexedLineStripArray object draws an array of vertices as a set of connected line strips.
IndexedLineStripArray(int, int, int, int[]) - Constructor for class javax.media.j3d.IndexedLineStripArray
Constructs an empty IndexedLineStripArray object with the specified number of vertices, vertex format, number of indices, and array of per-strip index counts.
IndexedLineStripArray(int, int, int, int[], int, int[]) - Constructor for class javax.media.j3d.IndexedLineStripArray
Constructs an empty IndexedLineStripArray object with the specified number of vertices, vertex format, number of texture coordinate sets, texture coordinate mapping array, number of indices, and array of per-strip index counts.
IndexedPointArray - class javax.media.j3d.IndexedPointArray.
The IndexedPointArray object draws the array of vertices as individual points.
IndexedPointArray(int, int, int) - Constructor for class javax.media.j3d.IndexedPointArray
Constructs an empty IndexedPointArray object with the specified number of vertices, vertex format, and number of indices.
IndexedPointArray(int, int, int, int[], int) - Constructor for class javax.media.j3d.IndexedPointArray
Constructs an empty IndexedPointArray object with the specified number of vertices, vertex format, number of texture coordinate sets, texture coordinate mapping array, and number of indices.
IndexedQuadArray - class javax.media.j3d.IndexedQuadArray.
The IndexedQuadArray object draws the array of vertices as individual quadrilaterals.
IndexedQuadArray(int, int, int) - Constructor for class javax.media.j3d.IndexedQuadArray
Constructs an empty IndexedQuadArray object with the specified number of vertices, vertex format, and number of indices.
IndexedQuadArray(int, int, int, int[], int) - Constructor for class javax.media.j3d.IndexedQuadArray
Constructs an empty IndexedQuadArray object with the specified number of vertices, vertex format, number of texture coordinate sets, texture coordinate mapping array, and number of indices.
IndexedTriangleArray - class javax.media.j3d.IndexedTriangleArray.
The IndexedTriangleArray object draws the array of vertices as individual triangles.
IndexedTriangleArray(int, int, int) - Constructor for class javax.media.j3d.IndexedTriangleArray
Constructs an empty IndexedTriangleArray object with the specified number of vertices, vertex format, and number of indices.
IndexedTriangleArray(int, int, int, int[], int) - Constructor for class javax.media.j3d.IndexedTriangleArray
Constructs an empty IndexedTriangleArray object with the specified number of vertices, vertex format, number of texture coordinate sets, texture coordinate mapping array, and number of indices.
IndexedTriangleFanArray - class javax.media.j3d.IndexedTriangleFanArray.
The IndexedTriangleFanArray object draws an array of vertices as a set of connected triangle fans.
IndexedTriangleFanArray(int, int, int, int[]) - Constructor for class javax.media.j3d.IndexedTriangleFanArray
Constructs an empty IndexedTriangleFanArray object with the specified number of vertices, vertex format, number of indices, and array of per-strip index counts.
IndexedTriangleFanArray(int, int, int, int[], int, int[]) - Constructor for class javax.media.j3d.IndexedTriangleFanArray
Constructs an empty IndexedTriangleFanArray object with the specified number of vertices, vertex format, number of texture coordinate sets, texture coordinate mapping array, number of indices, and array of per-strip index counts.
IndexedTriangleStripArray - class javax.media.j3d.IndexedTriangleStripArray.
The IndexedTriangleStripArray object draws an array of vertices as a set of connected triangle strips.
IndexedTriangleStripArray(int, int, int, int[]) - Constructor for class javax.media.j3d.IndexedTriangleStripArray
Constructs an empty IndexedTriangleStripArray object with the specified number of vertices, vertex format, number of indices, and array of per-strip index counts.
IndexedTriangleStripArray(int, int, int, int[], int, int[]) - Constructor for class javax.media.j3d.IndexedTriangleStripArray
Constructs an empty IndexedTriangleStripArray object with the specified number of vertices, vertex format, number of texture coordinate sets, texture coordinate mapping array, number of indices, and array of per-strip index counts.
INFINITE_LOOPS - Static variable in class javax.media.j3d.Sound
When used as a loop count sound will loop an infinite number of time until explicitly stopped (setEnabled(false)).
initialize() - Method in class javax.media.j3d.Behavior
Initialize this behavior.
initialize() - Method in class javax.media.j3d.Interpolator
This is the default Interpolator behavior initialization routine.
initialize() - Method in class javax.media.j3d.DistanceLOD
Initialize method that sets up initial wakeup criteria.
initialize() - Method in interface javax.media.j3d.AudioDevice
Initialize the audio device.
initialize() - Method in interface javax.media.j3d.InputDevice
This method initializes the device.
initialize() - Method in class javax.media.j3d.Billboard
Initialize method that sets up initial wakeup criteria.
InputDevice - interface javax.media.j3d.InputDevice.
InputDevice is the interface through which Java 3D and Java 3D application programs communicate with a device driver.
insertCanvas3D(Canvas3D, int) - Method in class javax.media.j3d.View
Inserts the Canvas3D at the given index position.
insertChild(Node, int) - Method in class javax.media.j3d.Group
Inserts the node's specified child at the specified index location.
insertGeometry(Geometry, int) - Method in class javax.media.j3d.Shape3D
Inserts the specified geometry component into this Shape3D node's list of geometry components at the specified index.
insertLight(Light, int) - Method in class javax.media.j3d.GraphicsContext3D
Inserts the specified light at the specified index location.
insertScope(Group, int) - Method in class javax.media.j3d.Fog
Inserts the specified Group node into this Fog node's list of scopes at the specified index.
insertScope(Group, int) - Method in class javax.media.j3d.Light
Inserts the specified Group node into this Light node's list of scopes at the specified index.
insertScope(Group, int) - Method in class javax.media.j3d.AlternateAppearance
Inserts the specified Group node into this AlternateAppearance node's list of scopes at the specified index.
insertScope(Group, int) - Method in class javax.media.j3d.ModelClip
Inserts the specified Group node into this ModelClip node's list of scopes at the specified index.
insertSound(Sound, int) - Method in class javax.media.j3d.GraphicsContext3D
Inserts the specified sound at the specified index location.
insertSwitch(Switch, int) - Method in class javax.media.j3d.LOD
Inserts the specified switch node at specified index.
INTENSITY - Static variable in class javax.media.j3d.Texture
Specifies Texture contains only Intensity values.
INTERLEAVED - Static variable in class javax.media.j3d.GeometryArray
Specifies that the position, color, normal, and texture coordinate data for this GeometryArray are accessed via a single interleaved, floating-point array reference.
interpolate(GVector, double) - Method in class javax.vecmath.GVector
Linearly interpolates between this vector and vector v1 and places the result into this tuple: this = (1-alpha)*this + alpha*v1.
interpolate(GVector, float) - Method in class javax.vecmath.GVector
Deprecated. Use interpolate(GVector, double) instead
interpolate(GVector, GVector, double) - Method in class javax.vecmath.GVector
Linearly interpolates between vectors v1 and v2 and places the result into this tuple: this = (1-alpha)*v1 + alpha*v2.
interpolate(GVector, GVector, float) - Method in class javax.vecmath.GVector
Deprecated. Use interpolate(GVector, GVector, double) instead
interpolate(Quat4d, double) - Method in class javax.vecmath.Quat4d
Performs a great circle interpolation between this quaternion and the quaternion parameter and places the result into this quaternion.
interpolate(Quat4d, Quat4d, double) - Method in class javax.vecmath.Quat4d
Performs a great circle interpolation between quaternion q1 and quaternion q2 and places the result into this quaternion.
interpolate(Quat4f, float) - Method in class javax.vecmath.Quat4f
Performs a great circle interpolation between this quaternion and the quaternion parameter and places the result into this quaternion.
interpolate(Quat4f, Quat4f, float) - Method in class javax.vecmath.Quat4f
Performs a great circle interpolation between quaternion q1 and quaternion q2 and places the result into this quaternion.
interpolate(Tuple2d, double) - Method in class javax.vecmath.Tuple2d
Linearly interpolates between this tuple and tuple t1 and places the result into this tuple: this = (1-alpha)*this + alpha*t1.
interpolate(Tuple2d, Tuple2d, double) - Method in class javax.vecmath.Tuple2d
Linearly interpolates between tuples t1 and t2 and places the result into this tuple: this = (1-alpha)*t1 + alpha*t2.
interpolate(Tuple2f, float) - Method in class javax.vecmath.Tuple2f
Linearly interpolates between this tuple and tuple t1 and places the result into this tuple: this = (1-alpha)*this + alpha*t1.
interpolate(Tuple2f, Tuple2f, float) - Method in class javax.vecmath.Tuple2f
Linearly interpolates between tuples t1 and t2 and places the result into this tuple: this = (1-alpha)*t1 + alpha*t2.
interpolate(Tuple3d, double) - Method in class javax.vecmath.Tuple3d
Linearly interpolates between this tuple and tuple t1 and places the result into this tuple: this = (1-alpha)*this + alpha*t1.
interpolate(Tuple3d, float) - Method in class javax.vecmath.Tuple3d
Deprecated. Use interpolate(Tuple3d,double) instead
interpolate(Tuple3d, Tuple3d, double) - Method in class javax.vecmath.Tuple3d
Linearly interpolates between tuples t1 and t2 and places the result into this tuple: this = (1-alpha)*t1 + alpha*t2.
interpolate(Tuple3d, Tuple3d, float) - Method in class javax.vecmath.Tuple3d
Deprecated. Use interpolate(Tuple3d,Tuple3d,double) instead
interpolate(Tuple3f, float) - Method in class javax.vecmath.Tuple3f
Linearly interpolates between this tuple and tuple t1 and places the result into this tuple: this = (1-alpha)*this + alpha*t1.
interpolate(Tuple3f, Tuple3f, float) - Method in class javax.vecmath.Tuple3f
Linearly interpolates between tuples t1 and t2 and places the result into this tuple: this = (1-alpha)*t1 + alpha*t2.
interpolate(Tuple4d, double) - Method in class javax.vecmath.Tuple4d
Linearly interpolates between this tuple and tuple t1 and places the result into this tuple: this = (1-alpha)*this + alpha*t1.
interpolate(Tuple4d, float) - Method in class javax.vecmath.Tuple4d
Deprecated. Use interpolate(Tuple4d,double) instead
interpolate(Tuple4d, Tuple4d, double) - Method in class javax.vecmath.Tuple4d
Linearly interpolates between tuples t1 and t2 and places the result into this tuple: this = (1-alpha)*t1 + alpha*t2.
interpolate(Tuple4d, Tuple4d, float) - Method in class javax.vecmath.Tuple4d
Deprecated. Use interpolate(Tuple4d,Tuple4d,double) instead
interpolate(Tuple4f, float) - Method in class javax.vecmath.Tuple4f
Linearly interpolates between this tuple and tuple t1 and places the result into this tuple: this = (1-alpha)*this + alpha*t1.
interpolate(Tuple4f, Tuple4f, float) - Method in class javax.vecmath.Tuple4f
Linearly interpolates between tuples t1 and t2 and places the result into this tuple: this = (1-alpha)*t1 + alpha*t2.
Interpolator - class javax.media.j3d.Interpolator.
Interpolator is an abstract class that extends Behavior to provide common methods used by various interpolation subclasses.
Interpolator() - Constructor for class javax.media.j3d.Interpolator
Constructs an Interpolator node with a null alpha value.
Interpolator(Alpha) - Constructor for class javax.media.j3d.Interpolator
Constructs an Interpolator node with the specified alpha value.
intersect(Bounds) - Method in class javax.media.j3d.Bounds
Test for intersection with another bounds object.
intersect(Bounds) - Method in class javax.media.j3d.BoundingSphere
Test for intersection with another bounds object.
intersect(Bounds) - Method in class javax.media.j3d.BoundingPolytope
Test for intersection with another bounds object.
intersect(Bounds) - Method in class javax.media.j3d.BoundingBox
Test for intersection with another bounds object.
intersect(Bounds[]) - Method in class javax.media.j3d.Bounds
Test for intersection with another bounds object.
intersect(Bounds[]) - Method in class javax.media.j3d.BoundingSphere
Test for intersection with another bounds object.
intersect(Bounds[]) - Method in class javax.media.j3d.BoundingPolytope
Test for intersection with another bounds object.
intersect(Bounds[]) - Method in class javax.media.j3d.BoundingBox
Test for intersection with an array of bounds objects.
intersect(Bounds[], BoundingBox) - Method in class javax.media.j3d.BoundingBox
Test for intersection with an array of bounds objects.
intersect(Bounds[], BoundingPolytope) - Method in class javax.media.j3d.BoundingPolytope
Test for intersection with an array of bounds objects.
intersect(Bounds[], BoundingSphere) - Method in class javax.media.j3d.BoundingSphere
Test for intersection with an array of bounds objects.
intersect(Bounds, BoundingBox) - Method in class javax.media.j3d.BoundingBox
Test for intersection with another bounding box.
intersect(Bounds, BoundingPolytope) - Method in class javax.media.j3d.BoundingPolytope
Test for intersection with another bounds object.
intersect(Bounds, BoundingSphere) - Method in class javax.media.j3d.BoundingSphere
Test for intersection with another bounds object.
intersect(Point3d) - Method in class javax.media.j3d.Bounds
Test for intersection with a point.
intersect(Point3d) - Method in class javax.media.j3d.BoundingSphere
Test for intersection with a point.
intersect(Point3d) - Method in class javax.media.j3d.BoundingPolytope
Test for intersection with a point.
intersect(Point3d) - Method in class javax.media.j3d.BoundingBox
Test for intersection with a point.
intersect(Point3d, Vector3d) - Method in class javax.media.j3d.Bounds
Test for intersection with a ray.
intersect(Point3d, Vector3d) - Method in class javax.media.j3d.BoundingSphere
Test for intersection with a ray.
intersect(Point3d, Vector3d) - Method in class javax.media.j3d.BoundingPolytope
Test for intersection with a ray.
intersect(Point3d, Vector3d) - Method in class javax.media.j3d.BoundingBox
Test for intersection with a ray.
intersect(SceneGraphPath, PickRay, double[]) - Method in class javax.media.j3d.Shape3D
Check if the geometry component of this shape node under path intersects with the pickShape.
intersect(SceneGraphPath, PickRay, double[]) - Method in class javax.media.j3d.Morph
Check if the geometry component of this morph node under path intersects with the pickShape.
intersect(SceneGraphPath, PickShape) - Method in class javax.media.j3d.Shape3D
Check if the geometry component of this shape node under path intersects with the pickShape.
intersect(SceneGraphPath, PickShape) - Method in class javax.media.j3d.Morph
Check if the geometry component of this morph node under path intersects with the pickShape.
inverse() - Method in class javax.vecmath.Quat4d
Sets the value of this quaternion to the quaternion inverse of itself.
inverse() - Method in class javax.vecmath.Quat4f
Sets the value of this quaternion to the quaternion inverse of itself.
inverse(Quat4d) - Method in class javax.vecmath.Quat4d
Sets the value of this quaternion to quaternion inverse of quaternion q1.
inverse(Quat4f) - Method in class javax.vecmath.Quat4f
Sets the value of this quaternion to quaternion inverse of quaternion q1.
invert() - Method in class javax.vecmath.GMatrix
Inverts this matrix in place.
invert() - Method in class javax.vecmath.Matrix4d
Inverts this matrix in place.
invert() - Method in class javax.vecmath.Matrix4f
Inverts this matrix in place.
invert() - Method in class javax.vecmath.Matrix3d
Inverts this matrix in place.
invert() - Method in class javax.vecmath.Matrix3f
Inverts this matrix in place.
invert() - Method in class javax.media.j3d.Transform3D
Inverts this transform in place.
invert(GMatrix) - Method in class javax.vecmath.GMatrix
Inverts matrix m1 and places the new values into this matrix.
invert(Matrix3d) - Method in class javax.vecmath.Matrix3d
Sets the value of this matrix to the matrix inverse of the passed matrix m1.
invert(Matrix3f) - Method in class javax.vecmath.Matrix3f
Sets the value of this matrix to the matrix inverse of the passed matrix m1.
invert(Matrix4d) - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix to the matrix inverse of the passed (user declared) matrix m1.
invert(Matrix4f) - Method in class javax.vecmath.Matrix4f
Sets the value of this matrix to the matrix inverse of the passed (user declared) matrix m1.
invert(Transform3D) - Method in class javax.media.j3d.Transform3D
Sets the value of this transform to the inverse of the passed Transform3D parameter.
isBehaviorSchedulerRunning() - Method in class javax.media.j3d.View
Retrieves a flag that indicates whether the behavior scheduler is currently running.