All Packages  Class Hierarchy

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

Index of all Fields and Methods

A

absolute(). Method in class java.vecmath.Tuple2f
Sets each component of this tuple to its absolute value.
absolute(). Method in class java.vecmath.Tuple3d
Sets each component of this tuple to its absolute value.
absolute(). Method in class java.vecmath.Tuple3f
Sets each component of this tuple to its absolute value.
absolute(). Method in class java.vecmath.Tuple4d
Sets each component of this tuple to its absolute value.
absolute(). Method in class java.vecmath.Tuple4f
Sets each component of this tuple to its absolute value.
absolute(Tuple2f). Method in class java.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 java.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 java.vecmath.Tuple3f
Sets each component of the tuple parameter to its absolute value and places the modified values into this tuple.
absolute(Tuple4d). Method in class java.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 java.vecmath.Tuple4f
Sets each component of the tuple parameter to its absolute value and places the modified values into this tuple.
add(GMatrix). Method in class java.vecmath.GMatrix
Sets the value of this matrix to sum of itself and matrix m1.
add(GMatrix, GMatrix). Method in class java.vecmath.GMatrix
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
add(GVector). Method in class java.vecmath.GVector
Sets the value of this vector to sum of itself and the specified vector
add(GVector, GVector). Method in class java.vecmath.GVector
Sets the value of this vector to the vector sum of vectors vector1 and vector2.
add(HiResCoord, HiResCoord). Method in class java.media.j3d.HiResCoord
Adds two HiResCoords placing the results into this HiResCoord.
add(Matrix3d). Method in class java.vecmath.Matrix3d
Sets the value of this matrix to the sum of itself and matrix m1.
add(Matrix3d, Matrix3d). Method in class java.vecmath.Matrix3d
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
add(Matrix3f). Method in class java.vecmath.Matrix3f
Sets the value of this matrix to the matrix sum of itself and matrix m1.
add(Matrix3f, Matrix3f). Method in class java.vecmath.Matrix3f
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
add(Matrix4d). Method in class java.vecmath.Matrix4d
Sets the value of this matrix to sum of itself and matrix m1.
add(Matrix4d, Matrix4d). Method in class java.vecmath.Matrix4d
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
add(Matrix4f). Method in class java.vecmath.Matrix4f
Sets the value of this matrix to the sum of itself and matrix m1.
add(Matrix4f, Matrix4f). Method in class java.vecmath.Matrix4f
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
add(Transform3D). Method in class java.media.j3d.Transform3D
Adds this transform to transform t1 and places the result into this: this = this + t1.
add(Transform3D, Transform3D). Method in class java.media.j3d.Transform3D
Adds transforms t1 and t2 and places the result into this transform.
add(Tuple2f). Method in class java.vecmath.Tuple2f
Sets the value of this tuple to the vector sum of itself and tuple t1.
add(Tuple2f, Tuple2f). Method in class java.vecmath.Tuple2f
Sets the value of this tuple to the vector sum of tuples v1 and v2.
add(Tuple3d). Method in class java.vecmath.Tuple3d
Sets the value of this tuple to the sum of itself and t1.
add(Tuple3d, Tuple3d). Method in class java.vecmath.Tuple3d
Sets the value of this tuple to the sum of tuples t1 and t2.
add(Tuple3f). Method in class java.vecmath.Tuple3f
Sets the value of this tuple to the vector sum of itself and tuple t1.
add(Tuple3f, Tuple3f). Method in class java.vecmath.Tuple3f
Sets the value of this tuple to the vector sum of tuples t1 and t2.
add(Tuple4d). Method in class java.vecmath.Tuple4d
Sets the value of this tuple to the sum of itself and tuple t1.
add(Tuple4d, Tuple4d). Method in class java.vecmath.Tuple4d
Sets the value of this tuple to the tuple sum of tuples t1 and t2.
add(Tuple4f). Method in class java.vecmath.Tuple4f
Sets the value of this tuple to the sum of itself and t1.
add(Tuple4f, Tuple4f). Method in class java.vecmath.Tuple4f
Sets the value of this tuple to the sum of tuples t1 and t2.
addBranchGraph(BranchGroup). Method in class java.media.j3d.Locale
Add a new branch graph rooted at BranchGroup to the list of branch graphs.
addCanvas3D(Canvas3D). Method in class java.media.j3d.View
Adds the given canvas3D at the end of the list.
addChild(Node). Method in class java.media.j3d.Group
Appends the specified child to this node's list of children.
addInputDevice(InputDevice). Method in class java.media.j3d.PhysicalEnvironment
Add an input device to the list of input devices
addLight(Light). Method in class java.media.j3d.GraphicsContext3D
Appends the specified light to this graphics context's list of lights.
addNotify(). Method in class java.media.j3d.Canvas3D
addScope(Group). Method in class java.media.j3d.Fog
Appends the specified scope to this node's list of scopes.
addScope(Group). Method in class java.media.j3d.Light
Appends the specified scope to this node's list of scopes.
addSound(Sound). Method in class java.media.j3d.GraphicsContext3D
Appends the specified sound to this graphics context's list of sounds.
addSwitch(Switch). Method in class java.media.j3d.LOD
Appends the specified switch node to this LOD's list of switches.
AFFINE. Static variable in class java.media.j3d.Transform3D
An affine matrix can translate, rotate, reflect, scale anisotropically, and shear.
ALIGN_CENTER. Static variable in class java.media.j3d.Text3D
alignment: the center of the string is placed on the position point.
ALIGN_FIRST. Static variable in class java.media.j3d.Text3D
alignment: the first character of the string is placed on the position point.
ALIGN_LAST. Static variable in class java.media.j3d.Text3D
alignment: the last character of the string is placed on the position point.
allElements(). Method in class java.media.j3d.WakeupCondition
Returns an enumeration of all WakeupCriterias in this Condition.
allInputDevices(). Method in class java.media.j3d.PhysicalEnvironment
Create an enumerator that produces all available devices
ALLOW_ALIGNMENT_READ. Static variable in class java.media.j3d.Text3D
Specifies that this Text3D object allows reading the text alignment value.
ALLOW_ALIGNMENT_WRITE. Static variable in class java.media.j3d.Text3D
Specifies that this Text3D object allows writing the text alignment value.
ALLOW_ALPHA_TEST_FUNCTION_READ. Static variable in class java.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 java.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 java.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 java.media.j3d.RenderingAttributes
Specifies that this RenderingAttributes object allows writing its alpha test value component information.
ALLOW_ANGULAR_ATTENUATION_READ. Static variable in class java.media.j3d.ConeSound
Specifies that this ConeSound allows access to its object's cone params information.
ALLOW_ANGULAR_ATTENUATION_WRITE. Static variable in class java.media.j3d.ConeSound
Specifies that this ConeSound allows writing to its object's cone params information.
ALLOW_APPEARANCE_READ. Static variable in class java.media.j3d.Morph
Specifies that the node allows read access to its appearance information.
ALLOW_APPEARANCE_READ. Static variable in class java.media.j3d.Shape3D
Specifies that the node allows read access to its appearance information.
ALLOW_APPEARANCE_WRITE. Static variable in class java.media.j3d.Morph
Specifies that the node allows write access to its appearance information.
ALLOW_APPEARANCE_WRITE. Static variable in class java.media.j3d.Shape3D
Specifies that the node allows write access to its appearance information.
ALLOW_APPLICATION_BOUNDS_READ. Static variable in class java.media.j3d.Background
Specifies that the Background allows read access to its application bounds and bounds leaf at runtime.
ALLOW_APPLICATION_BOUNDS_READ. Static variable in class java.media.j3d.Soundscape
For Soundscape component objects, specifies that this object allows read access to its application bounds
ALLOW_APPLICATION_BOUNDS_WRITE. Static variable in class java.media.j3d.Background
Specifies that the Background allows write access to its application bounds and bounds leaf at runtime.
ALLOW_APPLICATION_BOUNDS_WRITE. Static variable in class java.media.j3d.Soundscape
For Soundscape component objects, specifies that this object allows write access to its application bounds
ALLOW_ATTENUATION_READ. Static variable in class java.media.j3d.PointLight
Specifies that this PointLight node allows reading its attenuation information.
ALLOW_ATTENUATION_WRITE. Static variable in class java.media.j3d.PointLight
Specifies that this PointLight node allows writing its attenuation information.
ALLOW_ATTRIBUTE_GAIN_READ. Static variable in class java.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 java.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 java.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 java.media.j3d.Soundscape
For Soundscape component objects, specifies that this object allows the writing of it's aural attribute information
ALLOW_BLEND_COLOR_READ. Static variable in class java.media.j3d.TextureAttributes
Specifies that this TextureAttributes object allows reading its texture blend color component information.
ALLOW_BLEND_COLOR_WRITE. Static variable in class java.media.j3d.TextureAttributes
Specifies that this TextureAttributes object allows writing its texture blend color component information.
ALLOW_BOUNDS_READ. Static variable in class java.media.j3d.Node
Specifies that this Node allows access to its object's bounds information.
ALLOW_BOUNDS_WRITE. Static variable in class java.media.j3d.Node
Specifies that this Node allows writing to its object's bounds information.
ALLOW_CACHE_READ. Static variable in class java.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 java.media.j3d.MediaContainer
For MediaContainer component objects, specifies that this object allows the writing of its cached flag.
ALLOW_CHILDREN_EXTEND. Static variable in class java.media.j3d.Group
Specifies that this Group node allows adding new children.
ALLOW_CHILDREN_READ. Static variable in class java.media.j3d.Group
Specifies that this Group node allows reading its children.
ALLOW_CHILDREN_WRITE. Static variable in class java.media.j3d.Group
Specifies that this Group node allows writing its children.
ALLOW_COLLISION_BOUNDS_READ. Static variable in class java.media.j3d.Group
Specifies that this Group node allows reading its collision Bounds
ALLOW_COLLISION_BOUNDS_READ. Static variable in class java.media.j3d.Morph
Specifies that the node allows reading its collision Bounds
ALLOW_COLLISION_BOUNDS_READ. Static variable in class java.media.j3d.Shape3D
Specifies that the node allows reading its collision Bounds
ALLOW_COLLISION_BOUNDS_WRITE. Static variable in class java.media.j3d.Group
Specifies that this Group node allows writing its collision Bounds
ALLOW_COLLISION_BOUNDS_WRITE. Static variable in class java.media.j3d.Morph
Specifies the node allows writing its collision Bounds
ALLOW_COLLISION_BOUNDS_WRITE. Static variable in class java.media.j3d.Shape3D
Specifies the node allows writing its collision Bounds
ALLOW_COLOR_INDEX_READ. Static variable in class java.media.j3d.IndexedGeometryArray
Specifies that this IndexedGeometryArray allows reading the array of color indices.
ALLOW_COLOR_INDEX_WRITE. Static variable in class java.media.j3d.IndexedGeometryArray
Specifies that this IndexedGeometryArray allows writing the array of color indices.
ALLOW_COLOR_READ. Static variable in class java.media.j3d.Background
Specifies that the Background allows read access to its color at runtime.
ALLOW_COLOR_READ. Static variable in class java.media.j3d.ColoringAttributes
Specifies that this ColoringAttributes object allows reading its color component information.
ALLOW_COLOR_READ. Static variable in class java.media.j3d.Fog
Specifies that this Fog node allows read access to its color information.
ALLOW_COLOR_READ. Static variable in class java.media.j3d.GeometryArray
Specifies that this GeometryArray allows reading the array of colors.
ALLOW_COLOR_READ. Static variable in class java.media.j3d.Light
Specifies that this Light allows read access to its color information at runtime.
ALLOW_COLOR_WRITE. Static variable in class java.media.j3d.Background
Specifies that the Background allows write access to its color at runtime.
ALLOW_COLOR_WRITE. Static variable in class java.media.j3d.ColoringAttributes
Specifies that this ColoringAttributes object allows writing its color component information.
ALLOW_COLOR_WRITE. Static variable in class java.media.j3d.Fog
Specifies that this Fog node allows write access to its color information.
ALLOW_COLOR_WRITE. Static variable in class java.media.j3d.GeometryArray
Specifies that this GeometryArray allows writing the array of colors.
ALLOW_COLOR_WRITE. Static variable in class java.media.j3d.Light
Specifies that this Light allows write access to its color information at runtime.
ALLOW_COLORING_ATTRIBUTES_READ. Static variable in class java.media.j3d.Appearance
Specifies that this Appearance object allows reading its coloringAttributes component information.
ALLOW_COLORING_ATTRIBUTES_WRITE. Static variable in class java.media.j3d.Appearance
Specifies that this Appearance object allows writing its coloringAttribues component informationt.
ALLOW_COMPONENT_READ. Static variable in class java.media.j3d.Material
For material object, specifies that Material allows reading individual component field information.
ALLOW_COMPONENT_WRITE. Static variable in class java.media.j3d.Material
For material object, specifies that Material allows reading individual component field information.
ALLOW_CONCENTRATION_READ. Static variable in class java.media.j3d.SpotLight
Specifies that the Node allows reading to its spot lights concentration information.
ALLOW_CONCENTRATION_WRITE. Static variable in class java.media.j3d.SpotLight
Specifies that the Node allows writing to its spot lights concentration information.
ALLOW_CONT_PLAY_READ. Static variable in class java.media.j3d.Sound
Specifies that this node allows access to its object's continuous play information.
ALLOW_CONT_PLAY_WRITE. Static variable in class java.media.j3d.Sound
Specifies that this node allows writing to its object's continuous play information.
ALLOW_COORDINATE_INDEX_READ. Static variable in class java.media.j3d.IndexedGeometryArray
Specifies that this IndexedGeometryArray allows reading the array of coordinate indices.
ALLOW_COORDINATE_INDEX_WRITE. Static variable in class java.media.j3d.IndexedGeometryArray
Specifies that this IndexedGeometryArray allows writing the array of coordinate indices.
ALLOW_COORDINATE_READ. Static variable in class java.media.j3d.GeometryArray
Specifies that this GeometryArray allows reading the array of coordinates.
ALLOW_COORDINATE_WRITE. Static variable in class java.media.j3d.GeometryArray
Specifies that this GeometryArray allows writing the array of coordinates.
ALLOW_DENSITY_READ. Static variable in class java.media.j3d.ExponentialFog
Specifies that this ExponentialFog node allows read access to its density information.
ALLOW_DENSITY_WRITE. Static variable in class java.media.j3d.ExponentialFog
Specifies that this ExponentialFog node allows write access to its density information.
ALLOW_DETACH. Static variable in class java.media.j3d.BranchGroup
For BranchGroup nodes, specifies that this BranchGroup allows detaching from its parent.
ALLOW_DIRECTION_READ. Static variable in class java.media.j3d.ConeSound
Specifies that this ConeSound allows access to its object's direction information.
ALLOW_DIRECTION_READ. Static variable in class java.media.j3d.DirectionalLight
Specifies that the Node allows access to its object's direction information.
ALLOW_DIRECTION_READ. Static variable in class java.media.j3d.SpotLight
Specifies that the Node allows reading to its spot lights direction information.
ALLOW_DIRECTION_WRITE. Static variable in class java.media.j3d.ConeSound
Specifies that this ConeSound allows writing to its object's direction information.
ALLOW_DIRECTION_WRITE. Static variable in class java.media.j3d.DirectionalLight
Specifies that the Node allows writing to its object's direction information.
ALLOW_DIRECTION_WRITE. Static variable in class java.media.j3d.SpotLight
Specifies that the Node allows writing to its spot lights direction information.
ALLOW_DISTANCE_FILTER_READ. Static variable in class java.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 java.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 java.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 java.media.j3d.PointSound
Specifies that this node allows writing to its object's distance gain attenuation information.
ALLOW_DISTANCE_READ. Static variable in class java.media.j3d.LinearFog
Specifies that this LinearFog node allows read access to its distance information.
ALLOW_DISTANCE_WRITE. Static variable in class java.media.j3d.LinearFog
Specifies that this LinearFog node allows write access to its distance information.
ALLOW_DOPPLER_SCALE_FACTOR_READ. Static variable in class java.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the reading of it's Doppler scale factor information.
ALLOW_DOPPLER_SCALE_FACTOR_WRITE. Static variable in class java.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the writing of it's Doppler scale factor information.
ALLOW_DOPPLER_VELOCITY_READ. Static variable in class java.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the reading of it's Doppler velocity information.
ALLOW_DOPPLER_VELOCITY_WRITE. Static variable in class java.media.j3d.AuralAttributes
For AuralAttributes component objects, specifies that this object allows the writing of it's Doppler velocity information.
ALLOW_DURATION_READ. Static variable in class java.media.j3d.Sound
Specifies that this node allows access to its object's sound duration information.
ALLOW_FONT3D_READ. Static variable in class java.media.j3d.Text3D
Specifies that this Text3D object allows reading the Font3D component information.
ALLOW_FONT3D_WRITE. Static variable in class java.media.j3d.Text3D
Specifies that this Text3D object allows writing the Font3D component information.
ALLOW_GEOMETRY_READ. Static variable in class java.media.j3d.Background
Specifies that the Background allows read access to its background geometry at runtime.
ALLOW_GEOMETRY_READ. Static variable in class java.media.j3d.Shape3D
Specifies that the node allows read access to its geometry information.
ALLOW_GEOMETRY_WRITE. Static variable in class java.media.j3d.Background
Specifies that the Background allows write access to its background geometry at runtime.
ALLOW_GEOMETRY_WRITE. Static variable in class java.media.j3d.Shape3D
Specifies that the node allows write access to its geometry information.
ALLOW_GEOSET_READ. Static variable in class java.media.j3d.Morph
Specifies that the node allows read access to its geometry information.
ALLOW_GEOSET_WRITE. Static variable in class java.media.j3d.Morph
Specifies that the node allows write access to its geometry information.
ALLOW_IMAGE_READ. Static variable in class java.media.j3d.Background
Specifies that the Background allows read access to its image at runtime.
ALLOW_IMAGE_WRITE. Static variable in class java.media.j3d.Background
Specifies that the Background allows write access to its image at runtime.
ALLOW_INFLUENCING_BOUNDS_READ. Static variable in class java.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 java.media.j3d.Light
Specifies that this Light allows read access to its influencing bounds and bounds leaf information.
ALLOW_INFLUENCING_BOUNDS_WRITE. Static variable in class java.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 java.media.j3d.Light
Specifies that this Light allows write access to its influencing bounds and bounds leaf information.
ALLOW_INITIAL_GAIN_READ. Static variable in class java.media.j3d.Sound
Specifies that this node allows access to its object's initial gain information.
ALLOW_INITIAL_GAIN_WRITE. Static variable in class java.media.j3d.Sound
Specifies that this node allows writing to its object's initial gain information.
ALLOW_IS_PLAYING_READ. Static variable in class java.media.j3d.Sound
Specifies that this node allows access to its object's sound playing information.
ALLOW_LINE_ATTRIBUTES_READ. Static variable in class java.media.j3d.Appearance
Specifies that this Appearance object allows reading its line component information.
ALLOW_LINE_ATTRIBUTES_WRITE. Static variable in class java.media.j3d.Appearance
Specifies that this Appearance object allows writing its line component information.
ALLOW_LOOP_READ. Static variable in class java.media.j3d.Sound
Specifies that this node allows access to its object's loop information.
ALLOW_LOOP_WRITE. Static variable in class java.media.j3d.Sound
Specifies that this node allows writing to its object's loop information.
ALLOW_MATERIAL_READ. Static variable in class java.media.j3d.Appearance
Specifies that this Appearance object allows reading its material component information.
ALLOW_MATERIAL_WRITE. Static variable in class java.media.j3d.Appearance
Specifies that this Appearance object allows writing its material component information.
ALLOW_MODE_READ. Static variable in class java.media.j3d.TextureAttributes
Specifies that this TextureAttributes object allows reading its texture mode component information and perspective correction mode.
ALLOW_MODE_READ. Static variable in class java.media.j3d.TransparencyAttributes
Specifies that this TransparencyAttributes object allows reading its transparency mode component information.
ALLOW_MODE_WRITE. Static variable in class java.media.j3d.TextureAttributes
Specifies that this TextureAttributes object allows writing its texture mode component information and perspective correction mode.
ALLOW_MODE_WRITE. Static variable in class java.media.j3d.TransparencyAttributes
Specifies that this TransparencyAttributes object allows writing its transparency mode component information.
ALLOW_NORMAL_INDEX_READ. Static variable in class java.media.j3d.IndexedGeometryArray
Specifies that this IndexedGeometryArray allows reading the array of normal indices.
ALLOW_NORMAL_INDEX_WRITE. Static variable in class java.media.j3d.IndexedGeometryArray
Specifies that this IndexedGeometryArray allows writing the array of normal indices.
ALLOW_NORMAL_READ. Static variable in class java.media.j3d.GeometryArray
Specifies that this GeometryArray allows reading the array of normals.
ALLOW_NORMAL_WRITE. Static variable in class java.media.j3d.GeometryArray
Specifies that this GeometryArray allows writing the array of normals.
ALLOW_PATH_READ. Static variable in class java.media.j3d.Text3D
Specifies that this Text3D object allows reading the text path value.
ALLOW_PATH_WRITE. Static variable in class java.media.j3d.Text3D
Specifies that this Text3D object allows writing the text path value.
ALLOW_PICK. Static variable in class java.media.j3d.Node
Specifies that this Node is pickable.
ALLOW_POINT_ATTRIBUTES_READ. Static variable in class java.media.j3d.Appearance
Specifies that this Appearance object allows reading its point component information.
ALLOW_POINT_ATTRIBUTES_WRITE. Static variable in class java.media.j3d.Appearance
Specifies that this Appearance object allows writing its point component information.
ALLOW_POLICY_READ. Static variable in class java.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 java.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 java.media.j3d.Appearance
Specifies that this Appearance object allows reading its polygon component information.
ALLOW_POLYGON_ATTRIBUTES_WRITE. Static variable in class java.media.j3d.Appearance
Specifies that this Appearance object allows writing its polygon component information.
ALLOW_POSITION_READ. Static variable in class java.media.j3d.PointLight
Specifies that this PointLight node allows reading its position information.
ALLOW_POSITION_READ. Static variable in class java.media.j3d.PointSound
Specifies that this node allows access to its object's position information.
ALLOW_POSITION_READ. Static variable in class java.media.j3d.Text3D
Specifies that this Text3D object allows reading the text position value.
ALLOW_POSITION_WRITE. Static variable in class java.media.j3d.PointLight
Specifies that this PointLight node allows writing its position information.
ALLOW_POSITION_WRITE. Static variable in class java.media.j3d.PointSound
Specifies that this node allows writing to its object's position information.
ALLOW_POSITION_WRITE. Static variable in class java.media.j3d.Text3D
Specifies that this Text3D object allows writing the text position value.
ALLOW_REFLECTION_COEFFICIENT_READ. Static variable in class java.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 java.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 java.media.j3d.BoundingLeaf
Specifies that this BoundingLeaf node allows read access to its bounding region object.
ALLOW_REGION_WRITE. Static variable in class java.media.j3d.BoundingLeaf
Specifies that this BoundingLeaf node allows write access to its bounding region object.
ALLOW_RELEASE_READ. Static variable in class java.media.j3d.Sound
Specifies that this node allows access to its object's release flag information.
ALLOW_RELEASE_WRITE. Static variable in class java.media.j3d.Sound
Specifies that this node allows writing to its object's release flag information.
ALLOW_RENDERING_ATTRIBUTES_READ. Static variable in class java.media.j3d.Appearance
Specifies that this Appearance object allows reading its rendering/rasterization component information.
ALLOW_RENDERING_ATTRIBUTES_WRITE. Static variable in class java.media.j3d.Appearance
Specifies that this Appearance object allows writing its rendering/rasterization component information.
ALLOW_REVERB_DELAY_READ. Static variable in class java.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 java.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 java.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 java.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 java.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 java.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 java.media.j3d.Sound
Specifies that this node allows read access to its scheduling bounds information.
ALLOW_SCHEDULING_BOUNDS_WRITE. Static variable in class java.media.j3d.Sound
Specifies that this node allows write access to its scheduling bounds information.
ALLOW_SHADE_MODEL_READ. Static variable in class java.media.j3d.ColoringAttributes
Specifies that this ColoringAttributes object allows reading its shade model component information.
ALLOW_SHADE_MODEL_WRITE. Static variable in class java.media.j3d.ColoringAttributes
Specifies that this ColoringAttributes object allows writing its shade model component information.
ALLOW_SHARED_GROUP_READ. Static variable in class java.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 java.media.j3d.Link
For Link nodes, specifies that the node allows writing its object's SharedGroup information.
ALLOW_SOUND_DATA_READ. Static variable in class java.media.j3d.Sound
Specifies that this node allows access to its object's sound data information.
ALLOW_SOUND_DATA_WRITE. Static variable in class java.media.j3d.Sound
Specifies that this node allows writing to its object's sound data information.
ALLOW_SOUND_ON_READ. Static variable in class java.media.j3d.Sound
Specifies that this node allows access to its object's sound on information.
ALLOW_SOUND_ON_WRITE. Static variable in class java.media.j3d.Sound
Specifies that this node allows writing to its object's sound on information.
ALLOW_SPREAD_ANGLE_READ. Static variable in class java.media.j3d.SpotLight
Specifies that the Node allows reading to its spot lights spread angle information.
ALLOW_SPREAD_ANGLE_WRITE. Static variable in class java.media.j3d.SpotLight
Specifies that the Node allows writing to its spot lights spread angle information.
ALLOW_SQUASH_READ. Static variable in class java.media.j3d.Morph
Specifies that the node allows read access to its squash information.
ALLOW_SQUASH_READ. Static variable in class java.media.j3d.Shape3D
Specifies that the node allows read access to its squash information.
ALLOW_SQUASH_WRITE. Static variable in class java.media.j3d.Morph
Specifies that the node allows write access to its squash information.
ALLOW_SQUASH_WRITE. Static variable in class java.media.j3d.Shape3D
Specifies that the node allows write access to its squash information.
ALLOW_STATE_READ. Static variable in class java.media.j3d.Light
Specifies that this Light allows read access to its current state information at runtime.
ALLOW_STATE_WRITE. Static variable in class java.media.j3d.Light
Specifies that this Light allows write access to its current state information at runtime.
ALLOW_STRING_READ. Static variable in class java.media.j3d.Text3D
Specifies that this Text3D object allows reading the String object.
ALLOW_STRING_WRITE. Static variable in class java.media.j3d.Text3D
Specifies that this Text3D object allows writing the String object.
ALLOW_SWITCH_READ. Static variable in class java.media.j3d.Switch
For Switch nodes, specifies that the node allows reading its switch value.
ALLOW_SWITCH_WRITE. Static variable in class java.media.j3d.Switch
For Switch nodes, specifies that the node allows writing its switch value.
ALLOW_TEXCOORD_INDEX_READ. Static variable in class java.media.j3d.IndexedGeometryArray
Specifies that this IndexedGeometryArray allows reading the array of texture coordinate indices.
ALLOW_TEXCOORD_INDEX_WRITE. Static variable in class java.media.j3d.IndexedGeometryArray
Specifies that this IndexedGeometryArray allows writing the array of texture coordinate indices.
ALLOW_TEXCOORD_READ. Static variable in class java.media.j3d.GeometryArray
Specifies that this GeometryArray allows reading the array of texture coordinates.
ALLOW_TEXCOORD_WRITE. Static variable in class java.media.j3d.GeometryArray
Specifies that this GeometryArray allows writing the array of texture coordinates.
ALLOW_TEXGEN_READ. Static variable in class java.media.j3d.Appearance
Specifies that this Appearance object allows reading its texture coordinate generation component information.
ALLOW_TEXGEN_WRITE. Static variable in class java.media.j3d.Appearance
Specifies that this Appearance object allows writing its texture coordinate generation component information.
ALLOW_TEXTURE_ATTRIBUTES_READ. Static variable in class java.media.j3d.Appearance
Specifies that this Appearance object allows reading its textureAttributes component information.
ALLOW_TEXTURE_ATTRIBUTES_WRITE. Static variable in class java.media.j3d.Appearance
Specifies that this Appearance object allows writing its textureAttribues component informationt.
ALLOW_TEXTURE_READ. Static variable in class java.media.j3d.Appearance
Specifies that this Appearance object allows reading its texture component information.
ALLOW_TEXTURE_WRITE. Static variable in class java.media.j3d.Appearance
Specifies that this Appearance object allows writing its texture component information.
ALLOW_TRANSFORM_READ. Static variable in class java.media.j3d.Squash
Specifies that the object allows read access to its transform information.
ALLOW_TRANSFORM_READ. Static variable in class java.media.j3d.TextureAttributes
Specifies that this TextureAttributes object allows reading its texture transform component information.
ALLOW_TRANSFORM_READ. Static variable in class java.media.j3d.TransformGroup
Specifies that the node allows access to its object's transform information.
ALLOW_TRANSFORM_WRITE. Static variable in class java.media.j3d.Squash
Specifies that the object allows write access to its transform information.
ALLOW_TRANSFORM_WRITE. Static variable in class java.media.j3d.TextureAttributes
Specifies that this TextureAttributes object allows writing its texture transform component information.
ALLOW_TRANSFORM_WRITE. Static variable in class java.media.j3d.TransformGroup
Specifies that the node allows writing its object's transform information.
ALLOW_TRANSPARENCY_ATTRIBUTES_READ. Static variable in class java.media.j3d.Appearance
Specifies that this Appearance object allows reading its transparency component information.
ALLOW_TRANSPARENCY_ATTRIBUTES_WRITE. Static variable in class java.media.j3d.Appearance
Specifies that this Appearance object allows writing its transparency component information.
ALLOW_URL_READ. Static variable in class java.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 java.media.j3d.MediaContainer
For MediaContainer component objects, specifies that this object allows the writing of it's URL String.
ALLOW_VALUE_READ. Static variable in class java.media.j3d.TransparencyAttributes
Specifies that this TransparencyAttributes object allows reading its transparency value.
ALLOW_VALUE_WRITE. Static variable in class java.media.j3d.TransparencyAttributes
Specifies that this TransparencyAttributes object allows writing its transparency value.
ALLOW_WEIGHTS_READ. Static variable in class java.media.j3d.Morph
Specifies that the node allows read access to its morph weight vector.
ALLOW_WEIGHTS_WRITE. Static variable in class java.media.j3d.Morph
Specifies that the node allows write access to its morph weight vector.
ALPHA. Static variable in class java.media.j3d.Texture
Specifies Texture contains only Alpha values.
Alpha(int, int, long, long, long, long, long, long, long, long). Constructor for class java.media.j3d.Alpha
Constructs a new Alpha object using the specified parameters.
ALWAYS. Static variable in class java.media.j3d.RenderingAttributes
Indicates pixels are always drawn irrespective of alpha value.
AmbientLight(). Constructor for class java.media.j3d.AmbientLight
Constructs and initializes an ambient light using default parameters.
AmbientLight(boolean, Color3f). Constructor for class java.media.j3d.AmbientLight
Constructs and initializes an ambient light using the specified parameters.
AmbientLight(Color3f). Constructor for class java.media.j3d.AmbientLight
Constructs and initializes an ambient light using the specified parameters.
angle. Variable in class java.vecmath.AxisAngle4d
The angle
angle. Variable in class java.vecmath.AxisAngle4f
The angle of rotation in radians.
angle(GVector). Method in class java.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(Vector2f). Method in class java.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 java.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 java.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 java.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 java.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(). Constructor for class java.media.j3d.Appearance
Constructs an Appearance component object using defaults for all state variables.
arrayLengths(). Method in class java.media.j3d.PositionPathInterpolator
Retrieves the length of the knots and positions arrays
arrayLengths(). Method in class java.media.j3d.RotationPathInterpolator
Retrieves the length of the knots and positions arrays
arrayLengths(). Method in class java.media.j3d.RotPosPathInterpolator
Retrieves the length of the knots, positions, and quats arrays
arrayLengths(). Method in class java.media.j3d.RotPosScalePathInterpolator
Retrieves the length of the knots, positions, quats, and scales arrays
attachViewPlatform(ViewPlatform). Method in class java.media.j3d.View
Attach viewPlatform structure to this view.
AuralAttributes(). Constructor for class java.media.j3d.AuralAttributes
Constructs and initializes a new AuralAttributes object using defaults for all parameters.
AuralAttributes(float, float, float, float, int, float[], float[], float, float). Constructor for class java.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 java.media.j3d.AuralAttributes
Constructs and initializes a new AuralAttributes object using specified parameters including a array of Point2f for the distanceFilter
AxisAngle4d(). Constructor for class java.vecmath.AxisAngle4d
Constructs and initializes an AxisAngle4d to (0,0,0,0).
AxisAngle4d(AxisAngle4d). Constructor for class java.vecmath.AxisAngle4d
Constructs and initializes an AxisAngle4d from the specified AxisAngle4d.
AxisAngle4d(AxisAngle4f). Constructor for class java.vecmath.AxisAngle4d
Constructs and initializes an AxisAngle4d from the specified AxisAngle4f.
AxisAngle4d(double, double, double, double). Constructor for class java.vecmath.AxisAngle4d
Constructs and initializes an AxisAngle4d from the specified x, y, z, and angle.
AxisAngle4d(double[]). Constructor for class java.vecmath.AxisAngle4d
Constructs and initializes an AxisAngle4d from the components contained in the array.
AxisAngle4f(). Constructor for class java.vecmath.AxisAngle4f
Constructs and initializes an AxisAngle4f to (0,0,0,0).
AxisAngle4f(AxisAngle4d). Constructor for class java.vecmath.AxisAngle4f
Constructs and initializes an AxisAngle4f from the specified AxisAngle4d.
AxisAngle4f(AxisAngle4f). Constructor for class java.vecmath.AxisAngle4f
Constructs and initializes an AxisAngle4f from the specified AxisAngle4f.
AxisAngle4f(float, float, float, float). Constructor for class java.vecmath.AxisAngle4f
Constructs and initializes a AxisAngle4f from the specified xyzw coordinates.
AxisAngle4f(float[]). Constructor for class java.vecmath.AxisAngle4f
Constructs and initializes an AxisAngle4f from the array of length 4.

B

Background(). Constructor for class java.media.j3d.Background
Constructs a Background node with a default color (black).
Background(Color3f). Constructor for class java.media.j3d.Background
Constructs a Background node with the specified color.
Background(float, float, float). Constructor for class java.media.j3d.Background
Constructs a Background node with the specified color.
Background(PixelArray2D). Constructor for class java.media.j3d.Background
Constructs a Background node with the specified image.
BackgroundSound(). Constructor for class java.media.j3d.BackgroundSound
BadTransformException(). Constructor for class java.media.j3d.BadTransformException
Create the exception object with default values..
BadTransformException(String). Constructor for class java.media.j3d.BadTransformException
Create the exception object that outputs message.
BASE_LEVEL. Static variable in class java.media.j3d.Texture
Indicates that Texture object only has one level.
BASE_LEVEL_LINEAR. Static variable in class java.media.j3d.Texture
Performs bilinear interpolation on the four nearest texels in level 0 texture map.
BASE_LEVEL_POINT. Static variable in class java.media.j3d.Texture
Select the nearest texel in level 0 texture map.
Behavior(). Constructor for class java.media.j3d.Behavior
Billboard(). Constructor for class java.media.j3d.Billboard
Constructs a Billboard node with default parameters.
Billboard(TransformGroup). Constructor for class java.media.j3d.Billboard
Constructs a Billboard node with default parameters that operates on the specified TransformGroup node.
Billboard(TransformGroup, int, Vector3f). Constructor for class java.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 java.media.j3d.TextureAttributes
Blend the texture blend color with the object color.
BLENDED. Static variable in class java.media.j3d.TransparencyAttributes
Use alpha blended transparency.
BoundingBox(). Constructor for class java.media.j3d.BoundingBox
Constructs and initializes a cube where -1 <= x,y,z <= 1.
BoundingBox(Bounds). Constructor for class java.media.j3d.BoundingBox
Constructs a BoundingBox from a bounding object.
BoundingBox(Bounds[]). Constructor for class java.media.j3d.BoundingBox
Constructs a BoundingBox from an array of bounding objects.
BoundingBox(Point3d, Point3d). Constructor for class java.media.j3d.BoundingBox
Constructs and initializes a BoundingBox given min,max in x,y,z.
BoundingLeaf(). Constructor for class java.media.j3d.BoundingLeaf
Constructs a BoundingLeaf node with a unit sphere region object.
BoundingLeaf(Bounds). Constructor for class java.media.j3d.BoundingLeaf
Constructs a BoundingLeaf node with the specified bounding region.
BoundingPolytope(). Constructor for class java.media.j3d.BoundingPolytope
Constructs a BoundingPolytope and initializes it to a cube where -1 <= x,y,z <= 1
BoundingPolytope(Bounds). Constructor for class java.media.j3d.BoundingPolytope
Constructs a BoundingPolytope from a bounds object.
BoundingPolytope(Bounds[]). Constructor for class java.media.j3d.BoundingPolytope
Constructs a BoundingPolytope from an array of bounds objects.
BoundingPolytope(Vector4d[]). Constructor for class java.media.j3d.BoundingPolytope
Constructs and initializes a BoundingPolytope from an array of bounding planes.
BoundingSphere(). Constructor for class java.media.j3d.BoundingSphere
Constructs and initializes a BoundingSphere with radius = 1 at 0 0 0.
BoundingSphere(Bounds). Constructor for class java.media.j3d.BoundingSphere
Constructs and a BoundingSphere from a bounding object.
BoundingSphere(Bounds[]). Constructor for class java.media.j3d.BoundingSphere
Constructs and a BoundingSphere from an array of bounding objects.
BoundingSphere(Point3d, double). Constructor for class java.media.j3d.BoundingSphere
Constructs and initializes a BoundingSphere from a center and radius.
Bounds(). Constructor for class java.media.j3d.Bounds
BranchGroup(). Constructor for class java.media.j3d.BranchGroup
bufferDataPresent. Variable in class java.media.j3d.CompressedGeometryHeader
Notifies that the given data type is present in the compressed geometry buffer before any geometric data.
bufferType. Variable in class java.media.j3d.CompressedGeometryHeader
Describes the type of data in the compressed geometry buffer.

C

Canvas3D(). Constructor for class java.media.j3d.Canvas3D
Constructs and initializes a new Canvas3D object that Java 3D can render into.
CapabilityNotSetException(). Constructor for class java.media.j3d.CapabilityNotSetException
Create the exception object with default values..
CapabilityNotSetException(String). Constructor for class java.media.j3d.CapabilityNotSetException
Create the exception object that outputs message.
CHILD_ALL. Static variable in class java.media.j3d.Switch
CHILD_MASK. Static variable in class java.media.j3d.Switch
CHILD_NONE. Static variable in class java.media.j3d.Switch
These values are used to determine which children are selected for rendering.
CLAMP. Static variable in class java.media.j3d.Texture
Clamps texture coordinates to be in the range [0, 1].
clamp(float, float). Method in class java.vecmath.Tuple2f
Clamps this tuple to the range [low, high].
clamp(float, float). Method in class java.vecmath.Tuple3d
Clamps this tuple to the range [low, high].
clamp(float, float). Method in class java.vecmath.Tuple3f
Clamps this tuple to the range [low, high].
clamp(float, float). Method in class java.vecmath.Tuple4d
Clamps this tuple to the range [low, high].
clamp(float, float). Method in class java.vecmath.Tuple4f
Clamps this tuple to the range [low, high].
clamp(float, float, Tuple2f). Method in class java.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 java.vecmath.Tuple3d
Clamps the tuple parameter to the range [low, high] and places the values into this tuple.
clamp(float, float, Tuple3f). Method in class java.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 java.vecmath.Tuple4d
Clamps the tuple parameter to the range [low, high] and places the values into this tuple.
clamp(float, float, Tuple4f). Method in class java.vecmath.Tuple4f
Clamps the tuple parameter to the range [low, high] and places the values into this tuple.
clampMax(float). Method in class java.vecmath.Tuple2f
Clamps the maximum value of this tuple to the max parameter.
clampMax(float). Method in class java.vecmath.Tuple3d
Clamps the maximum value of this tuple to the max parameter.
clampMax(float). Method in class java.vecmath.Tuple3f
Clamps the maximum value of this tuple to the max parameter.
clampMax(float). Method in class java.vecmath.Tuple4d
Clamps the maximum value of this tuple to the max parameter.
clampMax(float). Method in class java.vecmath.Tuple4f
Clamps the maximum value of this tuple to the max parameter.
clampMax(float, Tuple2f). Method in class java.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 java.vecmath.Tuple3d
Clamps the maximum value of the tuple parameter to the max parameter and places the values into this tuple.
clampMax(float, Tuple3f). Method in class java.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 java.vecmath.Tuple4d
Clamps the maximum value of the tuple parameter to the max parameter and places the values into this tuple.
clampMax(float, Tuple4f). Method in class java.vecmath.Tuple4f
Clamps the maximum value of the tuple parameter to the max parameter and places the values into this tuple.
clampMin(float). Method in class java.vecmath.Tuple2f
Clamps the minimum value of this tuple to the min parameter.
clampMin(float). Method in class java.vecmath.Tuple3d
Clamps the minimum value of this tuple to the min parameter.
clampMin(float). Method in class java.vecmath.Tuple3f
Clamps the minimum value of this tuple to the min parameter.
clampMin(float). Method in class java.vecmath.Tuple4d
Clamps the minimum value of this tuple to the min parameter.
clampMin(float). Method in class java.vecmath.Tuple4f
Clamps the minimum value of this tuple to the min parameter.
clampMin(float, Tuple2f). Method in class java.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 java.vecmath.Tuple3d
Clamps the minimum value of the tuple parameter to the min parameter and places the values into this tuple.
clampMin(float, Tuple3f). Method in class java.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 java.vecmath.Tuple4d
Clamps the minimum value of the tuple parameter to the min parameter and places the values into this tuple.
clampMin(float, Tuple4f). Method in class java.vecmath.Tuple4f
Clamps the minimum value of the tuple parameter to the min parameter and places the values into this tuple.
clear(). Method in class java.media.j3d.GraphicsContext3D
Clear the Canvas3D to the color or image specified by the current background node.
clearCapability(int). Method in class java.media.j3d.SceneGraphObject
Clear the specified capability bit.
Clip(float). Constructor for class java.media.j3d.Clip
Constructs a Clip node with the specified back clipping distance.
clone(). Method in class java.media.j3d.BoundingBox
Creates a copy of this bounding box.
clone(). Method in class java.media.j3d.BoundingPolytope
Creates a copy of a polytope
clone(). Method in class java.media.j3d.BoundingSphere
Creates a copy of the bounding sphere
clone(). Method in class java.media.j3d.Bounds
cloneNode(boolean). Method in class java.media.j3d.Group
Used to create a new instance of the node.
cloneNode(boolean). Method in class java.media.j3d.Node
Used to create a new instance of the node.
cloneNode(boolean). Method in class java.media.j3d.Shape3D
Used to create a new instance of the node.
cloneNodeComponent(). Method in class java.media.j3d.Appearance
Creates a new Appearance object.
cloneNodeComponent(). Method in class java.media.j3d.ColoringAttributes
Creates a new ColoringAttributes object.
cloneNodeComponent(). Method in class java.media.j3d.NodeComponent
Used to create a new instance of a NodeComponent object.
cloneTree(). Method in class java.media.j3d.Node
Duplicates all the nodes of the specified sub-graph.
cloneTree(boolean). Method in class java.media.j3d.Node
Duplicates all the nodes of the specified sub-graph.
cloneTree(boolean, boolean). Method in class java.media.j3d.Group
Duplicates all the nodes of the specified sub-graph.
cloneTree(boolean, boolean). Method in class java.media.j3d.Leaf
Duplicates all the nodes of the specified sub-graph.
cloneTree(boolean, boolean). Method in class java.media.j3d.Node
Duplicates all the nodes of the specified sub-graph.
Color3b(). Constructor for class java.vecmath.Color3b
Constructs and initializes a Color3b to (0,0,0).
Color3b(byte, byte, byte). Constructor for class java.vecmath.Color3b
Constructs and initializes a Color3b from the specified three values.
Color3b(byte[]). Constructor for class java.vecmath.Color3b
Constructs and initializes a Color3b from input array of length 3.
Color3b(Color3b). Constructor for class java.vecmath.Color3b
Constructs and initializes a Color3b from the specified Color3b.
Color3f(). Constructor for class java.vecmath.Color3f
Constructs and initializes a Vec3f to (0,0,0).
Color3f(Color3f). Constructor for class java.vecmath.Color3f
Constructs and initializes a Vec3f from the specified Vec3f.
Color3f(float, float, float). Constructor for class java.vecmath.Color3f
Constructs and initializes a Vec3f from the specified xyz coordinates.
Color3f(float[]). Constructor for class java.vecmath.Color3f
Constructs and initializes a Vec3f from the array of length 3.
Color4b(). Constructor for class java.vecmath.Color4b
Constructs and initializes a Color4b to (0,0,0,0).
Color4b(byte, byte, byte, byte). Constructor for class java.vecmath.Color4b
Constructs and initializes a Color4b from the specified four values.
Color4b(byte[]). Constructor for class java.vecmath.Color4b
Constructs and initializes a Color4b from the array of length 4.
Color4b(Color4b). Constructor for class java.vecmath.Color4b
Constructs and initializes a Color4b from the specified Color4b.
Color4f(). Constructor for class java.vecmath.Color4f
Constructs and initializes a Color4f to (0,0,0,0).
Color4f(Color4f). Constructor for class java.vecmath.Color4f
Constructs and initializes a Color4f from the specified Color4f.
Color4f(float, float, float, float). Constructor for class java.vecmath.Color4f
Constructs and initializes a Color4f from the specified xyzw coordinates.
Color4f(float[]). Constructor for class java.vecmath.Color4f
Constructs and initializes a Color4f from the array of length 4.
COLOR_3. Static variable in class java.media.j3d.GeometryArray
Specifies that this GeometryArray contains an array of colors without alpha.
COLOR_4. Static variable in class java.media.j3d.GeometryArray
Specifies that this GeometryArray contains an array of colors with alpha.
COLOR_ALPHA_IN_BUFFER. Static variable in class java.media.j3d.CompressedGeometryHeader
bufferDataPresent: Alpha color information is initialized in the compressed geometry buffer.
COLOR_IN_BUFFER. Static variable in class java.media.j3d.CompressedGeometryHeader
bufferDataPresent: RGB color information is initialized in the compressed geometry buffer.
ColoringAttributes(). Constructor for class java.media.j3d.ColoringAttributes
Construct ColoringAttributes object with default values.
ColoringAttributes(Color3f, int). Constructor for class java.media.j3d.ColoringAttributes
Construct ColoringAttributes object with specified values.
ColoringAttributes(float, float, float, int). Constructor for class java.media.j3d.ColoringAttributes
Construct ColoringAttributes object with specified values.
ColorInterpolator(Alpha, Material). Constructor for class java.media.j3d.ColorInterpolator
Constructs a trivial color interpolator with a specified target a startColor of black, an end color of white.
ColorInterpolator(Alpha, Material, Color3f, Color3f). Constructor for class java.media.j3d.ColorInterpolator
Constructs a new color interpolator that varies the target material among the two color values.
combine(Bounds). Method in class java.media.j3d.BoundingBox
Combines this bounding box with a bounding object
combine(Bounds). Method in class java.media.j3d.BoundingPolytope
Combines this bounding polytope with a bounding object
combine(Bounds). Method in class java.media.j3d.BoundingSphere
Combines this bounding sphere with a bounding object
combine(Bounds[]). Method in class java.media.j3d.BoundingBox
Combines this bounding box with an array of bounding objects
combine(Bounds[]). Method in class java.media.j3d.BoundingPolytope
Combines this bounding polytope with an array of bounding objects
combine(Bounds[]). Method in class java.media.j3d.BoundingSphere
Combines this bounding sphere with an array of bounding objects
combine(Point3d). Method in class java.media.j3d.BoundingBox
Combines this bounding box with a point
combine(Point3d). Method in class java.media.j3d.BoundingPolytope
Combines this bounding polytope with a point
combine(Point3d). Method in class java.media.j3d.BoundingSphere
Combines this bounding sphere with a point
combine(Point3d[]). Method in class java.media.j3d.BoundingBox
Combines this bounding box with an array of points
combine(Point3d[]). Method in class java.media.j3d.BoundingPolytope
Combines this bounding polytope with an array of points
combine(Point3d[]). Method in class java.media.j3d.BoundingSphere
Combines this bounding sphere with an array of points
compile(). Method in class java.media.j3d.BranchGroup
Compiles the source BranchGroup associated with this object and creates and caches a compiled scene graph.
compile(). Method in class java.media.j3d.SharedGroup
Compiles the source SharedGroup associated with this object and creates and caches a compiled scene graph.
CompressedGeometry(CompressedGeometryHeader, byte[]). Constructor for class java.media.j3d.CompressedGeometry
Creates a new CompressedGeometry NodeComponent object.
CompressedGeometryHeader(). Constructor for class java.media.j3d.CompressedGeometryHeader
Creates a new CompressedGeometryHeader object used for the creation of a CompressedGeometry NodeComponent object.
ConeSound(). Constructor for class java.media.j3d.ConeSound
Constructs a cone sound with default parameters.
ConeSound(MediaContainer, float, float, float, float, float, float, float). Constructor for class java.media.j3d.ConeSound
Constructs and initializes a new Cone Sound node using specified parameters.
ConeSound(MediaContainer, float, int, boolean, boolean, boolean, Bounds, float, float, float, float[], float[], float, float, float, float[], float[], float[]). Constructor for class java.media.j3d.ConeSound
Constructs and initializes a new Point Sound node using specified parameters.
ConeSound(MediaContainer, float, int, boolean, boolean, boolean, Bounds, float, float, float, Point2f[], float, float, float, Point3f[]). Constructor for class java.media.j3d.ConeSound
Constructs and initializes a new Point Sound node using specified parameters.
ConeSound(MediaContainer, float, int, boolean, boolean, boolean, Bounds, Point3f, float[], float[], Vector3f, float[], float[], float[]). Constructor for class java.media.j3d.ConeSound
Constructs and initializes a new Cone Sound node using specified parameters.
ConeSound(MediaContainer, float, int, boolean, boolean, boolean, Bounds, Point3f, Point2f[], Vector3f, Point3f[]). Constructor for class java.media.j3d.ConeSound
Constructs and initializes a new Cone Sound node using specified parameters.
ConeSound(MediaContainer, float, Point3f, Vector3f). Constructor for class java.media.j3d.ConeSound
Constructs and initializes a new Cone Sound node using specified parameters.
CONGRUENT. Static variable in class java.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 which is uniform in all directions.
conjugate(). Method in class java.vecmath.Quat4d
Negate the value of of each of this quaternion's x,y,z coordinates in place.
conjugate(). Method in class java.vecmath.Quat4f
Negate the value of of each of this quaternion's x,y,z coordinates in place.
conjugate(Quat4d). Method in class java.vecmath.Quat4d
Sets the value of this quaternion to the conjugate of quaternion q1.
conjugate(Quat4f). Method in class java.vecmath.Quat4f
Sets the value of this quaternion to the conjugate of quaternion q1.
COORDINATES. Static variable in class java.media.j3d.GeometryArray
Specifies that this GeometryArray contains an array of coordinates.
Coplanar(). Constructor for class java.media.j3d.Coplanar
copySubMatrix(int, int, int, int, int, int, GMatrix). Method in class java.vecmath.GMatrix
Copies a sub-matrix derived from this matrix into the target matrix.
cross(Vector3d, Vector3d). Method in class java.vecmath.Vector3d
Sets this vector to the vector cross product of vectors v1 and v2.
cross(Vector3f, Vector3f). Method in class java.vecmath.Vector3f
Sets this vector to be the vector cross product of vectors v1 and v2.
CULL_BACK. Static variable in class java.media.j3d.PolygonAttributes
Cull all back-facing polygons.
CULL_FRONT. Static variable in class java.media.j3d.PolygonAttributes
Cull all front-facing polygons.
CULL_NONE. Static variable in class java.media.j3d.PolygonAttributes
Don't perform any face culling.
currentChild(). Method in class java.media.j3d.Switch
Returns this node's current child.
CYCLOPEAN_EYE_VIEW. Static variable in class java.media.j3d.Canvas3D
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(). Constructor for class java.media.j3d.DanglingReferenceException
Create the exception object with default values.
DanglingReferenceException(String). Constructor for class java.media.j3d.DanglingReferenceException
Create the exception object that outputs message.
DECAL. Static variable in class java.media.j3d.TextureAttributes
Apply the texture color to the object as a decal.
decompress(Shape3D[]). Method in class java.media.j3d.CompressedGeometry
Decompresses the compressed geometry.
DECREASING_ENABLE. Static variable in class java.media.j3d.Alpha
Specifies that the decreasing component of the alpha is used
DepthImage(). Constructor for class java.media.j3d.DepthImage
Constructs a new depth (z-buffer) image object.
DepthImageFloat(int, int). Constructor for class java.media.j3d.DepthImageFloat
Constructs a new floating-point depth (z-buffer) image object with the specified width and height.
DepthImageInt(int, int). Constructor for class java.media.j3d.DepthImageInt
Constructs a new integer depth (z-buffer) image object with the specified width and height.
DepthImageNative(int, int). Constructor for class java.media.j3d.DepthImageNative
Constructs a new native depth (z-buffer) image object with the specified width and height.
detach(). Method in class java.media.j3d.BranchGroup
Detaches this BranchGroup from its parent.
determinant(). Method in class java.vecmath.Matrix3d
Computes the determinant of this matrix.
determinant(). Method in class java.vecmath.Matrix3f
Computes the determinant of this matrix.
determinant(). Method in class java.vecmath.Matrix4d
Computes the determinant of this matrix.
determinant(). Method in class java.vecmath.Matrix4f
Computes the determinate of this matrix.
determinant(). Method in class java.media.j3d.Transform3D
Calculates and returns the determinant of this transform.
difference(HiResCoord, Vector3d). Method in class java.media.j3d.HiResCoord
Subtracts the specified HiResCoord from this HiResCoord placing the difference vector into the specified double-precision vector.
DirectionalLight(). Constructor for class java.media.j3d.DirectionalLight
Constructs and initializes a directional light.
DirectionalLight(boolean, Color3f, Vector3f). Constructor for class java.media.j3d.DirectionalLight
Constructs and initializes a directional light.
DirectionalLight(Color3f, Vector3f). Constructor for class java.media.j3d.DirectionalLight
Constructs and initializes a directional light.
distance(HiResCoord). Method in class java.media.j3d.HiResCoord
The floating point distance between the specified HiResCoord and this HiResCoord.
distance(Point2f). Method in class java.vecmath.Point2f
Computes the distance between this point and point p1.
distance(Point3d). Method in class java.vecmath.Point3d
Returns the distance between this point and point p1.
distance(Point3f). Method in class java.vecmath.Point3f
Computes the distance between this point and point p1.
distance(Point4d). Method in class java.vecmath.Point4d
Returns the distance between this point and point p1.
distance(Point4f). Method in class java.vecmath.Point4f
Computes the distance between this point and point p1.
distanceL1(Point2f). Method in class java.vecmath.Point2f
Computes the L-1 (Manhattan) distance between this point and point p1.
distanceL1(Point3d). Method in class java.vecmath.Point3d
Computes the L-1 (Manhattan) distance between this point and point p1.
distanceL1(Point3f). Method in class java.vecmath.Point3f
Computes the L-1 (Manhattan) distance between this point and point p1.
distanceL1(Point4d). Method in class java.vecmath.Point4d
Computes the L-1 (Manhattan) distance between this point and point p1.
distanceL1(Point4f). Method in class java.vecmath.Point4f
Computes the L-1 (Manhattan) distance between this point and point p1.
distanceLinf(Point2f). Method in class java.vecmath.Point2f
Computes the L-infinite distance between this point and point p1.
distanceLinf(Point3d). Method in class java.vecmath.Point3d
Computes the L-infinite distance between this point and point p1.
distanceLinf(Point3f). Method in class java.vecmath.Point3f
Computes the L-infinite distance between this point and point p1.
distanceLinf(Point4d). Method in class java.vecmath.Point4d
Computes the L-infinite distance between this point and point p1.
distanceLinf(Point4f). Method in class java.vecmath.Point4f
Computes the L-infinite distance between this point and point p1.
DistanceLOD(). Constructor for class java.media.j3d.DistanceLOD
Constructs and initializes a DistanceLOD node.
DistanceLOD(float[]). Constructor for class java.media.j3d.DistanceLOD
Constructs and initializes a DistanceLOD node.
distanceSquared(Point2f). Method in class java.vecmath.Point2f
Computes the square of the distance between this point and point p1.
distanceSquared(Point3d). Method in class java.vecmath.Point3d
Returns the square of the distance between this point and point p1.
distanceSquared(Point3f). Method in class java.vecmath.Point3f
Computes the square of the distance between this point and point p1.
distanceSquared(Point4d). Method in class java.vecmath.Point4d
Returns the square of the distance between this point and point p1.
distanceSquared(Point4f). Method in class java.vecmath.Point4f
Computes the square of the distance between this point and point p1.
dot(GVector). Method in class java.vecmath.GVector
Returns the dot product of this vector and vector v1.
dot(Vector2f). Method in class java.vecmath.Vector2f
Computes the dot product of the this vector and vector v1.
dot(Vector3d). Method in class java.vecmath.Vector3d
Returns the dot product of this vector and vector v1.
dot(Vector3f). Method in class java.vecmath.Vector3f
Computes the dot product of this vector and vector v1.
dot(Vector4d). Method in class java.vecmath.Vector4d
Returns the dot product of this vector and vector v1.
dot(Vector4f). Method in class java.vecmath.Vector4f
returns the dot product of this vector and v1
draw(Geometry). Method in class java.media.j3d.GraphicsContext3D
Draw the specified Geometry component object.
draw(Shape3D). Method in class java.media.j3d.GraphicsContext3D
Draw the specified Shape3D leaf node object.
duplicateNode(Node, boolean). Method in class java.media.j3d.Group
Copies all node information from originalNode into the current node.
duplicateNode(Node, boolean). Method in class java.media.j3d.Node
Copies all node information from originalNode into the current node.
duplicateNode(Node, boolean). Method in class java.media.j3d.Shape3D
Copies all node information from originalNode into the current node.
duplicateNodeComponent(Node). Method in class java.media.j3d.Appearance
Copies the information found in originalNode to the current node.
duplicateNodeComponent(Node). Method in class java.media.j3d.ColoringAttributes
Copies the information found in originalNode to the current node.
duplicateNodeComponent(NodeComponent). Method in class java.media.j3d.NodeComponent
Copies all node information from originalNodeComponent into the current node.

E

epsilonEquals(AxisAngle4d, double). Method in class java.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 java.vecmath.AxisAngle4f
Returns true if the L-infinite distance between this axis-angle and axis-angle a1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(GMatrix, float). Method in class java.vecmath.GMatrix
Returns true if the L-infinite distance between this matrix and matrix m1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(GVector, double). Method in class java.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 java.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 java.vecmath.Matrix3f
Returns true if the L-infinite distance between this matrix and matrix m1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Matrix4d, float). Method in class java.vecmath.Matrix4d
Returns true if the L-infinite distance between this matrix and matrix m1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Matrix4f, float). Method in class java.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 java.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(Tuple2f, float). Method in class java.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 java.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 java.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 java.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 java.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 java.media.j3d.RenderingAttributes
Indicates pixels are drawn if pixel alpha value is equal to alpha test value.
equals(AxisAngle4d). Method in class java.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 java.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 java.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 java.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 java.media.j3d.HiResCoord
Compares the specified HiResCoord to this HiResCoord.
equals(Matrix3d). Method in class java.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 java.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 java.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 java.vecmath.Matrix4f
Returns true if all of the data members of Matrix4f m1 are equal to the corresponding data members in this Matrix4f.
equals(SceneGraphPath). Method in class java.media.j3d.SceneGraphPath
Returns true if all of the data members of path testPath are equal to the corresponding data members in this SceneGraphPath.
equals(Transform3D). Method in class java.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(Tuple2f). Method in class java.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 java.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 java.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 java.vecmath.Tuple3f
Returns true if all of the data members of Tuple3f t1 are equal to the corresponding data members in this Tuple3f.
equals(Tuple4b). Method in class java.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 java.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 java.vecmath.Tuple4f
Returns true if all of the data members of Tuple4f t1 are equal to the corresponding data members in this Tuple4f.
ExponentialFog(). Constructor for class java.media.j3d.ExponentialFog
Constructs an ExponentialFog node with default fog parameters.
ExponentialFog(Color3f). Constructor for class java.media.j3d.ExponentialFog
Constructs an ExponentialFog node with the specified fog color.
ExponentialFog(Color3f, float). Constructor for class java.media.j3d.ExponentialFog
Constructs an ExponentialFog node with the specified fog color and density.
ExponentialFog(float, float, float). Constructor for class java.media.j3d.ExponentialFog
Constructs an ExponentialFog node with the specified fog color.
ExponentialFog(float, float, float, float). Constructor for class java.media.j3d.ExponentialFog
Constructs an ExponentialFog node with the specified fog color and density.
EYE_LINEAR. Static variable in class java.media.j3d.TexCoordGeneration
Generates texture coordinates as a linear function in eye coordinates.

F

FASTEST. Static variable in class java.media.j3d.ColoringAttributes
Use the fastest available method for shading.
FASTEST. Static variable in class java.media.j3d.Texture
Uses the fastest available method for processing geometry.
FASTEST. Static variable in class java.media.j3d.TextureAttributes
Use the fastest available method for perspective correction.
FASTEST. Static variable in class java.media.j3d.TransparencyAttributes
Use the fastest available method for transparency.
FIELD_ALL. Static variable in class java.media.j3d.Canvas3D
Specifies a single-field rendering loop.
FIELD_LEFT. Static variable in class java.media.j3d.Canvas3D
Specifies the left field of a field-sequential stereo rendering loop.
FIELD_RIGHT. Static variable in class java.media.j3d.Canvas3D
Specifies the right field of a field-sequential stereo rendering loop.
finalize(). Method in class java.media.j3d.Texture
finished(). Method in class java.media.j3d.Alpha
Query to test if this alpha object is past its activity window--- if it has finished all its looping activity.
Fog(). Constructor for class java.media.j3d.Fog
Constructs a Fog node with default fog parameters.
Fog(Color3f). Constructor for class java.media.j3d.Fog
Constructs a Fog node with the specified fog color.
Fog(float, float, float). Constructor for class java.media.j3d.Fog
Constructs a Fog node with the specified fog color.
Font3D(Font, FontExtrusion). Constructor for class java.media.j3d.Font3D
Creates a Font3D object from the specified Font object.
FontExtrusion(). Constructor for class java.media.j3d.FontExtrusion
Creates a default FontExtrusion object.
FontExtrusion(Shape). Constructor for class java.media.j3d.FontExtrusion
Creates a FontExtrusion object with the specified shape.
FORMAT_CHANNEL8. Static variable in class java.media.j3d.PixelArray
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 java.media.j3d.PixelArray
Specifies that each pixel contains 2 4-bit channels:one each for luminance and alpha.
FORMAT_LUM8_ALPHA8. Static variable in class java.media.j3d.PixelArray
Specifies that each pixel contains 2 8-bit channels:one each for luminance and alpha
FORMAT_R3_G3_B2. Static variable in class java.media.j3d.PixelArray
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 java.media.j3d.PixelArray
Specifies that each pixel contains 3 8-bit channels:one each for red, green, blue.
FORMAT_RGB4. Static variable in class java.media.j3d.PixelArray
Specifies that each pixel contains 3 4-bit channels:one each for red, green, blue.
FORMAT_RGB5. Static variable in class java.media.j3d.PixelArray
Specifies that each pixel contains 3 5-bit channels:one each for red, green, blue.
FORMAT_RGB5_A1. Static variable in class java.media.j3d.PixelArray
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 java.media.j3d.PixelArray
Specifies that each pixel contains 3 8-bit channels:one each for red, green, blue.
FORMAT_RGBA. Static variable in class java.media.j3d.PixelArray
Specifies that each pixel contains 4 8-bit channels:one each for red, green, blue, alpha.
FORMAT_RGBA4. Static variable in class java.media.j3d.PixelArray
Specifies that each pixel contains 4 4-bit channels:one each for red, green, blue, alpha.
FORMAT_RGBA8. Static variable in class java.media.j3d.PixelArray
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 java.media.j3d.Transform3D
Creates a projection transform that mimics a standard, camera-based, view-model.

G

Geometry(). Constructor for class java.media.j3d.Geometry
GeometryArray(int, int). Constructor for class java.media.j3d.GeometryArray
Constructs an empty GeometryArray object with the specified number of vertices, and vertex format.
GeometryStripArray(int, int, int[]). Constructor for class java.media.j3d.GeometryStripArray
Constructs an empty GeometryStripArray object with the specified number of vertices, vertex format, number of strips, and array of vertex counts per strip.
get(byte[]). Method in class java.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 java.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 java.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 java.media.j3d.Transform3D
Places the values of this transform into the double precision array of length 16.
get(double[]). Method in class java.vecmath.Tuple3d
Copies the x,y,z coordinates of this tuple into the array t[] of length 3.
get(double[]). Method in class java.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(float[]). Method in class java.vecmath.AxisAngle4f
Copies the value of this axis-angle into the array a.
get(float[]). Method in class java.media.j3d.Transform3D
Places the values of this transform into the single precision array of length 16.
get(float[]). Method in class java.vecmath.Tuple2f
Copies the value of the elements of this tuple into the array t[].
get(float[]). Method in class java.vecmath.Tuple3f
Gets the value of this tuple and copies the values into t[].
get(float[]). Method in class java.vecmath.Tuple4f
Copies the values of this tuple into the array t.
get(GMatrix). Method in class java.vecmath.GMatrix
Places the values in the this GMatrix into the matrix m1; m1 should be at least as large as this GMatrix.
get(Matrix3d). Method in class java.vecmath.GMatrix
Places the values in the upper 3x3 of this GMatrix into the matrix m1.
get(Matrix3d). Method in class java.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 java.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 java.media.j3d.Transform3D
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, Vector3d). Method in class java.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 java.media.j3d.Transform3D
Performs an SVD normalization of this matrix to calculate the rotation as a 3x3 matrix, the translation, and the scale.
get(Matrix3f). Method in class java.vecmath.GMatrix
Places the values in the upper 3x3 of this GMatrix into the matrix m1.
get(Matrix3f). Method in class java.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 java.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 java.media.j3d.Transform3D
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, Vector3d). Method in class java.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 java.media.j3d.Transform3D
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 java.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 java.media.j3d.Transform3D
Performs an SVD normalization of this matrix to calculate the rotation as a 3x3 matrix, the translation, and the scale.
get(Matrix4d). Method in class java.vecmath.GMatrix
Places the values in the upper 4x4 of this GMatrix into the matrix m1.
get(Matrix4d). Method in class java.media.j3d.Transform3D
Places the values of this transform into the double precision matrix argument.
get(Matrix4f). Method in class java.vecmath.GMatrix
Places the values in the upper 4x4 of this GMatrix into the matrix m1.
get(Matrix4f). Method in class java.media.j3d.Transform3D
Places the values of this transform into the single precision matrix argument.
get(Quat4d). Method in class java.vecmath.Matrix4d
Performs an SVD normalization of this matrix in order to acquire the normalized rotational component; the values are placed into the Quat4f parameter.
get(Quat4d). Method in class java.media.j3d.Transform3D
Performs an SVD normalization of this matrix in order to acquire the normalized rotational component; the values are placed into the Quat4d parameter.
get(Quat4d, Vector3d). Method in class java.media.j3d.Transform3D
Performs an SVD normalization of this matrix to calculate the rotation as a quaternion, the translation, and the scale.
get(Quat4f). Method in class java.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 java.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 java.media.j3d.Transform3D
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, Vector3d). Method in class java.media.j3d.Transform3D
Performs an SVD normalization of this matrix to calculate the rotation as a quaternion, the translation, and the scale.
get(Quat4f, Vector3f). Method in class java.media.j3d.Transform3D
Performs an SVD normalization of this matrix to calculate the rotation as a quaternion, the translation, and the scale.
get(Transform3D). Method in class java.media.j3d.SensorRead
Retrieve the SensorRead's transform and place it in result
get(Tuple3b). Method in class java.vecmath.Tuple3b
Places the value of the x,y,z components of this tuple into the tuple t1.
get(Tuple3d). Method in class java.vecmath.Tuple3d
Copies tuple t into this tuple.
get(Tuple3f). Method in class java.vecmath.Tuple3f
Gets the value of this tuple and copies the values into the Tuple3f method argument.
get(Tuple4b). Method in class java.vecmath.Tuple4b
Places the value of the x,y,z,w components of this Tuple4b into the tuple t1.
get(Tuple4d). Method in class java.vecmath.Tuple4d
Gets the value of this tuple and places it into the Tuple4d argument.
get(Tuple4f). Method in class java.vecmath.Tuple4f
Copies the values of this tuple into the tuple t.
get(Vector3d). Method in class java.vecmath.Matrix4d
Retrieves the translational components of this matrix.
get(Vector3d). Method in class java.media.j3d.Transform3D
Retrieves the translational components of this transform.
get(Vector3f). Method in class java.vecmath.Matrix4f
Retrieves the translational components of this matrix.
get(Vector3f). Method in class java.media.j3d.Transform3D
Retrieves the translational components of this transform.
getActivationRadius(). Method in class java.media.j3d.ViewPlatform
Get the ViewPlatform's activation radius.
getAlignment(). Method in class java.media.j3d.Text3D
Retrieves the text alignment policy for this Text3D NodeComponent object.
getAlignmentAxis(Vector3f). Method in class java.media.j3d.Billboard
Gets the alignment axis and sets the parameter to this value
getAlignmentMode(). Method in class java.media.j3d.Billboard
Gets the alignment mode.
getAllBranchGraphs(). Method in class java.media.j3d.Locale
Get an Enumeration object of list of all branch graphs
getAllCanvas3Ds(). Method in class java.media.j3d.View
Gets the enumeration object of all the canvas3Ds.
getAllChildren(). Method in class java.media.j3d.Group
Returns an Enumeration object of all children.
getAllLights(). Method in class java.media.j3d.GraphicsContext3D
Retrieves the enumeration object of all the lights.
getAllLocales(). Method in class java.media.j3d.VirtualUniverse
Returns the enumeration object of all locales in this virtual universe.
getAllScopes(). Method in class java.media.j3d.Fog
Returns an Enumeration object of all scopes.
getAllScopes(). Method in class java.media.j3d.Light
Returns an Enumeration object of all scopes.
getAllSounds(). Method in class java.media.j3d.GraphicsContext3D
Retrieves the enumeration object of all the sounds.
getAllSwitches(). Method in class java.media.j3d.LOD
Returns the enumeration object of all switches.
getAlpha(). Method in class java.media.j3d.Interpolator
Retrieves this interpolator's alpha object.
getAlphaAtOneDuration(). Method in class java.media.j3d.Alpha
Retrieves this alpha's alphaAtOneDuration.
getAlphaAtZeroDuration(). Method in class java.media.j3d.Alpha
Retrieves this alpha's alphaAtZeroDuration.
getAlphaTestFunction(). Method in class java.media.j3d.RenderingAttributes
Retrieves current alpha test function.
getAlphaTestValue(). Method in class java.media.j3d.RenderingAttributes
Retrieves the alpha test value.
getAmbientColor(Color3f). Method in class java.media.j3d.Material
Retrieves this material's ambient color.
getAngleOffsetToSpeaker(). Method in class java.media.j3d.PhysicalEnvironment
Get Angle Offset To Speaker
getAngularAttenuation(float[], float[], float[]). Method in class java.media.j3d.ConeSound
Retrieves angular attenuation including gain and filter using separate arrays
getAngularAttenuation(Point3f[]). Method in class java.media.j3d.ConeSound
Retrieves angular attenuation including gain and filter in a single array
getAppearance(). Method in class java.media.j3d.GraphicsContext3D
Retrieves the current Appearance component object.
getAppearance(). Method in class java.media.j3d.Morph
Retrieves the appearance component of this morph node.
getAppearance(). Method in class java.media.j3d.Shape3D
Retrieves the appearance component of this shape node.
getApplicationBoundingLeaf(). Method in class java.media.j3d.Background
Retrieves the Background node's application bounding leaf.
getApplicationBoundingLeaf(). Method in class java.media.j3d.Clip
Retrieves the Clip node's application bounding leaf.
getApplicationBoundingLeaf(). Method in class java.media.j3d.Soundscape
Retrieves the Soundscape node's application bounding leaf.
getApplicationBounds(). Method in class java.media.j3d.Background
Retrieves the Background node's application bounds.
getApplicationBounds(). Method in class java.media.j3d.Clip
Retrieves the Clip node's application bounds.
getApplicationBounds(). Method in class java.media.j3d.Soundscape
Retrieves the Soundscape node's application bounds.
getArmingBounds(). Method in class java.media.j3d.WakeupOnCollisionEntry
Returns the bounds object used in specifying the collision condition.
getArmingBounds(). Method in class java.media.j3d.WakeupOnCollisionExit
Returns the bounds object used in specifying the collision condition.
getArmingBounds(). Method in class java.media.j3d.WakeupOnCollisionMovement
Returns the bounds object used in specifying the collision condition.
getArmingPath(). Method in class java.media.j3d.WakeupOnCollisionEntry
Returns the path used in specifying the collision condition.
getArmingPath(). Method in class java.media.j3d.WakeupOnCollisionExit
Returns the path used in specifying the collision condition.
getArmingPath(). Method in class java.media.j3d.WakeupOnCollisionMovement
Returns the path used in specifying the collision condition.
getAsLines(int, LineStripArray). Method in class java.media.j3d.Font3D
Returns a LineStripArray representing the 3D glyph.
getAsTriangles(int, GeometryStripArray[]). Method in class java.media.j3d.Font3D
Returns an array of GeometryStripArray's representing the 3D glyph.
getAttenuation(Point3f). Method in class java.media.j3d.PointLight
Gets this Light's current attenuation values and places it in the parameter specified.
getAttributeGain(). Method in class java.media.j3d.AuralAttributes
Retrieve Attrribute Gain (amplitude)
getAudioPlaybackType(). Method in class java.media.j3d.PhysicalEnvironment
Get Type of Audio Playback Output Device
getAuralAttributes(). Method in class java.media.j3d.GraphicsContext3D
Retrieves the current AuralAttributes component object.
getAuralAttributes(). Method in class java.media.j3d.Soundscape
Retrieve reference of Aural Attributes
getAutoNormalize(). Method in class java.media.j3d.Transform3D
Returns the state of auto-normalization.
getAWTEvent(). Method in class java.media.j3d.WakeupOnAWTEvent
Retrieves the array of consecutive AWT event that triggered this wakeup.
getBackClipDistance(). Method in class java.media.j3d.View
Returns the view model's back clip distance.
getBackClipPolicy(). Method in class java.media.j3d.View
Returns the view model's current back clip policy.
getBackDistance(). Method in class java.media.j3d.Clip
Retrieves the back clipping distance.
getBackDistance(). Method in class java.media.j3d.LinearFog
Gets back distance for fog
getBackground(). Method in class java.media.j3d.GraphicsContext3D
Retrieves the current Background leaf node object.
getBestType(). Method in class java.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.
getBoundaryColor(Color4f). Method in class java.media.j3d.Texture
Retrieves the texture boundary color for this texture object.
getBoundaryModeR(). Method in class java.media.j3d.Texture3D
Retrieves the boundary mode for the R coordinate.
getBoundaryModeS(). Method in class java.media.j3d.Texture
Retrieves the boundary mode for the S coordinate.
getBoundaryModeT(). Method in class java.media.j3d.Texture
Retrieves the boundary mode for the T coordinate.
getBoundingBox(BoundingBox). Method in class java.media.j3d.Text3D
Retrieves the 3D bounding box that encloses this Text3D object.
getBounds(). Method in class java.media.j3d.Node
Returns the bounding object of a node.
getBounds(). Method in class java.media.j3d.WakeupOnSensorEntry
Returns this object's bounds specification
getBounds(). Method in class java.media.j3d.WakeupOnSensorExit
Returns this object's bounds specification
getBounds(). Method in class java.media.j3d.WakeupOnViewPlatformEntry
Returns this object's bounds specification
getBounds(). Method in class java.media.j3d.WakeupOnViewPlatformExit
Returns this object's bounds specification
getBounds(int, Bounds). Method in class java.media.j3d.Font3D
Returns the 3D bounding box of the specified glyph code.
getButtonCount(). Method in class java.media.j3d.SensorRead
Retrieve the number of buttons values assocaited with this SensorRead.
getButtons(boolean[]). Method in class java.media.j3d.SensorRead
Retrieve this SensorRead's associated button states
getByteCount(). Method in class java.media.j3d.CompressedGeometry
Returns the size, in bytes, of the compressed geometry buffer.
getCacheEnable(). Method in class java.media.j3d.MediaContainer
Retrieve Cache Enable state flag
getCanvas3D(). Method in class java.media.j3d.GraphicsContext3D
Gets the Canvas3D that created this GraphicsContext3D.
getCanvas3D(int). Method in class java.media.j3d.View
Gets the canvas3D from the given index position.
getCapability(int). Method in class java.media.j3d.SceneGraphObject
Retrieves the specified capability bit.
getCenter(Point3d). Method in class java.media.j3d.BoundingSphere
Returns the position of this bounding sphere as a point.
getCenterEarToSpeaker(). Method in class java.media.j3d.PhysicalEnvironment
Get Distance from Center Ear to Speakers
getCharacterSpacing(). Method in class java.media.j3d.Text3D
Retrieves the character spacing used to construct the Text3D string.
getChild(int). Method in class java.media.j3d.Group
Returns the node's index selected child.
getChildMask(). Method in class java.media.j3d.Switch
Returns the current childMask.
getCoexistenceCenterInPworldPolicy(). Method in class java.media.j3d.PhysicalEnvironment
Returns the current coexistence center in physical world policy.
getCoexistenceToImagePlate(Transform3D). Method in class java.media.j3d.Screen3D
Retrieves the coexistence coordinate system to image-plate coordinate system transform and copies that value into the specified Transform3D object.
getCoexistenceToTrackerBase(Transform3D). Method in class java.media.j3d.PhysicalEnvironment
Retrieves the coexistence coordinate system to tracker-base coordinate system transform and copies it into the specified Transform3D object.
getCollisionBounds(). Method in class java.media.j3d.Group
Returns the collision bounding object of this node.
getCollisionBounds(). Method in class java.media.j3d.Morph
Returns the collision bounding object of this node.
getCollisionBounds(). Method in class java.media.j3d.Shape3D
Returns the collision bounding object of this node.
getColor(Color3f). Method in class java.media.j3d.Background
Retrieves the background color.
getColor(Color3f). Method in class java.media.j3d.ColoringAttributes
Gets the intrinsic color of this ColoringAttributes component object.
getColor(Color3f). Method in class java.media.j3d.Fog
Retrieves the fog color.
getColor(Color3f). Method in class java.media.j3d.Light
Gets this Light's current color and places it in the parameter specified.
getColor(int, byte[]). Method in class java.media.j3d.GeometryArray
Gets the color associated with the vertex at the specified index for this object.
getColor(int, Color3b). Method in class java.media.j3d.GeometryArray
Gets the color associated with the vertex at the specified index for this object.
getColor(int, Color3f). Method in class java.media.j3d.GeometryArray
Gets the color associated with the vertex at the specified index for this object.
getColor(int, Color4b). Method in class java.media.j3d.GeometryArray
Gets the color associated with the vertex at the specified index for this object.
getColor(int, Color4f). Method in class java.media.j3d.GeometryArray
Gets the color associated with the vertex at the specified index for this object.
getColor(int, float[]). Method in class java.media.j3d.GeometryArray
Gets the color associated with the vertex at the specified index for this object.
getColorIndex(int). Method in class java.media.j3d.IndexedGeometryArray
Retrieves the color index associated with the vertex at the specified index for this object.
getColorIndices(int, int[]). Method in class java.media.j3d.IndexedGeometryArray
Retrieves the color indices associated with the vertices starting at the specified index for this object.
getColoringAttributes(). Method in class java.media.j3d.Appearance
Retrieves the current coloringAttributes object.
getColors(int, byte[]). Method in class java.media.j3d.GeometryArray
Gets the colors associated with the vertices starting at the specified index for this object.
getColors(int, Color3b[]). Method in class java.media.j3d.GeometryArray
Gets the colors associated with the vertices starting at the specified index for this object.
getColors(int, Color3f[]). Method in class java.media.j3d.GeometryArray
Gets the colors associated with the vertices starting at the specified index for this object.
getColors(int, Color4b[]). Method in class java.media.j3d.GeometryArray
Gets the colors associated with the vertices starting at the specified index for this object.
getColors(int, Color4f[]). Method in class java.media.j3d.GeometryArray
Gets the colors associated with the vertices starting at the specified index for this object.
getColors(int, float[]). Method in class java.media.j3d.GeometryArray
Gets the colors associated with the vertices starting at the specified index for this object.
getColumn(int, double[]). Method in class java.vecmath.GMatrix
Places the values of the specified column into the array parameter.
getColumn(int, GVector). Method in class java.vecmath.GMatrix
Places the values of the specified column into the vector parameter.
getCompatibilityModeEnable(). Method in class java.media.j3d.View
Retrieves the compatibility mode enable flag.
getCompressedGeometry(byte[]). Method in class java.media.j3d.CompressedGeometry
Retrieves the compressed geometry associated with the CompressedGeometry NodeComponent object.
getCompressedGeometryHeader(CompressedGeometryHeader). Method in class java.media.j3d.CompressedGeometry
Copies the compressed geometry header from the CompressedGeometry NodeComponent into the passed in parameter.
getConcentration(). Method in class java.media.j3d.SpotLight
Get spot light concentration.
getContinuousEnable(). Method in class java.media.j3d.Sound
Retrieves sound's continuous play flag.
getCoordinate(int, double[]). Method in class java.media.j3d.GeometryArray
Gets the coordinate associated with the vertex at the specified index for this object.
getCoordinate(int, float[]). Method in class java.media.j3d.GeometryArray
Gets the coordinate associated with the vertex at the specified index for this object.
getCoordinate(int, Point3d). Method in class java.media.j3d.GeometryArray
Gets the coordinate associated with the vertex at the specified index for this object.
getCoordinate(int, Point3f). Method in class java.media.j3d.GeometryArray
Gets the coordinate associated with the vertex at the specified index for this object.
getCoordinateIndex(int). Method in class java.media.j3d.IndexedGeometryArray
Retrieves the coordinate index associated with the vertex at the specified index for this object.
getCoordinateIndices(int, int[]). Method in class java.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 java.media.j3d.GeometryArray
Gets the coordinates associated with the vertices starting at the specified index for this object.
getCoordinates(int, float[]). Method in class java.media.j3d.GeometryArray
Gets the coordinates associated with the vertices starting at the specified index for this object.
getCoordinates(int, Point3d[]). Method in class java.media.j3d.GeometryArray
Gets the coordinates associated with the vertices starting at the specified index for this object.
getCoordinates(int, Point3f[]). Method in class java.media.j3d.GeometryArray
Gets the coordinates associated with the vertices starting at the specified index for this object.
getCullFace(). Method in class java.media.j3d.PolygonAttributes
Gets the face culling for this appearance component object.
getCurrentFrameStartTime(). Method in class java.media.j3d.View
This method returns the time at which the most recent rendering frame started.
getDecreasingAlphaDuration(). Method in class java.media.j3d.Alpha
Retrieves this alpha's decreasingAlphaDuration.
getDecreasingAlphaRampDuration(). Method in class java.media.j3d.Alpha
Retrieves this alpha's decreasingAlphaRampDuration.
getDensity(). Method in class java.media.j3d.ExponentialFog
Gets fog density.
getDepthBufferEnable(). Method in class java.media.j3d.RenderingAttributes
Retrieves the state of zBuffer Enable flag
getDepthBufferFreezeTransparent(). Method in class java.media.j3d.View
Retrieves the current value of the depth buffer freeze transparent flag for this view.
getDepthBufferWriteEnable(). Method in class java.media.j3d.RenderingAttributes
Retrieves the state of Depth Buffer Write Enable flag
getDepthData(float[]). Method in class java.media.j3d.DepthImageFloat
Copies the depth data from this object to the specified array.
getDepthData(int[]). Method in class java.media.j3d.DepthImageInt
Copies the depth data from this object to the specified array.
getDepthImage(). Method in class java.media.j3d.Raster
Retrieves the current depth image object.
getDeterminantSign(). Method in class java.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.
getDiffuseColor(Color3f). Method in class java.media.j3d.Material
Retrieves this material's diffuse color.
getDirection(Vector3f). Method in class java.media.j3d.ConeSound
Retrieves this sound's direction and places it in the vector provided.
getDirection(Vector3f). Method in class java.media.j3d.DirectionalLight
Gets this Light's current direction and places it in the parameter specified.
getDirection(Vector3f). Method in class java.media.j3d.SpotLight
Gets this Light's current direction and places it in the parameter specified.
getDistance(int). Method in class java.media.j3d.DistanceLOD
Returns a particular LOD cut-off distance.
getDistanceFilter(float[], float[]). Method in class java.media.j3d.AuralAttributes
Retrieve Distance Filter in separate distance and frequency cutoff arrays
getDistanceFilter(Point2f[]). Method in class java.media.j3d.AuralAttributes
Retrieve Distance Filter as a single array containing distances and frequency cutoff
getDistanceGain(float[], float[]). Method in class java.media.j3d.PointSound
Gets this sound's distance gain attenuation values in separate arrays
getDistanceGain(Point2f[]). Method in class java.media.j3d.PointSound
Gets this sound's distance attenuation
getDopplerScaleFactor(). Method in class java.media.j3d.AuralAttributes
Retrieve Doppler Scale Factor
getDopplerVelocity(). Method in class java.media.j3d.AuralAttributes
Retrieve Velocity used to calculate Doppler Effect
getDuplicateOnCloneTree(). Method in class java.media.j3d.DepthImage
Returns this object's duplicateOnCloneTree value.
getDuplicateOnCloneTree(). Method in class java.media.j3d.NodeComponent
Returns this node's duplicateOnCloneTree value.
getDuplicateOnCloneTree(). Method in class java.media.j3d.PixelArray
Returns this node's duplicateOnCloneTree value.
getDuration(). Method in class java.media.j3d.Sound
Get the Sound's duration
getElapsedFrameCount(). Method in class java.media.j3d.WakeupOnElapsedFrames
Retrieve the WakeupCriterion's elapsed frame count.
getElapsedFrameTime(). Method in class java.media.j3d.WakeupOnElapsedTime
Retrieve the WakeupCriterion's elapsed time value.
getElement(int). Method in class java.vecmath.GVector
Retrieves the value at the specified index value of this vector.
getElement(int, int). Method in class java.vecmath.GMatrix
Retrieves the value at the specified row and column of this matrix.
getElement(int, int). Method in class java.vecmath.Matrix3d
Retrieves the value at the specified row and column of the specified matrix.
getElement(int, int). Method in class java.vecmath.Matrix3f
Retrieves the value at the specified row and column of this matrix.
getElement(int, int). Method in class java.vecmath.Matrix4d
Retrieves the value at the specified row and column of this matrix.
getElement(int, int). Method in class java.vecmath.Matrix4f
Retrieves the value at the specified row and column of this matrix.
getEmissiveColor(Color3f). Method in class java.media.j3d.Material
Retrieves this material's emissive color and stores it in the argument provided.
getEnable(). Method in class java.media.j3d.Light
Retrieves this Light's current state (on/off).
getEnable(). Method in class java.media.j3d.Sound
Retrieves sound's enabled flag.
getEnable(). Method in class java.media.j3d.TexCoordGeneration
Retrieves the state of the texCoordGeneration enable flag.
getEnable(). Method in class java.media.j3d.Texture
Retrieves the state of the texture enable flag.
getEndColor(Color3f). Method in class java.media.j3d.ColorInterpolator
Retrieve this Interpolator's endColor
getEndPosition(float). Method in class java.media.j3d.PositionInterpolator
Retrieve this Interpolator's endPosition
getExtrusionShape(Shape). Method in class java.media.j3d.FontExtrusion
Gets the FontExtrusion's shape parameter.
getFieldOfView(). Method in class java.media.j3d.View
Returns the current field of view.
getFirstChildIndex(). Method in class java.media.j3d.SwitchValueInterpolator
Retrieve this Interpolator's firstChildIndex
getFog(). Method in class java.media.j3d.GraphicsContext3D
Retrieves the current Fog leaf node object.
getFont(). Method in class java.media.j3d.Font3D
Returns the Java 2D Font used to create this Font3D object.
getFont3D(). Method in class java.media.j3d.Text3D
Returns the Font3D objects used by this Text3D NodeComponent object.
getFontExtrusion(FontExtrusion). Method in class java.media.j3d.Font3D
Copies the FontExtrusion object used to create this Font3D object into the specified parameter.
getFormat(). Method in class java.media.j3d.TexCoordGeneration
Retrieves the current TexCoordGeneration format.
getFrontClipDistance(). Method in class java.media.j3d.View
Returns the view model's front clip distance.
getFrontClipPolicy(). Method in class java.media.j3d.View
Returns the view model's current front clip policy.
getFrontDistance(). Method in class java.media.j3d.LinearFog
Gets front distance for fog
getGenMode(). Method in class java.media.j3d.TexCoordGeneration
Retrieves the current TexCoordGeneration generation mode.
getGeometry(). Method in class java.media.j3d.Background
Retrieves the background geometry.
getGeometry(). Method in class java.media.j3d.Shape3D
Retrieves the geometry component of this Shape3D node.
getGeometryArray(int). Method in class java.media.j3d.Morph
Retrieves the geometryArray component of this Morph node.
getGraphicsContext3D(). Method in class java.media.j3d.Canvas3D
Get the immediate mode 3D graphics context associated with this Canvas3D.
getHeadTrackerToLeftImagePlate(Transform3D). Method in class java.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 java.media.j3d.Screen3D
Retrieves the head-tracker coordinate system to right image-plate coordinate system transform and copies it into the specified Transform3D object.
getHiRes(HiResCoord). Method in class java.media.j3d.GraphicsContext3D
Retrieves the current HiRes coordinate of this context.
getHiRes(HiResCoord). Method in class java.media.j3d.Locale
Returns this node's HiResCoord.
getHiResCoord(HiResCoord). Method in class java.media.j3d.HiResCoord
Retrieves this HiResCoord's location and places it into the hires argument.
getHiResCoord(int[], int[], int[]). Method in class java.media.j3d.HiResCoord
Retrieves this HiResCoord's location and saves the coordinates in the parameters provided.
getHiResCoordX(int[]). Method in class java.media.j3d.HiResCoord
Retrieves this HiResCoord's X value and stores it in the specified argument.
getHiResCoordY(int[]). Method in class java.media.j3d.HiResCoord
Retrieves this HiResCoord's Y value and stores it in the specified argument.
getHiResCoordZ(int[]). Method in class java.media.j3d.HiResCoord
Retrieves this HiResCoord's Z value and stores it in the specified argument.
getHotspot(Point3d). Method in class java.media.j3d.Sensor
Get the sensor's hotspot offset in this sensor's coordinate system.
getImage(). Method in class java.media.j3d.Background
Retrieves the background image.
getImage(int). Method in class java.media.j3d.Texture
Gets a specified mipmap level.
getIncreasingAlphaDuration(). Method in class java.media.j3d.Alpha
Retrieves this alpha's increasingAlphaDuration.
getIncreasingAlphaRampDuration(). Method in class java.media.j3d.Alpha
Retrieves this alpha's increasingAlphaRampDuration.
getIndexCount(). Method in class java.media.j3d.IndexedGeometryArray
Gets number of indices for this IndexedGeometryArray
getInfluencingBoundingLeaf(). Method in class java.media.j3d.Fog
Retrieves the Fog node's influencing bounding leaf.
getInfluencingBoundingLeaf(). Method in class java.media.j3d.Light
Retrieves the Light node's influencing bounding leaf.
getInfluencingBounds(). Method in class java.media.j3d.Fog
Retrieves the Fog node's influencing bounds.
getInfluencingBounds(). Method in class java.media.j3d.Light
Retrieves the Light node's influencing bounds.
getInitialGain(). Method in class java.media.j3d.Sound
Get the overall gain applied to the sound data associated with source.
getKnot(int). Method in class java.media.j3d.PositionPathInterpolator
Retrieve the knot at the specified index
getKnot(int). Method in class java.media.j3d.RotationPathInterpolator
Retrieve the knot at the specified index
getKnot(int). Method in class java.media.j3d.RotPosPathInterpolator
Retrieve the knot at the specified index
getKnot(int). Method in class java.media.j3d.RotPosScalePathInterpolator
Retrieve the knot at the specified index
getLastChildIndex(). Method in class java.media.j3d.SwitchValueInterpolator
Retrieve this Interpolator's lastSwitchIndex
getLastFrameDuration(). Method in class java.media.j3d.View
This method returns the duration, in milliseconds, of the most recently completed rendering frame.
getLeftEarPosition(Point3d). Method in class java.media.j3d.PhysicalBody
Retrieves the user head object's left ear position and places that value in the specified object.
getLeftEyePosition(Point3d). Method in class java.media.j3d.PhysicalBody
Retrieves the user head object's left eye position and places that value in the specified object.
getLeftEyePositionInImagePlate(Point3d). Method in class java.media.j3d.Screen3D
Retrieves the position of the left eye in image-plate coordinates and copies that value into the vector provided.
getLeftProjection(Transform3D). Method in class java.media.j3d.View
Retrieves the current projection transform for the left eye and places it into the specified object.
getLight(int). Method in class java.media.j3d.GraphicsContext3D
Retrieves the index selected light.
getLightingEnable(). Method in class java.media.j3d.Material
Retrieves the state of the lighting enable flag.
getLineAntialiasingEnable(). Method in class java.media.j3d.LineAttributes
Retrieves the state of the line antialiasing flag.
getLineAttributes(). Method in class java.media.j3d.Appearance
Retrieves the current lineAttributes object.
getLinePattern(). Method in class java.media.j3d.LineAttributes
Gets the line pattern for this lineAttributes component object.
getLineWidth(). Method in class java.media.j3d.LineAttributes
Gets the line width for this lineAttributes component object.
getLink(int). Method in class java.media.j3d.SceneGraphPath
Returns the link node associated with the specified index.
getLocale(). Method in class java.media.j3d.SceneGraphPath
Retrieves the path's Locale
getLocalEyeLightingEnable(). Method in class java.media.j3d.View
Retrieves a flag that indicates whether or not local eye lighting is enabled for this view.
getLoop(). Method in class java.media.j3d.Sound
Retrieves loop count for this sound
getLoopCount(). Method in class java.media.j3d.Alpha
Retrieves this alpha's loopCount.
getLower(Point3d). Method in class java.media.j3d.BoundingBox
Gets the lower corner of this bounding box.
getMagFilter(). Method in class java.media.j3d.Texture
Retrieves the magnification filter.
getMaterial(). Method in class java.media.j3d.Appearance
Retrieve the current material object.
getMaximumAngle(). Method in class java.media.j3d.RotationInterpolator
Retrieve this Interpolator's maximumAngle
getMaximumScale(). Method in class java.media.j3d.ScaleInterpolator
Retrieve this Interpolator's maximumScale
getMaximumTransparency(). Method in class java.media.j3d.TransparencyInterpolator
Retrieve this Interpolator's maximumTransparency
getMinFilter(). Method in class java.media.j3d.Texture
Retrieves the minification filter.
getMinimumAngle(). Method in class java.media.j3d.RotationInterpolator
Retrieve this Interpolator's minimumAngle
getMinimumScale(). Method in class java.media.j3d.ScaleInterpolator
Retrieve this Interpolator's minimumScale
getMinimumTransparency(). Method in class java.media.j3d.TransparencyInterpolator
Retrieve this Interpolator's minimumTransparency
getMipMapMode(). Method in class java.media.j3d.Texture
Retrieves current mipmap mode.
getMode(). Method in class java.media.j3d.Alpha
Retrieves this alpha's mode.
getModelTransform(Transform3D). Method in class java.media.j3d.GraphicsContext3D
Retrieves the current model transform.
getMonoscopicViewPolicy(). Method in class java.media.j3d.Canvas3D
Returns policy on how Java 3D generates monoscopic view.
getNewNodeReference(Node). Method in class java.media.j3d.NodeReferenceTable
This method is used in conjunction with the cloneTree method.
getNextDevice(). Method in interface java.media.j3d.InputDevice
Get the next device following this device
getNominalEyeHeightFromGround(). Method in class java.media.j3d.PhysicalBody
Returns the current nominal eye-height from the ground plane.
getNominalEyeOffsetFromNominalScreen(Vector3d). Method in class java.media.j3d.PhysicalBody
Returns the current nominal eye offset from the center of the display screen.
getNormal(int, float[]). Method in class java.media.j3d.GeometryArray
Gets the normal associated with the vertex at the specified index for this object.
getNormal(int, Vector3f). Method in class java.media.j3d.GeometryArray
Gets the normal associated with the vertex at the specified index for this object.
getNormalIndex(int). Method in class java.media.j3d.IndexedGeometryArray
Retrieves the normal index associated with the vertex at the specified index for this object.
getNormalIndices(int, int[]). Method in class java.media.j3d.IndexedGeometryArray
Retrieves the normal indices associated with the vertices starting at the specified index for this object.
getNormals(int, float[]). Method in class java.media.j3d.GeometryArray
Gets the normals associated with the vertices starting at the specified index for this object.
getNormals(int, Vector3f[]). Method in class java.media.j3d.GeometryArray
Gets the normals associated with the vertices starting at the specified index for this object.
getNumCol(). Method in class java.vecmath.GMatrix
Returns the number of colmuns in this matrix.
getNumRow(). Method in class java.vecmath.GMatrix
Returns the number of rows in this matrix.
getNumStrips(). Method in class java.media.j3d.GeometryStripArray
Get number of strips in the GeometryStripArray
getNumStrips(). Method in class java.media.j3d.IndexedGeometryStripArray
Get number of strips in the GeometryStripArray
getObject(). Method in class java.media.j3d.SceneGraphPath
Retrieves the path's object.
getOffset(Point). Method in class java.media.j3d.Raster
Retrieves the current pixel offset.
getPath(). Method in class java.media.j3d.Text3D
Retrieves the node's path field.
getPerspectiveCorrectionMode(). Method in class java.media.j3d.TextureAttributes
Gets perspective correction mode value.
getPhaseDelayDuration(). Method in class java.media.j3d.Alpha
Retrieves this alpha's phaseDelayDuration.
getPhysicalBody(). Method in class java.media.j3d.View
Returns a reference to the view model's PhysicalBody object.
getPhysicalEnvironment(). Method in class java.media.j3d.View
Returns a reference to the view model's PhysicalEnvironment object.
getPhysicalScreenHeight(). Method in class java.media.j3d.Screen3D
Returns the the screen's physical height.
getPhysicalScreenWidth(). Method in class java.media.j3d.Screen3D
Returns the screen's physical width.
getPixelArray(). Method in class java.media.j3d.Raster
Retrieves the current pixel array object.
getPixelData(byte[]). Method in class java.media.j3d.PixelArray
Gets a copy of the pixel data in this object.
getPlaneR(Vector4f). Method in class java.media.j3d.TexCoordGeneration
Retrieves a copy of the plane equation used to generate the R coordinate.
getPlanes(Vector4d[]). Method in class java.media.j3d.BoundingPolytope
Returns the equations of the bounding planes for this bounding polytope
getPlaneS(Vector4f). Method in class java.media.j3d.TexCoordGeneration
Retrieves a copy of the plane equation used to generate the S coordinate.
getPlaneT(Vector4f). Method in class java.media.j3d.TexCoordGeneration
Retrieves a copy of the plane equation used to generate the T coordinate.
getPointAntialiasingEnable(). Method in class java.media.j3d.PointAttributes
Retrieves the state of the point antialiasing flag.
getPointAttributes(). Method in class java.media.j3d.Appearance
Retrieves the current pointAttributes object.
getPointSize(). Method in class java.media.j3d.PointAttributes
Gets the point size for this appearance component object.
getPolygonAttributes(). Method in class java.media.j3d.Appearance
Retrieves the current polygonAttributes object.
getPolygonMode(). Method in class java.media.j3d.PolygonAttributes
Gets the polygon rasterization mode for this appearance component object.
getPolygonOffset(). Method in class java.media.j3d.PolygonAttributes
Gets the polygon offset.
getPosition(int, Point3f). Method in class java.media.j3d.PositionPathInterpolator
Retrieve the position at the specified index
getPosition(int, Point3f). Method in class java.media.j3d.RotPosPathInterpolator
Retrieve the position at the specified index
getPosition(int, Point3f). Method in class java.media.j3d.RotPosScalePathInterpolator
Retrieve the position at the specified index
getPosition(Point3f). Method in class java.media.j3d.PointLight
Gets this Light's current position and places it in the parameter specified.
getPosition(Point3f). Method in class java.media.j3d.PointSound
Retrieves this sound's direction and places it in the vector provided.
getPosition(Point3f). Method in class java.media.j3d.Raster
Retrieves the current position in object coordinates of this raster.
getPosition(Point3f). Method in class java.media.j3d.Text3D
Copies the node's position field into the supplied parameter.
getPostId(). Method in class java.media.j3d.WakeupOnBehaviorPost
Retrieve the WakeupCriterion's specified postId
getPredictionPolicy(). Method in class java.media.j3d.Sensor
getPredictor(). Method in class java.media.j3d.Sensor
getProcessingMode(). Method in interface java.media.j3d.InputDevice
Retrieve the Device's processing mode
getProjectionPolicy(). Method in class java.media.j3d.View
Retrieves the current projection policy for this View.
getQuat(int, Quat4f). Method in class java.media.j3d.RotationPathInterpolator
Retrieve the quat at the specified index
getQuat(int, Quat4f). Method in class java.media.j3d.RotPosPathInterpolator
Retrieve the quat at the specified index
getQuat(int, Quat4f). Method in class java.media.j3d.RotPosScalePathInterpolator
Retrieve the quat at the specified index
getRadius(). Method in class java.media.j3d.BoundingSphere
Returns the radius of this bounding sphere as a double.
getRead(Transform3D). Method in class java.media.j3d.Sensor
Computes the sensor reading consistent with the prediction policy and copies that value into the specified argument.
getRead(Transform3D, long). Method in class java.media.j3d.Sensor
Computes the sensor reading consistent as of time deltaT in the future and copies that value into the specified argument.
getReflectionCoefficient(). Method in class java.media.j3d.AuralAttributes
Retrieve Reflective Coefficient
getRegion(). Method in class java.media.j3d.BoundingLeaf
Retrieves this BoundingLeaf's bounding region
getReleaseEnable(). Method in class java.media.j3d.Sound
Retrieves release flag for sound associated with sound.
getRenderingAttributes(). Method in class java.media.j3d.Appearance
Retrieves the current renderingAttributes object.
getReverbDelay(). Method in class java.media.j3d.AuralAttributes
Retrieve Revereration Delay Time
getReverbOrder(). Method in class java.media.j3d.AuralAttributes
Retrieve Reverberation Order of Reflections
getRightEarPosition(Point3d). Method in class java.media.j3d.PhysicalBody
Retrieves the user head object's right ear position and places that value in the specified object.
getRightEyePosition(Point3d). Method in class java.media.j3d.PhysicalBody
Retrieves the user head object's right eye position and places that value in the specified object.
getRightEyePositionInImagePlate(Point3d). Method in class java.media.j3d.Screen3D
Retrieves the position of the right eye in image-plate coordinates and copies that value into the vector provided.
getRightProjection(Transform3D). Method in class java.media.j3d.View
Retrieves the current projection transform for the right eye and places it into the specified object.
getRolloff(). Method in class java.media.j3d.AuralAttributes
Retrieve Attribute Gain Rolloff
getRotationScale(Matrix3d). Method in class java.vecmath.Matrix4d
Gets the upper 3x3 values of this matrix and places them into the matrix m1.
getRotationScale(Matrix3d). Method in class java.media.j3d.Transform3D
Gets the upper 3x3 values of this matrix and places them into the matrix m1.
getRotationScale(Matrix3f). Method in class java.vecmath.Matrix4d
Gets the upper 3x3 values of this matrix and places them into the matrix m1.
getRotationScale(Matrix3f). Method in class java.vecmath.Matrix4f
Gets the upper 3x3 values of this matrix and places them into the matrix m1.
getRotationScale(Matrix3f). Method in class java.media.j3d.Transform3D
Gets the upper 3x3 values of this matrix and places them into the matrix m1.
getRow(int, double[]). Method in class java.vecmath.GMatrix
Places the values of the specified row into the array parameter.
getRow(int, GVector). Method in class java.vecmath.GMatrix
Places the values of the specified row into the vector parameter.
getScale(). Method in class java.media.j3d.Transform3D
Performs an SVD normalization of this transform to calculate and return the scale factor.
getScale(int). Method in class java.media.j3d.RotPosScalePathInterpolator
Retrieve the scale at the specified index
getSceneAntialiasingEnable(). Method in class java.media.j3d.View
Returns a flag that indicates whether or not scene antialiasing is enabled for this view.
getSchedulingBoundingLeaf(). Method in class java.media.j3d.Behavior
Retrieves the Behavior node's scheduling bounding leaf.
getSchedulingBoundingLeaf(). Method in class java.media.j3d.Sound
Retrieves the Sound node's scheduling bounding leaf.
getSchedulingBounds(). Method in class java.media.j3d.Behavior
Retrieves the Behavior node's scheduling bounds.
getSchedulingBounds(). Method in class java.media.j3d.Sound
Retrieves the Sound node's scheduling bounds.
getScope(int). Method in class java.media.j3d.Fog
Retrieves this Fog's scope at the index specified.
getScope(int). Method in class java.media.j3d.Light
Retrieves this Light's scope at the index specified.
getScreen3D(). Method in class java.media.j3d.Canvas3D
Retrieve the Screen3D object that this Canvas3D is attached to.
getSensor(int). Method in class java.media.j3d.PhysicalEnvironment
Get the specified sensor
getSensorCount(). Method in class java.media.j3d.PhysicalEnvironment
Get the current sensor count.
getSensorHotspotInVworld(Sensor, Point3d). Method in class java.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 java.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 java.media.j3d.Sensor
Get the current sensor read count.
getSensorToVworld(Sensor, Transform3D). Method in class java.media.j3d.View
Computes the sensor to virtual-world transform and copies that value into the transform provided.
getShadeModel(). Method in class java.media.j3d.ColoringAttributes
Gets the shade mode for this ColoringAttributes component object.
getSharedGroup(). Method in class java.media.j3d.Link
Retrieves the node's SharedGroup reference.
getShininess(). Method in class java.media.j3d.Material
Retrieves this material's shininess.
getSize(). Method in class java.vecmath.GVector
Returns the number of elements in this vector.
getSize(). Method in class java.media.j3d.Screen3D
Get screen's(imageplate's) width and height in pixels
getSize(Dimension). Method in class java.media.j3d.Raster
Retrieves the current raster size.
getSound(int). Method in class java.media.j3d.GraphicsContext3D
Retrieves the index selected sound.
getSoundData(). Method in class java.media.j3d.Sound
Retrieves description/data associated with this sound source.
getSpecularColor(Color3f). Method in class java.media.j3d.Material
Retrieves this material's specular color.
getSpreadAngle(). Method in class java.media.j3d.SpotLight
Get spot light spread angle.
getSquash(). Method in class java.media.j3d.Morph
Retrieves the squash component of this morph node.
getSquash(). Method in class java.media.j3d.Shape3D
Retrieves the squash component of this shape node.
getStartColor(Color3f). Method in class java.media.j3d.ColorInterpolator
Retrieve this Interpolator's startColor
getStartPosition(). Method in class java.media.j3d.PositionInterpolator
Retrieve this Interpolator's startPosition
getStartTime(). Method in class java.media.j3d.Alpha
Retrieves this alpha's startTime, the base for all relative time specifications.
getStereoAvailable(). Method in class java.media.j3d.Canvas3D
Returns a status flag indicating whether or not stereo is available.
getStereoEnable(). Method in class java.media.j3d.Canvas3D
Returns a status flag indicating whether or not stereo is enabled.
getString(String). Method in class java.media.j3d.Text3D
Copies the character string used in the construction of the Text3D node into the supplied parameter.
getStripIndexCounts(int[]). Method in class java.media.j3d.IndexedGeometryStripArray
Get a list of indexCounts for each strip
getStripVertexCounts(int[]). Method in class java.media.j3d.GeometryStripArray
Get a list of vertexCounts for each strip
getSwitch(int). Method in class java.media.j3d.LOD
Returns the switch node specified by the index.
getTarget(). Method in class java.media.j3d.ColorInterpolator
Retrieve this Interpolator's target reference
getTarget(). Method in class java.media.j3d.PositionInterpolator
Retrieve this Interpolator's target reference
getTarget(). Method in class java.media.j3d.PositionPathInterpolator
Retrieve this Interpolator's target reference
getTarget(). Method in class java.media.j3d.RotationInterpolator
Retrieve this Interpolator's target reference
getTarget(). Method in class java.media.j3d.RotationPathInterpolator
Retrieve this Interpolator's target reference
getTarget(). Method in class java.media.j3d.RotPosPathInterpolator
Retrieve this Interpolator's target reference
getTarget(). Method in class java.media.j3d.RotPosScalePathInterpolator
Retrieve this Interpolator's target reference
getTarget(). Method in class java.media.j3d.ScaleInterpolator
Retrieve this Interpolator's target reference
getTarget(). Method in class java.media.j3d.SwitchValueInterpolator
Retrieve this Interpolator's target reference
getTarget(). Method in class java.media.j3d.TransparencyInterpolator
Retrieve this Interpolator's target reference
getTexCoordGeneration(). Method in class java.media.j3d.Appearance
Retrieves the current texCoordGeneration object.
getTexture(). Method in class java.media.j3d.Appearance
Retrieves the current texture object.
getTextureAttributes(). Method in class java.media.j3d.Appearance
Retrieves the current textureAttributes object.
getTextureBlendColor(Color4f). Method in class java.media.j3d.TextureAttributes
Gets the texture blend color for this appearance component object.
getTextureCoordinate(int, float[]). Method in class java.media.j3d.GeometryArray
Gets the texture coordinate associated with the vertex at the specified index for this object.
getTextureCoordinate(int, Point2f). Method in class java.media.j3d.GeometryArray
Gets the texture coordinate associated with the vertex at the specified index for this object.
getTextureCoordinate(int, Point3f). Method in class java.media.j3d.GeometryArray
Gets the texture coordinate associated with the vertex at the specified index for this object.
getTextureCoordinateIndex(int). Method in class java.media.j3d.IndexedGeometryArray
Retrieves the texture coordinate index associated with the vertex at the specified index for this object.
getTextureCoordinateIndices(int, int[]). Method in class java.media.j3d.IndexedGeometryArray
Retrieves the texture coordinate indices associated with the vertices starting at the specified index for this object.
getTextureCoordinates(int, float[]). Method in class java.media.j3d.GeometryArray
Gets the texture coordinates associated with the vertices starting at the specified index for this object.
getTextureCoordinates(int, Point2f[]). Method in class java.media.j3d.GeometryArray
Gets the texture coordinates associated with the vertices starting at the specified index for this object.
getTextureCoordinates(int, Point3f[]). Method in class java.media.j3d.GeometryArray
Gets the texture coordinates associated with the vertices starting at the specified index for this object.
getTextureMode(). Method in class java.media.j3d.TextureAttributes
Gets the texture mode parameter for this appearance component object.
getTextureTransform(Transform3D). Method in class java.media.j3d.TextureAttributes
Retrieves a copy of the texture transform object.
getTime(). Method in class java.media.j3d.SensorRead
Retrieve this SensorRead's associated timestamp
getTrackerBaseToImagePlate(Transform3D). Method in class java.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 java.media.j3d.PhysicalEnvironment
Returns a status flag indicating whether or not tracking is available.
getTrackingEnable(). Method in class java.media.j3d.View
Returns a status flag indicating whether or not tracking is enabled.
getTransform(Transform3D). Method in class java.media.j3d.Squash
Retrieves the transform component of this Squash object.
getTransform(Transform3D). Method in class java.media.j3d.TransformGroup
Copies the transform component of this TransformGroup into the passed transform object.
getTransformGroup(). Method in class java.media.j3d.WakeupOnTransformChange
Returns the TransformGroup node used in creating this WakeupCriterion
getTransparency(). Method in class java.media.j3d.TransparencyAttributes
Retrieves this appearance's transparency.
getTransparencyAttributes(). Method in class java.media.j3d.Appearance
Retrieves the current transparencyAttributes object.
getTransparencyMode(). Method in class java.media.j3d.TransparencyAttributes
Gets the transparency mode for this appearance component object.
getTriggeringBounds(). Method in class java.media.j3d.WakeupOnCollisionEntry
Retrieves the Bounds object that caused the collision
getTriggeringBounds(). Method in class java.media.j3d.WakeupOnCollisionExit
Retrieves the Bounds object that caused the collision
getTriggeringBounds(). Method in class java.media.j3d.WakeupOnCollisionMovement
Retrieves the Bounds object that caused the collision
getTriggeringPath(). Method in class java.media.j3d.WakeupOnCollisionEntry
Retrieves the path describing the object causing the collision.
getTriggeringPath(). Method in class java.media.j3d.WakeupOnCollisionExit
Retrieves the path describing the object causing the collision.
getTriggeringPath(). Method in class java.media.j3d.WakeupOnCollisionMovement
Retrieves the path describing the object causing the collision.
getTriggerTime(). Method in class java.media.j3d.Alpha
Retrieves this alpha's triggerTime.
getType(). Method in class java.media.j3d.Raster
Retrieves the current type of this raster object, one of: RASTER_COLOR, RASTER_DEPTH, or RASTER_COLOR_DEPTH.
getType(). Method in class java.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.
getUpper(Point3d). Method in class java.media.j3d.BoundingBox
Gets the upper corner of this bounding box.
getURL(). Method in class java.media.j3d.MediaContainer
Retrieve URL
getUserData(). Method in class java.media.j3d.SceneGraphObject
Retrieves the userData field from this scene graph object.
getUserHeadToTrackerBase(Transform3D). Method in class java.media.j3d.View
Retrieves the user-head to the head-tracker-base transform and copies that value into the specified Transform3D object.
getUserHeadToVworld(Transform3D). Method in class java.media.j3d.View
Retrieves the user-head to virtual-world transform and copies that value into the transform provided.
getUserHeadToVworldEnable(). Method in class java.media.j3d.View
Returns a status flag indicating whether or not Java 3D is continuously updating the userHeadToVworldEnable transform.
getVertexCount(). Method in class java.media.j3d.GeometryArray
Gets the number of vertices in the GeometryArray
getVertexFormat(). Method in class java.media.j3d.GeometryArray
Gets the vertexFormat in the GeometryArray
getView(). Method in class java.media.j3d.Canvas3D
Gets view that points to this Canvas3D.
getViewAttachPolicy(). Method in class java.media.j3d.ViewPlatform
Returns the current coexistence center in virtual-world policy.
getViewPolicy(). Method in class java.media.j3d.View
Retrieves the current view computation policy for this View.
getVirtualUniverse(). Method in class java.media.j3d.Locale
Retrieves the virtual universe that this Locale object is contained within.
getVpcToEc(Transform3D). Method in class java.media.j3d.View
Retrieves the current ViewPlatform Coordinates (VPC) system to Eye Coordinates (EC) transform and copies it into the specified object.
getWeights(). Method in class java.media.j3d.Morph
Retrieves the Morph node's morph weight vector.
getWhichChild(). Method in class java.media.j3d.Switch
Returns the index of the current child.
getWindowEyepointPolicy(). Method in class java.media.j3d.Canvas3D
Returns the current window eye-point policy, one of: RELATIVE_TO_SCREEN, RELATIVE_TO_WINDOW, or RELATIVE_TO_FIELD_OF_VIEW.
getWindowMovementPolicy(). Method in class java.media.j3d.Canvas3D
Returns the current window movement policy, one of: VIRTUAL_WORLD or PHYSICAL_WORLD.
getWindowResizePolicy(). Method in class java.media.j3d.Canvas3D
Returns the current window resize policy, one of: VIRTUAL_WORLD or PHYSICAL_WORLD.
GMatrix(GMatrix). Constructor for class java.vecmath.GMatrix
Constructs a new GMatrix and copies the initial values from the parameter matrix.
GMatrix(int, int). Constructor for class java.vecmath.GMatrix
Constructs an nRow by NCol identity matrix.
GMatrix(int, int, double[]). Constructor for class java.vecmath.GMatrix
Constructs an nRow by nCol matrix initialized to the values in the matrix array.
GREATER. Static variable in class java.media.j3d.RenderingAttributes
Indicates pixels are drawn if pixel alpha value is greater than alpha test value.
GREATER_OR_EQUAL. Static variable in class java.media.j3d.RenderingAttributes
Indicates pixels are drawn if pixel alpha value is greater than or equal to alpha test value.
Group(). Constructor for class java.media.j3d.Group
creates a new Group Node object
GVector(double[]). Constructor for class java.vecmath.GVector
Constructs a new generalized mathematic Vector with zero elements; length reprents the number of elements in the vector.
GVector(GVector). Constructor for class java.vecmath.GVector
Constructs a new GVector and copies the initial values from the parameter vector.
GVector(int). Constructor for class java.vecmath.GVector
Constructs a new generalized mathematic Vector with zero elements; length reprents the number of elements in the vector.
GVector(Tuple2f). Constructor for class java.vecmath.GVector
Constructs a new GVector and copies the initial values from the Tuple
GVector(Tuple3d). Constructor for class java.vecmath.GVector
Constructs a new GVector and copies the initial values from the Tuple
GVector(Tuple3f). Constructor for class java.vecmath.GVector
Constructs a new GVector and copies the initial values from the Tuple
GVector(Tuple4d). Constructor for class java.vecmath.GVector
Constructs a new GVector and copies the initial values from the Tuple
GVector(Tuple4f). Constructor for class java.vecmath.GVector
Constructs a new GVector and copies the initial values from the Tuple

H

HAND_PREDICTOR. Static variable in class java.media.j3d.Sensor
Assume the sensor is predicting hand position/orientation
hashCode(). Method in class java.vecmath.AxisAngle4d
Returns a hash number based on the data values in this object.
hashCode(). Method in class java.vecmath.AxisAngle4f
Returns a hash number based on the data values in this object.
hashCode(). Method in class java.vecmath.GMatrix
Returns a hash number based on the data values in this object.
hashCode(). Method in class java.vecmath.GVector
Returns a hash number based on the data values in this object.
hashCode(). Method in class java.vecmath.Matrix3d
Returns a hash number based on the data values in this object.
hashCode(). Method in class java.vecmath.Matrix3f
Returns a hash number based on the data values in this object.
hashCode(). Method in class java.vecmath.Matrix4d
Returns a hash number based on the data values in this object.
hashCode(). Method in class java.vecmath.Matrix4f
Returns a hash number based on the data values in this object.
hashCode(). Method in class java.media.j3d.SceneGraphPath
Returns a hash number based on the data values in this object.
hashCode(). Method in class java.media.j3d.Transform3D
Returns a hash number based on the data values in this object.
hashCode(). Method in class java.vecmath.Tuple2f
Returns a hash number based on the data values in this object.
hashCode(). Method in class java.vecmath.Tuple3b
Returns a hash number based on the data values in this object.
hashCode(). Method in class java.vecmath.Tuple3d
Returns a hash number based on the data values in this object.
hashCode(). Method in class java.vecmath.Tuple3f
Returns a hash number based on the data values in this object.
hashCode(). Method in class java.vecmath.Tuple4b
Returns a hash number based on the data values in this object.
hashCode(). Method in class java.vecmath.Tuple4d
Returns a hash number based on the data values in this object.
hashCode(). Method in class java.vecmath.Tuple4f
Returns a hash number based on the data values in this object.
hasTriggered(). Method in class java.media.j3d.WakeupCriterion
Returns true if this criterion triggered the wakeup.
HEAD_PREDICTOR. Static variable in class java.media.j3d.Sensor
Assume the sensor is predicting head position/orientation
HEADPHONES. Static variable in class java.media.j3d.PhysicalEnvironment
HiResCoord(). Constructor for class java.media.j3d.HiResCoord
Constructs and initializes a new HiResCoord located at (0, 0, 0).
HiResCoord(HiResCoord). Constructor for class java.media.j3d.HiResCoord
Constructs and initializes a new HiResCoord using the values provided in the argument.
HiResCoord(int[], int[], int[]). Constructor for class java.media.j3d.HiResCoord
Constructs and initializes a new HiResCoord using the values provided in the argument.
HMD_VIEW. Static variable in class java.media.j3d.View
Specifies that Java 3D should compute new viewpoints using that sequence of transforms appropriate to head-mounted display environments.

I

IDENTITY. Static variable in class java.media.j3d.Transform3D
An identity matrix.
identityMinus(). Method in class java.vecmath.GMatrix
Subtracts this matrix from the identity matrix and puts the values back into this (this = I - this).
IllegalSharingException(). Constructor for class java.media.j3d.IllegalSharingException
Create the exception object with default values.
IllegalSharingException(String). Constructor for class java.media.j3d.IllegalSharingException
Create the exception object that outputs message.
INCREASING_ENABLE. Static variable in class java.media.j3d.Alpha
Specifies that the increasing component of the alpha is used.
IndexedGeometryArray(int, int, int). Constructor for class java.media.j3d.IndexedGeometryArray
Constructs an empty IndexedGeometryArray object with the specified number of vertices, number of indices and vertex format.
IndexedGeometryStripArray(int, int, int, int[]). Constructor for class java.media.j3d.IndexedGeometryStripArray
Constructs an empty IndexedGeometryStripArray object with the specified number of vertices, vertex format, number of strips, and array of vertex counts per strip.
IndexedLineArray(int, int, int). Constructor for class java.media.j3d.IndexedLineArray
Constructs an empty IndexedLineArray object with the specified number of vertices, number of indices and vertex format.
IndexedLineStripArray(int, int, int, int[]). Constructor for class java.media.j3d.IndexedLineStripArray
Constructs an empty IndexedLineStripArray object with the specified number of vertices, vertex format, number of strips, and array of index counts per strip.
IndexedPointArray(int, int, int). Constructor for class java.media.j3d.IndexedPointArray
Constructs an empty IndexedPointArray object with the specified number of vertices, number of indices and vertex format.
IndexedQuadArray(int, int, int). Constructor for class java.media.j3d.IndexedQuadArray
Constructs an empty IndexedQuadArray object with the specified number of vertices, number of indices and vertex format.
IndexedTriangleArray(int, int, int). Constructor for class java.media.j3d.IndexedTriangleArray
Constructs an empty IndexedTriangleArray object with the specified number of vertices, number of indices and vertex format.
IndexedTriangleFanArray(int, int, int, int[]). Constructor for class java.media.j3d.IndexedTriangleFanArray
Constructs an empty IndexedTriangleFanArray object with the specified number of vertices, vertex format, number of indices, and array of vertex counts per strip.
IndexedTriangleStripArray(int, int, int, int[]). Constructor for class java.media.j3d.IndexedTriangleStripArray
Constructs an empty IndexedTriangleStripArray object with the specified number of vertices, vertex format, number of indices, and array of vertex counts per strip.
initialize(). Method in class java.media.j3d.Behavior
Initialize this behavior.
initialize(). Method in class java.media.j3d.Billboard
Initialize method that sets up initial wakeup criteria.
initialize(). Method in class java.media.j3d.DistanceLOD
Initialize method that sets up initial wakeup criteria.
initialize(). Method in interface java.media.j3d.InputDevice
Code to initialize the device
initialize(). Method in class java.media.j3d.Interpolator
This is the default Interpolator behavior initialization routine.
insertCanvas3D(Canvas3D, int). Method in class java.media.j3d.View
Inserts the canvas3D at the given index position.
insertChild(Node, int). Method in class java.media.j3d.Group
Inserts the node's specified child at the specified index location.
insertLight(Light, int). Method in class java.media.j3d.GraphicsContext3D
Inserts the specified light at the specified index location.
insertScope(Group, int). Method in class java.media.j3d.Fog
Inserts the scope specified by the group node at the specified index location.
insertScope(Group, int). Method in class java.media.j3d.Light
Inserts the scope specified by the group node at the specified index location.
insertSound(Sound, int). Method in class java.media.j3d.GraphicsContext3D
Inserts the specified sound at the specified index location.
insertSwitch(Switch, int). Method in class java.media.j3d.LOD
Inserts the specified switch node at specified index.
INTENSITY. Static variable in class java.media.j3d.Texture
Specifies Texture contains only Intensity values.
interpolate(GVector, float). Method in class java.vecmath.GVector
Linearly interpolates between this vector and vector v1 and places the result into this tuple: this = alpha*this + (1-alpha)*v1.
interpolate(GVector, GVector, float). Method in class java.vecmath.GVector
Linearly interpolates between vectors v1 and v2 and places the result into this tuple: this = alpha*v1 + (1-alpha)*v2.
interpolate(Quat4d, double). Method in class java.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 java.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 java.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 java.vecmath.Quat4f
Performs a great circle interpolation between quaternion q1 and quaternion q2 and places the result into this quaternion.
interpolate(Tuple2f, float). Method in class java.vecmath.Tuple2f
Linearly interpolates between this tuple and tuple t1 and places the result into this tuple: this = alpha*this + (1-alpha)*t1.
interpolate(Tuple2f, Tuple2f, float). Method in class java.vecmath.Tuple2f
Linearly interpolates between tuples t1 and t2 and places the result into this tuple: this = alpha*t1 + (1-alpha)*t2.
interpolate(Tuple3d, float). Method in class java.vecmath.Tuple3d
Linearly interpolates between this tuple and tuple t1 and places the result into this tuple: this = alpha*this + (1-alpha)*t1.
interpolate(Tuple3d, Tuple3d, float). Method in class java.vecmath.Tuple3d
Linearly interpolates between tuples t1 and t2 and places the result into this tuple: this = alpha*t1 + (1-alpha)*t2.
interpolate(Tuple3f, float). Method in class java.vecmath.Tuple3f
Linearly interpolates between this tuple and tuple t1 and places the result into this tuple: this = alpha*this + (1-alpha)*t1.
interpolate(Tuple3f, Tuple3f, float). Method in class java.vecmath.Tuple3f
Linearly interpolates between tuples t1 and t2 and places the result into this tuple: this = alpha*t1 + (1-alpha)*t2.
interpolate(Tuple4d, float). Method in class java.vecmath.Tuple4d
Linearly interpolates between this tuple and tuple t1 and places the result into this tuple: this = alpha*this + (1-alpha)*t1.
interpolate(Tuple4d, Tuple4d, float). Method in class java.vecmath.Tuple4d
Linearly interpolates between tuples t1 and t2 and places the result into this tuple: this = alpha*t1 + (1-alpha)*t2.
interpolate(Tuple4f, float). Method in class java.vecmath.Tuple4f
Linearly interpolates between this tuple and tuple t1 and places the result into this tuple: this = alpha*this + (1-alpha)*t1.
interpolate(Tuple4f, Tuple4f, float). Method in class java.vecmath.Tuple4f
Linearly interpolates between tuples t1 and t2 and places the result into this tuple: this = alpha*t1 + (1-alpha)*t2.
Interpolator(Alpha). Constructor for class java.media.j3d.Interpolator
intersect(Bounds). Method in class java.media.j3d.BoundingBox
Test for intersection with another bounds object
intersect(Bounds). Method in class java.media.j3d.BoundingPolytope
Test for intersection with another bounds object
intersect(Bounds). Method in class java.media.j3d.BoundingSphere
Test for intersection with another bounds object
intersect(Bounds, BoundingBox). Method in class java.media.j3d.BoundingBox
Test for intersection with another bounding box
intersect(Bounds, BoundingPolytope). Method in class java.media.j3d.BoundingPolytope
Test for intersection with another bounds object
intersect(Bounds, BoundingSphere). Method in class java.media.j3d.BoundingSphere
Test for intersection with another bounds object
intersect(Bounds[]). Method in class java.media.j3d.BoundingBox
Test for intersection with an array of bounds objects
intersect(Bounds[]). Method in class java.media.j3d.BoundingPolytope
Test for intersection with another bounds object
intersect(Bounds[]). Method in class java.media.j3d.BoundingSphere
Test for intersection with another bounds object
intersect(Bounds[], BoundingBox). Method in class java.media.j3d.BoundingBox
Test for intersection with an array of bounds objects
intersect(Bounds[], BoundingPolytope). Method in class java.media.j3d.BoundingPolytope
Test for intersection with an array of bounds objects
intersect(Bounds[], BoundingSphere). Method in class java.media.j3d.BoundingSphere
Test for intersection with an array of bounds objects
intersect(Point3d). Method in class java.media.j3d.BoundingBox
Test for intersection with a point
intersect(Point3d). Method in class java.media.j3d.BoundingPolytope
Test for intersection with a point
intersect(Point3d). Method in class java.media.j3d.BoundingSphere
Test for intersection with a point
intersect(Point3d, Point3d). Method in class java.media.j3d.BoundingBox
Test for intersection with a ray
intersect(Point3d, Point3d). Method in class java.media.j3d.BoundingPolytope
Test for intersection with a ray
intersect(Point3d, Point3d). Method in class java.media.j3d.BoundingSphere
Test for intersection with a ray
inverse(). Method in class java.vecmath.Quat4d
Sets the value of this quaternion to the quaternion inverse of itself.
inverse(). Method in class java.vecmath.Quat4f
Sets the value of this quaternion to the quaternion inverse of itself.
inverse(Quat4d). Method in class java.vecmath.Quat4d
Sets the value of this quaternion to quaternion inverse of quaternion q1.
inverse(Quat4f). Method in class java.vecmath.Quat4f
Sets the value of this quaternion to quaternion inverse of quaternion q1.
invert(). Method in class java.vecmath.GMatrix
Inverts this matrix in place.
invert(). Method in class java.vecmath.Matrix3d
Inverts this matrix in place.
invert(). Method in class java.vecmath.Matrix3f
Inverts this matrix in place.
invert(). Method in class java.vecmath.Matrix4d
Inverts this matrix in place.
invert(). Method in class java.vecmath.Matrix4f
Inverts this matrix in place.
invert(). Method in class java.media.j3d.Transform3D
Inverts this transform in place.
invert(GMatrix). Method in class java.vecmath.GMatrix
Inverts matrix m1 and places the new values into this matrix.
invert(Matrix3d). Method in class java.vecmath.Matrix3d
Sets the value of this matrix to the matrix inverse of the passed matrix m1.
invert(Matrix3f). Method in class java.vecmath.Matrix3f
Sets the value of this matrix to the matrix inverse of the passed matrix m1.
invert(Matrix4d). Method in class java.vecmath.Matrix4d
Sets the value of this matrix to the matrix inverse of the passed (user declared) matrix m1.
invert(Matrix4f). Method in class java.vecmath.Matrix4f
Sets the value of this matrix to the matrix inverse of the passed (user declared) matrix m1.
invert(Transform3D). Method in class java.media.j3d.Transform3D
Sets the value of this transform to the inverse of the passed Transform3D parameter.
isCompiled(). Method in class java.media.j3d.SceneGraphObject
Returns a flag indicating whether the node is part of a scene graph that has been compiled.
isLive(). Method in class java.media.j3d.SceneGraphObject
Returns a flag indicating whether the node is part of a live scene graph.
isPlaying(). Method in class java.media.j3d.Sound
Retrieves sound's play status.
isSoundPlaying(int). Method in class java.media.j3d.GraphicsContext3D
Retrieves the sound playing flag

L

lastButtons(). Method in class java.media.j3d.Sensor
Returns the state of the buttons associated with the most recent sensor reading.
lastButtons(int). Method in class java.media.j3d.Sensor
Returns the state of the buttons associated with the kth most recent sensor reading.
lastRead(Transform3D). Method in class java.media.j3d.Sensor
Extracts the most recent sensor reading and copies that value into the specified argument.
lastRead(Transform3D, int). Method in class java.media.j3d.Sensor
Extracts the kth most recent sensor reading and copies that value into the specified argument.
lastTime(). Method in class java.media.j3d.Sensor
Returns the time associated with the most recent sensor reading.
lastTime(int). Method in class java.media.j3d.Sensor
Returns the time associated with the kth most recent sensor reading.
Leaf(). Constructor for class java.media.j3d.Leaf
Construct and initialize the Leaf object
LEFT_EYE_VIEW. Static variable in class java.media.j3d.Canvas3D
Specifies that monoscopic view generated should be the view as seen from the left eye.
length(). Method in class java.vecmath.Vector2f
Returns the length of this vector.
length(). Method in class java.vecmath.Vector3d
Returns the length of this vector.
length(). Method in class java.vecmath.Vector3f
Returns the length of this vector.
length(). Method in class java.vecmath.Vector4d
Returns the length of this vector.
length(). Method in class java.vecmath.Vector4f
Returns the length of this vector.
lengthSquared(). Method in class java.vecmath.Vector2f
Returns the squared length of this vector.
lengthSquared(). Method in class java.vecmath.Vector3d
Returns the squared length of this vector.
lengthSquared(). Method in class java.vecmath.Vector3f
Returns the squared length of this vector.
lengthSquared(). Method in class java.vecmath.Vector4d
Returns the squared length of this vector.
lengthSquared(). Method in class java.vecmath.Vector4f
Returns the squared length of this vector
LESS. Static variable in class java.media.j3d.RenderingAttributes
Indicates pixels are drawn if pixel alpha value is less than alpha test value.
LESS_OR_EQUAL. Static variable in class java.media.j3d.RenderingAttributes
Indicates pixels are drawn if pixel alpha value is less than or equal to alpha test value.
Light(). Constructor for class java.media.j3d.Light
Constructs and initializes a light using default parameters.
Light(boolean, Color3f). Constructor for class java.media.j3d.Light
Constructs and initializes a light using the specified parameters.
Light(Color3f). Constructor for class java.media.j3d.Light
Constructs and initializes a light using the specified parameters.
LINE_BUFFER. Static variable in class java.media.j3d.CompressedGeometryHeader
bufferType: compressed geometry is made up of line segments.
LinearFog(). Constructor for class java.media.j3d.LinearFog
Constructs a LinearFog node with default fog parameters.
LinearFog(Color3f). Constructor for class java.media.j3d.LinearFog
Constructs a LinearFog node with the specified fog color.
LinearFog(Color3f, float, float). Constructor for class java.media.j3d.LinearFog
Constructs a LinearFog node with the specified fog color and distances.
LinearFog(float, float, float). Constructor for class java.media.j3d.LinearFog
Constructs a LinearFog node with the specified fog color.
LinearFog(float, float, float, float, float). Constructor for class java.media.j3d.LinearFog
Constructs a LinearFog node with the specified fog color and distances.
LineArray(int, int). Constructor for class java.media.j3d.LineArray
Constructs an empty LineArray object with the specified number of vertices, and vertex format.
LineAttributes(). Constructor for class java.media.j3d.LineAttributes
Constructs LineAttributes object with default values.
LineAttributes(float, int, boolean). Constructor for class java.media.j3d.LineAttributes
Constructs LineAttributes object with specified values.
LineStripArray(int, int, int[]). Constructor for class java.media.j3d.LineStripArray
Constructs an empty LineStripArray object with the specified number of vertices, vertex format, number of strips, and array of vertex counts per strip.
Link(). Constructor for class java.media.j3d.Link
Constructs a Link node object which does not yet point to a SharedGroup node.
Link(SharedGroup). Constructor for class java.media.j3d.Link
Constructs a Link node object that points to the specified SharedGroup node.
linkCount(). Method in class java.media.j3d.SceneGraphPath
Returns the number of link nodes in this path.
Locale(VirtualUniverse). Constructor for class java.media.j3d.Locale
Constructs and initializes a new high resolution Locale object located at (0, 0, 0).
Locale(VirtualUniverse, HiResCoord). Constructor for class java.media.j3d.Locale
Constructs and initializes a new high resolution Locale object at the location specified by the HiResCoord argument.
Locale(VirtualUniverse, int[], int[], int[]). Constructor for class java.media.j3d.Locale
Constructs and initializes a new high resolution Locale object from the parameters provided.
LOD(). Constructor for class java.media.j3d.LOD
Constructs and initializes an LOD node.
lookAt(Point3d, Point3d, Vector3d). Method in class java.media.j3d.Transform3D
Helping function that specifies the position and orientation of a view matrix.
LUD(GMatrix, GVector). Method in class java.vecmath.GMatrix
LU Decomposition; this matrix must be a square matrix; the LU GMatrix parameter must be the same size as this matrix.
LUDBackSolve(GMatrix, GVector, GVector). Method in class java.vecmath.GVector
LU Decomposition Back Solve; this method takes the LU matrix and the permutation vector produced by the GMatrix method LUD and solves the equation this = (LU)*x by placing the solution to the set of linear equations into this vector.
LUMINANCE. Static variable in class java.media.j3d.Texture
Specifies Texture contains only luminance values.
LUMINANCE_ALPHA. Static variable in class java.media.j3d.Texture
Specifies Texture contains Luminance and Alpha values.

M

m00. Variable in class java.vecmath.Matrix3d
The matrix element that maps x into x'.
m00. Variable in class java.vecmath.Matrix3f
The matrix element that maps x into x'.
m00. Variable in class java.vecmath.Matrix4d
The matrix element that maps x into x'.
m00. Variable in class java.vecmath.Matrix4f
The matrix element that maps x into x'.
m01. Variable in class java.vecmath.Matrix3d
The matrix element that maps y into x'.
m01. Variable in class java.vecmath.Matrix3f
The matrix element that maps y into x'.
m01. Variable in class java.vecmath.Matrix4d
The matrix element that maps y into x'.
m01. Variable in class java.vecmath.Matrix4f
The matrix element that maps y into x'.
m02. Variable in class java.vecmath.Matrix3d
The matrix element that maps z into x'.
m02. Variable in class java.vecmath.Matrix3f
The matrix element that maps z into x'.
m02. Variable in class java.vecmath.Matrix4d
The matrix element that maps z into x'.
m02. Variable in class java.vecmath.Matrix4f
The matrix element that maps z into x'.
m03. Variable in class java.vecmath.Matrix4d
The matrix element that is the translational component of x'.
m03. Variable in class java.vecmath.Matrix4f
The matrix element that is the translational component of x'.
m10. Variable in class java.vecmath.Matrix3d
The matrix element that maps x into y'.
m10. Variable in class java.vecmath.Matrix3f
The matrix element that maps x into y'.
m10. Variable in class java.vecmath.Matrix4d
The matrix element that maps x into y'.
m10. Variable in class java.vecmath.Matrix4f
The matrix element that maps x into y'.
m11. Variable in class java.vecmath.Matrix3d
The matrix element that maps y into y'.
m11. Variable in class java.vecmath.Matrix3f
The matrix element that maps y into y'.
m11. Variable in class java.vecmath.Matrix4d
The matrix element that maps y into y'.
m11. Variable in class java.vecmath.Matrix4f
The matrix element that maps y into y'.
m12. Variable in class java.vecmath.Matrix3d
The matrix element that maps z into y'.
m12. Variable in class java.vecmath.Matrix3f
The matrix element that maps z into y'.
m12. Variable in class java.vecmath.Matrix4d
The matrix element that maps z into y'.
m12. Variable in class java.vecmath.Matrix4f
The matrix element that maps z into y'.
m13. Variable in class java.vecmath.Matrix4d
The matrix element that is the translational component of y'.
m13. Variable in class java.vecmath.Matrix4f
The matrix element that is the translational component of y'.
m20. Variable in class java.vecmath.Matrix3d
The matrix element that maps x into z'.
m20. Variable in class java.vecmath.Matrix3f
The matrix element that maps x into z'.
m20. Variable in class java.vecmath.Matrix4d
The matrix element that maps x into z'.
m20. Variable in class java.vecmath.Matrix4f
The matrix element that maps x into z'.
m21. Variable in class java.vecmath.Matrix3d
The matrix element that maps y into z'.
m21. Variable in class java.vecmath.Matrix3f
The matrix element that maps y into z'.
m21. Variable in class java.vecmath.Matrix4d
The matrix element that maps y into z'.
m21. Variable in class java.vecmath.Matrix4f
The matrix element that maps y into z'.
m22. Variable in class java.vecmath.Matrix3d
The matrix element that maps z into z'.
m22. Variable in class java.vecmath.Matrix3f
The matrix element that maps z into z'.
m22. Variable in class java.vecmath.Matrix4d
The matrix element that maps z into z'.
m22. Variable in class java.vecmath.Matrix4f
The matrix element that maps z into z'.
m23. Variable in class java.vecmath.Matrix4d
The matrix element that is the translational component of z'.
m23. Variable in class java.vecmath.Matrix4f
The matrix element that is the translational component of z'.
m30. Variable in class java.vecmath.Matrix4d
Unused matrix element, except for perspective mapping of x to w'.
m30. Variable in class java.vecmath.Matrix4f
Unused matrix element, except for perspective mapping of x to w'.
m31. Variable in class java.vecmath.Matrix4d
Unused matrix element, except for perspective mapping of y to w'.
m31. Variable in class java.vecmath.Matrix4f
Unused matrix element, except for perspective mapping of y to w'.
m32. Variable in class java.vecmath.Matrix4d
Unused matrix element, except for perspective mapping of z to w'.
m32. Variable in class java.vecmath.Matrix4f
Unused matrix element, except for perspective mapping of z to w'.
m33. Variable in class java.vecmath.Matrix4d
Unused matrix element, except for perspective mapping must be unity.
m33. Variable in class java.vecmath.Matrix4f
Unused matrix element, except for perspective mapping must be unity.
majorVersionNumber. Variable in class java.media.j3d.CompressedGeometryHeader
The major version number for the compressed geometry format that was used to compress the geometry.
Material(). Constructor for class java.media.j3d.Material
Constructs and initializes a material object using default parameters.
Material(Color3f, Color3f, Color3f, Color3f, float). Constructor for class java.media.j3d.Material
Constructs and initializes a new material object using the specified parameters.
Matrix3d(). Constructor for class java.vecmath.Matrix3d
Constructs and initializes a Matrix3d to all zeros.
Matrix3d(double, double, double, double, double, double, double, double, double). Constructor for class java.vecmath.Matrix3d
Constructs and initializes a Matrix3d from the specified nine values.
Matrix3d(double[]). Constructor for class java.vecmath.Matrix3d
Constructs and initializes a Matrix3d from the specified nine- element array.
Matrix3d(Matrix3d). Constructor for class java.vecmath.Matrix3d
Constructs a new matrix with the same values as the Matrix3d parameter.
Matrix3d(Matrix3f). Constructor for class java.vecmath.Matrix3d
Constructs a new matrix with the same values as the Matrix3f parameter.
Matrix3f(). Constructor for class java.vecmath.Matrix3f
Constructs and initializes a Matrix3f to all zeros.
Matrix3f(float, float, float, float, float, float, float, float, float). Constructor for class java.vecmath.Matrix3f
Constructs and initializes a Matrix3f from the specified nine values.
Matrix3f(float[]). Constructor for class java.vecmath.Matrix3f
Constructs and initializes a Matrix3f from the specified nine- element array.
Matrix3f(Matrix3d). Constructor for class java.vecmath.Matrix3f
Constructs a new matrix with the same values as the Matrix3d parameter.
Matrix3f(Matrix3f). Constructor for class java.vecmath.Matrix3f
Constructs a new matrix with the same values as the Matrix3f parameter.
Matrix4d(). Constructor for class java.vecmath.Matrix4d
Constructs and initializes a Matrix4d to all zeros.
Matrix4d(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double). Constructor for class java.vecmath.Matrix4d
Constructs and initializes a Matrix4d from the specified 16 values.
Matrix4d(double[]). Constructor for class java.vecmath.Matrix4d
Constructs and initializes a Matrix4d from the specified 16 element array.
Matrix4d(Matrix3d, Vector3d, double). Constructor for class java.vecmath.Matrix4d
Constructs and initializes a Matrix4f from the rotation matrix, translation, and scale values; the scale is applied only to the rotational components of the matrix (upper 3x3) and not to the translational components of the matrix.
Matrix4d(Matrix3f, Vector3d, double). Constructor for class java.vecmath.Matrix4d
Constructs and initializes a Matrix4d from the rotation matrix, translation, and scale values; the scale is applied only to the rotational components of the matrix (upper 3x3) and not to the translational components of the matrix.
Matrix4d(Matrix4d). Constructor for class java.vecmath.Matrix4d
Constructs a new matrix with the same values as the Matrix4d parameter.
Matrix4d(Matrix4f). Constructor for class java.vecmath.Matrix4d
Constructs a new matrix with the same values as the Matrix4f parameter.
Matrix4d(Quat4d, Vector3d, double). Constructor for class java.vecmath.Matrix4d
Constructs and initializes a Matrix4d from the quaternion, translation, and scale values; the scale is applied only to the rotational components of the matrix (upper 3x3) and not to the translational components.
Matrix4d(Quat4f, Vector3d, double). Constructor for class java.vecmath.Matrix4d
Constructs and initializes a Matrix4d from the quaternion, translation, and scale values; the scale is applied only to the rotational components of the matrix (upper 3x3) and not to the translational components.
Matrix4f(). Constructor for class java.vecmath.Matrix4f
Constructs and initializes a Matrix4f to all zeros.
Matrix4f(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float). Constructor for class java.vecmath.Matrix4f
Constructs and initializes a Matrix4f from the specified 16 values.
Matrix4f(float[]). Constructor for class java.vecmath.Matrix4f
Constructs and initializes a Matrix4f from the specified 16 element array.
Matrix4f(Matrix3f, Vector3f, float). Constructor for class java.vecmath.Matrix4f
Constructs and initializes a Matrix4f from the rotation matrix, translation, and scale values; the scale is applied only to the rotational components of the matrix (upper 3x3) and not to the translational components of the matrix.
Matrix4f(Matrix4d). Constructor for class java.vecmath.Matrix4f
Constructs a new matrix with the same values as the Matrix4d parameter.
Matrix4f(Matrix4f). Constructor for class java.vecmath.Matrix4f
Constructs a new matrix with the same values as the Matrix4f parameter.
Matrix4f(Quat4f, Vector3f, float). Constructor for class java.vecmath.Matrix4f
Constructs and initializes a Matrix4f from the quaternion, translation, and scale values; the scale is applied only to the rotational components of the matrix (upper 3x3) and not to the translational components.
MAXIMUM_SENSOR_BUTTON_COUNT. Static variable in class java.media.j3d.SensorRead
The maximum number of sensor-attached buttons tracked on a per sensor basis.
MediaContainer(). Constructor for class java.media.j3d.MediaContainer
Constructs and initializes a new MediaContainer object using defaults for all parameters.
MediaContainer(String). Constructor for class java.media.j3d.MediaContainer
Constructs and initializes a new MediaContainer object using specified parameters
minorMinorVersionNumber. Variable in class java.media.j3d.CompressedGeometryHeader
The minor-minor version number for the compressed geometry format that was used to compress the geometry.
minorVersionNumber. Variable in class java.media.j3d.CompressedGeometryHeader
The minor version number for the compressed geometry format that was used to compress the geometry.
MODULATE. Static variable in class java.media.j3d.TextureAttributes
Modulate the object color with the texture color.
MONO_SPEAKER. Static variable in class java.media.j3d.PhysicalEnvironment
Morph(GeometryArray[]). Constructor for class java.media.j3d.Morph
Constructs and initializes a Morph object with the default appearance.
Morph(GeometryArray[], Appearance). Constructor for class java.media.j3d.Morph
Constructs and initializes a Morph object.
moveTo(BranchGroup). Method in class java.media.j3d.Group
Moves the specified branch group node from its existing location to the end of this node's list of children.
mul(GMatrix). Method in class java.vecmath.GMatrix
Sets the value of this matrix to the result of multiplying itself with matrix m1 (this = this * m1).
mul(GMatrix, GMatrix). Method in class java.vecmath.GMatrix
Sets the value of this matrix to the result of multiplying the two argument matrices together (this = m1 * m2).
mul(GMatrix, GVector). Method in class java.vecmath.GVector
Multiplies matrix m1 times Vector v1 and places the result into this vector (this = m1*v1).
mul(GVector, GMatrix). Method in class java.vecmath.GVector
Multiplies the transpose of vector v1 (ie, v1 becomes a row vector with respect to the multiplication) times matrix m1 and places the result into this vector (this = transpose(v1)*m1).
mul(Matrix3d). Method in class java.vecmath.Matrix3d
Sets the value of this matrix to the result of multiplying itself with matrix m1.
mul(Matrix3d, Matrix3d). Method in class java.vecmath.Matrix3d
Sets the value of this matrix to the result of multiplying the two argument matrices together.
mul(Matrix3f). Method in class java.vecmath.Matrix3f
Sets the value of this matrix to the result of multiplying itself with matrix m1.
mul(Matrix3f, Matrix3f). Method in class java.vecmath.Matrix3f
Sets the value of this matrix to the result of multiplying the two argument matrices together.
mul(Matrix4d). Method in class java.vecmath.Matrix4d
Sets the value of this matrix to the result of multiplying itself with matrix m1.
mul(Matrix4d, Matrix4d). Method in class java.vecmath.Matrix4d
Sets the value of this matrix to the result of multiplying the two argument matrices together.
mul(Matrix4f). Method in class java.vecmath.Matrix4f
Sets the value of this matrix to the result of multiplying itself with matrix m1.
mul(Matrix4f, Matrix4f). Method in class java.vecmath.Matrix4f
Sets the value of this matrix to the result of multiplying the two argument matrices together.
mul(Quat4d). Method in class java.vecmath.Quat4d
Sets the value of this quaternion to the quaternion product of itself and q1 (this = this * q1).
mul(Quat4d, Quat4d). Method in class java.vecmath.Quat4d
Sets the value of this quaternion to the quaternion product of quaternions q1 and q2 (this = q1 * q2).
mul(Quat4f). Method in class java.vecmath.Quat4f
Sets the value of this quaternion to the quaternion product of itself and q1 (this = this * q1).
mul(Quat4f, Quat4f). Method in class java.vecmath.Quat4f
Sets the value of this quaternion to the quaternion product of quaternions q1 and q2 (this = q1 * q2).
mul(Transform3D). Method in class java.media.j3d.Transform3D
Sets the value of this transform to the result of multiplying itself with transform t1 (this = this * t1).
mul(Transform3D, Transform3D). Method in class java.media.j3d.Transform3D
Sets the value of this transform to the result of multiplying transform t1 by transform t2 (this = t1*t2).
mulInverse(Quat4d). Method in class java.vecmath.Quat4d
Multiplies this quaternion by the inverse of quaternion q1 and places the value into this quaternion.
mulInverse(Quat4d, Quat4d). Method in class java.vecmath.Quat4d
Multiplies quaternion q1 by the inverse of quaternion q2 and places the value into this quaternion.
mulInverse(Quat4f). Method in class java.vecmath.Quat4f
Multiplies this quaternion by the inverse of quaternion q1 and places the value into this quaternion.
mulInverse(Quat4f, Quat4f). Method in class java.vecmath.Quat4f
Multiplies quaternion q1 by the inverse of quaternion q2 and places the value into this quaternion.
mulInverse(Transform3D). Method in class java.media.j3d.Transform3D
Multiplies this transform by the inverse of transform t1.
mulInverse(Transform3D, Transform3D). Method in class java.media.j3d.Transform3D
Multiplies transform t1 by the inverse of transform t2.
mulNormalize(Matrix3d). Method in class java.vecmath.Matrix3d
Multiplies this matrix by matrix m1, does an SVD normalization of the result, and places the result back into this matrix this = SVDnorm(this*m1).
mulNormalize(Matrix3d, Matrix3d). Method in class java.vecmath.Matrix3d
Multiplies matrix m1 by matrix m2, does an SVD normalization of the result, and places the result into this matrix this = SVDnorm(m1*m2).
mulNormalize(Matrix3f). Method in class java.vecmath.Matrix3f
Multiplies this matrix by matrix m1, does an SVD normalization of the result, and places the result back into this matrix this = SVDnorm(this*m1).
mulNormalize(Matrix3f, Matrix3f). Method in class java.vecmath.Matrix3f
Multiplies matrix m1 by matrix m2, does an SVD normalization of the result, and places the result into this matrix this = SVDnorm(m1*m2).
MULTI_LEVEL_LINEAR. Static variable in class java.media.j3d.Texture
Performs tri-linear interpolation of texels between four texels each from two nearest mipmap levels.
MULTI_LEVEL_MIPMAP. Static variable in class java.media.j3d.Texture
Indicates that this Texture object has multiple images- one for each mipmap level(i.e.
MULTI_LEVEL_POINT. Static variable in class java.media.j3d.Texture
Selects the nearest texel in the nearest mipmap.
MultipleParentException(). Constructor for class java.media.j3d.MultipleParentException
Create the exception object with default values.
MultipleParentException(String). Constructor for class java.media.j3d.MultipleParentException
Create the exception object that outputs message.
multiplyModelTransform(Transform3D). Method in class java.media.j3d.GraphicsContext3D
Multiplies the current model transform by the specified transform and stores the result back into the current transform.
mulTransposeBoth(GMatrix, GMatrix). Method in class java.vecmath.GMatrix
Multiplies the transpose of matrix m1 times the transpose of matrix m2, and places the result into this.
mulTransposeBoth(Matrix3d, Matrix3d). Method in class java.vecmath.Matrix3d
Multiplies the transpose of matrix m1 times the transpose of matrix m2, and places the result into this.
mulTransposeBoth(Matrix3f, Matrix3f). Method in class java.vecmath.Matrix3f
Multiplies the transpose of matrix m1 times the transpose of matrix m2, and places the result into this.
mulTransposeBoth(Matrix4d, Matrix4d). Method in class java.vecmath.Matrix4d
Multiplies the transpose of matrix m1 times the transpose of matrix m2, and places the result into this.
mulTransposeBoth(Matrix4f, Matrix4f). Method in class java.vecmath.Matrix4f
Multiplies the transpose of matrix m1 times the transpose of matrix m2, and places the result into this.
mulTransposeBoth(Transform3D, Transform3D). Method in class java.media.j3d.Transform3D
Multiplies the transpose of transform t1 by the transpose of transform t2 and places the result into this transform (this = transpose(t1) * transpose(t2)).
mulTransposeLeft(GMatrix, GMatrix). Method in class java.vecmath.GMatrix
Multiplies the transpose of matrix m1 times matrix m2, and places the result into this.
mulTransposeLeft(Matrix3d, Matrix3d). Method in class java.vecmath.Matrix3d
Multiplies the transpose of matrix m1 times matrix m2, and places the result into this.
mulTransposeLeft(Matrix3f, Matrix3f). Method in class java.vecmath.Matrix3f
Multiplies the transpose of matrix m1 times matrix m2, and places the result into this.
mulTransposeLeft(Matrix4d, Matrix4d). Method in class java.vecmath.Matrix4d
Multiplies the transpose of matrix m1 times matrix m2, and places the result into this.
mulTransposeLeft(Matrix4f, Matrix4f). Method in class java.vecmath.Matrix4f
Multiplies the transpose of matrix m1 times matrix m2, and places the result into this.
mulTransposeLeft(Transform3D, Transform3D). Method in class java.media.j3d.Transform3D
Multiplies the transpose of transform t1 by transform t2 and places the result into this matrix (this = transpose(t1) * t2).
mulTransposeRight(GMatrix, GMatrix). Method in class java.vecmath.GMatrix
Multiplies matrix m1 times the transpose of matrix m2, and places the result into this.
mulTransposeRight(Matrix3d, Matrix3d). Method in class java.vecmath.Matrix3d
Multiplies matrix m1 times the transpose of matrix m2, and places the result into this.
mulTransposeRight(Matrix3f, Matrix3f). Method in class java.vecmath.Matrix3f
Multiplies matrix m1 times the transpose of matrix m2, and places the result into this.
mulTransposeRight(Matrix4d, Matrix4d). Method in class java.vecmath.Matrix4d
Multiplies matrix m1 times the transpose of matrix m2, and places the result into this.
mulTransposeRight(Matrix4f, Matrix4f). Method in class java.vecmath.Matrix4f
Multiplies matrix m1 times the transpose of matrix m2, and places the result into this.
mulTransposeRight(Transform3D, Transform3D). Method in class java.media.j3d.Transform3D
Multiplies transform t1 by the transpose of transform t2 and places the result into this transform (this = t1 * transpose(t2)).

N

negate(). Method in class java.vecmath.GMatrix
Negates the value of this matrix: this = -this.
negate(). Method in class java.vecmath.GVector
Negates the value of this vector: this = -this.
negate(). Method in class java.media.j3d.HiResCoord
Negates this HiResCoord
negate(). Method in class java.vecmath.Matrix3d
Negates the value of this matrix: this = -this.
negate(). Method in class java.vecmath.Matrix3f
Negates the value of this matrix: this = -this.
negate(). Method in class java.vecmath.Matrix4d
Negates the value of this matrix: this = -this.
negate(). Method in class java.vecmath.Matrix4f
Negates the value of this matrix: this = -this.
negate(). Method in class java.vecmath.Tuple2f
Negates the value of this vector in place.
negate(). Method in class java.vecmath.Tuple3d
Negates the value of this tuple in place.
negate(). Method in class java.vecmath.Tuple3f
Negates the value of this tuple in place.
negate(). Method in class java.vecmath.Tuple4d
Negates the value of this tuple in place.
negate(). Method in class java.vecmath.Tuple4f
Negates the value of this tuple in place.
negate(GMatrix). Method in class java.vecmath.GMatrix
Sets the value of this matrix equal to the negation of of the GMatrix parameter.
negate(HiResCoord). Method in class java.media.j3d.HiResCoord
Negates the specified HiResCoords and places the results into this HiResCoord.
negate(Matrix3d). Method in class java.vecmath.Matrix3d
Sets the value of this matrix equal to the negation of of the Matrix3d parameter.
negate(Matrix3f). Method in class java.vecmath.Matrix3f
Sets the value of this matrix equal to the negation of of the Matrix3f parameter.
negate(Matrix4d). Method in class java.vecmath.Matrix4d
Sets the value of this matrix equal to the negation of of the Matrix4d parameter.
negate(Matrix4f). Method in class java.vecmath.Matrix4f
Sets the value of this matrix equal to the negation of of the Matrix4f parameter.
negate(Tuple2f). Method in class java.vecmath.Tuple2f
Sets the value of this tuple to the negation of tuple t1.
negate(Tuple3d). Method in class java.vecmath.Tuple3d
Sets the value of this tuple to the negation of tuple t1.
negate(Tuple3f). Method in class java.vecmath.Tuple3f
Sets the value of this tuple to the negation of tuple t1.
negate(Tuple4d). Method in class java.vecmath.Tuple4d
Sets the value of this tuple to the negation of tuple t1.
negate(Tuple4f). Method in class java.vecmath.Tuple4f
Sets the value of this tuple to the negation of tuple t1.
NEGATIVE_DETERMINANT. Static variable in class java.media.j3d.Transform3D
This matrix has a negative determinant; an orthogonal matrix with a positive determinant is a rotation matrix; an orthogonal matrix with a negative determinant is a reflection and rotation matrix.
NEVER. Static variable in class java.media.j3d.RenderingAttributes
Indicates pixels are never drawn irrespective of alpha value.
NICEST. Static variable in class java.media.j3d.ColoringAttributes
Use the nicest available method for shading.
NICEST. Static variable in class java.media.j3d.Texture
Uses the nicest available method for processing geometry.
NICEST. Static variable in class java.media.j3d.TextureAttributes
Use the nicest (highest quality) available method for texture mapping perspective correction.
NICEST. Static variable in class java.media.j3d.TransparencyAttributes
Use the nicest available method for transparency.
NO_PREDICTOR. Static variable in class java.media.j3d.Sensor
Use no prediction policy
Node(). Constructor for class java.media.j3d.Node
Constructs and initializes a Node object.
NodeComponent(). Constructor for class java.media.j3d.NodeComponent
NOMINAL_FEET. Static variable in class java.media.j3d.View
Specifies that Java 3D should locate the user's virtual head at whatever vertical position is needed to ensure that the user's virtual feet touch the virtual ground plane (as determined by the current head position).
NOMINAL_HEAD. Static variable in class java.media.j3d.View
Specifies that Java 3D should locate the user's virtual head at the same point as the user's physical head (as determined by the current head position).
NOMINAL_SCREEN. Static variable in class java.media.j3d.View
Specifies that Java 3D should locate the user's virtual head at a point offset by nominalEyeDistanceFromNominalScreen from the user's physical head (as determined by the current head position).
NONE. Static variable in class java.media.j3d.TransparencyAttributes
No transparency, opaque object.
norm(). Method in class java.vecmath.GVector
Returns the square root of the sum of the squares of this vector (its length in n-dimensional space).
normalize(). Method in class java.vecmath.GVector
Normalizes this vector in place.
normalize(). Method in class java.vecmath.Matrix3d
Performs singular value decomposition normalization of this matrix.
normalize(). Method in class java.vecmath.Matrix3f
Performs singular value decomposition normalization of this matrix.
normalize(). Method in class java.vecmath.Quat4d
Normalizes the value of this quaternion in place.
normalize(). Method in class java.vecmath.Quat4f
Normalizes the value of this quaternion in place.
normalize(). Method in class java.media.j3d.Transform3D
Normalizes the rotational components (upper 3x3) of this matrix in place; a Singular Value Decomposition (SVD) normalization is used.
normalize(). Method in class java.vecmath.Vector2f
Normalizes this vector in place.
normalize(). Method in class java.vecmath.Vector3d
Normalizes this vector in place.
normalize(). Method in class java.vecmath.Vector3f
Normalizes this vector in place.
normalize(). Method in class java.vecmath.Vector4d
Normalizes this vector in place.
normalize(). Method in class java.vecmath.Vector4f
Normalizes this vector in place.
normalize(GVector). Method in class java.vecmath.GVector
Sets the value of this vector to the normalization of vector v1.
normalize(Matrix3d). Method in class java.vecmath.Matrix3d
Perform singular value decomposition normalization of matrix m1 and place the normalized values into this.
normalize(Matrix3f). Method in class java.vecmath.Matrix3f
Perform singular value decomposition normalization of matrix m1 and place the normalized values into this.
normalize(Quat4d). Method in class java.vecmath.Quat4d
Sets the value of this quaternion to the normalized value of quaternion q1.
normalize(Quat4f). Method in class java.vecmath.Quat4f
Sets the value of this quaternion to the normalized value of quaternion q1.
normalize(Transform3D). Method in class java.media.j3d.Transform3D
Normalizes the rotational components (upper 3x3) of transform t1 using a singular value decomposition (SVD) and places the values into this transform.
normalize(Vector2f). Method in class java.vecmath.Vector2f
Sets the value of this vector to the normalization of vector v1.
normalize(Vector3d). Method in class java.vecmath.Vector3d
Sets the value of this vector to the normalization of vector v1.
normalize(Vector3f). Method in class java.vecmath.Vector3f
Sets the value of this vector to the normalization of vector v1.
normalize(Vector4d). Method in class java.vecmath.Vector4d
Sets the value of this vector to the normalization of vector v1.
normalize(Vector4f). Method in class java.vecmath.Vector4f
Sets the value of this vector to the normalization of vector v1.
normalizeCP(). Method in class java.vecmath.Matrix3d
Perform cross product normalization of this matrix.
normalizeCP(). Method in class java.vecmath.Matrix3f
Perform cross product normalization of this matrix.
normalizeCP(). Method in class java.media.j3d.Transform3D
Normalizes the rotational components (upper 3x3) of this transform in place using a Cross Product (CP) normalization.
normalizeCP(Matrix3d). Method in class java.vecmath.Matrix3d
Perform cross product normalization of matrix m1 and place the normalized values into this.
normalizeCP(Matrix3f). Method in class java.vecmath.Matrix3f
Perform cross product normalization of matrix m1 and place the normalized values into this.
normalizeCP(Transform3D). Method in class java.media.j3d.Transform3D
Normalizes the rotational components (upper 3x3) of transform t1 using a Cross Product (CP) normalization and places the values into this transform.
NORMALS. Static variable in class java.media.j3d.GeometryArray
Specifies that this GeometryArray contains an array of normals.
normSquared(). Method in class java.vecmath.GVector
Returns the sum of the squares of this vector (its length sqaured in n-dimensional space).
NOT_EQUAL. Static variable in class java.media.j3d.RenderingAttributes
Indicates pixels are drawn if pixel alpha value is not equal to alpha test value.
numBranchGraphs(). Method in class java.media.j3d.Locale
Get number of branch graphs in this Locale.
numChildren(). Method in class java.media.j3d.Group
Returns a count of this nodes' children.
numDistances(). Method in class java.media.j3d.DistanceLOD
Returns a count of the number of LOD distance cut-off parameters.
numLights(). Method in class java.media.j3d.GraphicsContext3D
Retrieves the current number of lights in this graphics context.
numLocales(). Method in class java.media.j3d.VirtualUniverse
Returns the number of locales.
numScopes(). Method in class java.media.j3d.Fog
Returns a count of this fogs' scopes.
numScopes(). Method in class java.media.j3d.Light
Returns a count of this lights' scopes.
numSounds(). Method in class java.media.j3d.GraphicsContext3D
Retrieves the current number of sounds in this graphics context.
numSwitches(). Method in class java.media.j3d.LOD
Returns a count of this LOD's switches.

O

OBJECT_LINEAR. Static variable in class java.media.j3d.TexCoordGeneration
Generates texture coordinates as a linear function in object coordinates.
OrderedGroup(). Constructor for class java.media.j3d.OrderedGroup
ortho(double, double, double, double, double, double). Method in class java.media.j3d.Transform3D
Specifies an orthographic viewing frustum in eye coordinates.
ORTHOGONAL. Static variable in class java.media.j3d.Transform3D
The four row vectors that make up an orthogonal matrix form a basis, meaning that they are mutually orthogonal; an orthogonal matrix with positive determinant is a pure rotation matrix; a negative determinant indicates a rotation and a reflection.

P

paint(Graphics). Method in class java.media.j3d.Canvas3D
This method overrides AWT's paint class...
PARALLEL_PROJECTION. Static variable in class java.media.j3d.View
Specifies that Java 3D should generate a parallel projection matrix for this View.
PATH_DOWN. Static variable in class java.media.j3d.Text3D
path: succeeding glyphs are placed below the current glyph.
PATH_LEFT. Static variable in class java.media.j3d.Text3D
path: succeeding glyphs are placed to the left of the current glyph.
PATH_RIGHT. Static variable in class java.media.j3d.Text3D
path: succeeding glyphs are placed to the left of the current glyph.
PATH_UP. Static variable in class java.media.j3d.Text3D
path: succeeding glyphs are placed above the current glyph.
PATTERN_DASH. Static variable in class java.media.j3d.LineAttributes
Draw a dashed line.
PATTERN_DASH_DOT. Static variable in class java.media.j3d.LineAttributes
Draw a dashed-dotted line.
PATTERN_DOT. Static variable in class java.media.j3d.LineAttributes
Draw a dotted line.
PATTERN_SOLID. Static variable in class java.media.j3d.LineAttributes
Draw a solid line with no pattern.
perspective(double, double, double, double). Method in class java.media.j3d.Transform3D
Creates a projection transform that mimics a standard, camera-based, view-model.
PERSPECTIVE_PROJECTION. Static variable in class java.media.j3d.View
Specifies that Java 3D should generate a perspective projection matrix for this View.
PHYSICAL_EYE. Static variable in class java.media.j3d.View
Specifies that the associated distance is measured from the eye and in the physical environment.
PHYSICAL_SCREEN. Static variable in class java.media.j3d.View
Specifies that the associated distance is measured from the screen and in the physical environment.
PHYSICAL_WORLD. Static variable in class java.media.j3d.Canvas3D
Policy for resizing and moving windows.
PhysicalBody(). Constructor for class java.media.j3d.PhysicalBody
Constructs and initializes a default User head object.
PhysicalBody(Point3d, Point3d). Constructor for class java.media.j3d.PhysicalBody
Constructs and initializes a User head object from its parameters.
PhysicalBody(Point3d, Point3d, Point3d, Point3d). Constructor for class java.media.j3d.PhysicalBody
Constructs and initializes a User head object from its parameters.
PhysicalEnvironment(). Constructor for class java.media.j3d.PhysicalEnvironment
Constructs and initializes a new physical environment object.
PixelArray(). Constructor for class java.media.j3d.PixelArray
Constructs a PixelArray object.
PixelArray2D(int, int, int). Constructor for class java.media.j3d.PixelArray2D
Constructs a 2D pixel array object using the specified format, width, and height.
PixelArray3D(int, int, int, int). Constructor for class java.media.j3d.PixelArray3D
Constructs a 3D pixel array object using the specified format, width, height, and depth.
Point2f(). Constructor for class java.vecmath.Point2f
Constructs and initializes a Point2f to (0,0).
Point2f(float, float). Constructor for class java.vecmath.Point2f
Constructs and initializes a Point2f from the specified xy coordinates.
Point2f(float[]). Constructor for class java.vecmath.Point2f
Constructs and initializes a Point2f from the specified array.
Point2f(Point2f). Constructor for class java.vecmath.Point2f
Constructs and initializes a Point2f from the specified Point2f.
Point3d(). Constructor for class java.vecmath.Point3d
Constructs and initializes a Point3d to (0,0,0).
Point3d(double, double, double). Constructor for class java.vecmath.Point3d
Constructs and initializes a Point3d from the specified xyz coordinates.
Point3d(double[]). Constructor for class java.vecmath.Point3d
Constructs and initializes a Point3d from the array of length 3.
Point3d(Point3d). Constructor for class java.vecmath.Point3d
Constructs and initializes a Point3d from the specified Point3d.
Point3d(Point3f). Constructor for class java.vecmath.Point3d
Constructs and initializes a Point3d from the specified Point3f.
Point3f(). Constructor for class java.vecmath.Point3f
Constructs and initializes a Point3f to (0,0,0).
Point3f(float, float, float). Constructor for class java.vecmath.Point3f
Constructs and initializes a Point3f from the specified xyz coordinates.
Point3f(float[]). Constructor for class java.vecmath.Point3f
Constructs and initializes a Point3f from the array of length 3.
Point3f(Point3d). Constructor for class java.vecmath.Point3f
Constructs and initializes a Point3f from the specified Point3d.
Point3f(Point3f). Constructor for class java.vecmath.Point3f
Constructs and initializes a Point3f from the specified Point3f.
Point4d(). Constructor for class java.vecmath.Point4d
Constructs and initializes a Point4d to (0,0,0,0).
Point4d(double, double, double, double). Constructor for class java.vecmath.Point4d
Constructs and initializes a Point4d from the specified xyzw coordinates.
Point4d(double[]). Constructor for class java.vecmath.Point4d
Constructs and initializes a Point4d from the coordinates contained in the array.
Point4d(Point4d). Constructor for class java.vecmath.Point4d
Constructs and initializes a Point4d from the specified Point4d.
Point4d(Point4f). Constructor for class java.vecmath.Point4d
Constructs and initializes a Point4d from the specified Point4f.
Point4f(). Constructor for class java.vecmath.Point4f
Constructs and initializes a Point4f to (0,0,0,0).
Point4f(float, float, float, float). Constructor for class java.vecmath.Point4f
Constructs and initializes a Point4f from the specified xyzw coordinates.
Point4f(float[]). Constructor for class java.vecmath.Point4f
Constructs and initializes a Point4f from the array of length 4.
Point4f(Point4d). Constructor for class java.vecmath.Point4f
Constructs and initializes a Point4f from the specified Point4d.
Point4f(Point4f). Constructor for class java.vecmath.Point4f
Constructs and initializes a Point4f from the specified Point4f.
POINT_BUFFER. Static variable in class java.media.j3d.CompressedGeometryHeader
bufferType: compressed geometry is made up of individual points.
PointArray(int, int). Constructor for class java.media.j3d.PointArray
Constructs an empty PointArray object with the specified number of vertices, and vertex format.
PointAttributes(). Constructor for class java.media.j3d.PointAttributes
Constructs PointAttributes object with default values.
PointAttributes(float, boolean). Constructor for class java.media.j3d.PointAttributes
Constructs PointAttributes object with specified values.
PointLight(). Constructor for class java.media.j3d.PointLight
Constructs and initializes a point light source.
PointLight(boolean, Color3f, Point3f, Point3f). Constructor for class java.media.j3d.PointLight
Constructs and initializes a point light.
PointLight(Color3f, Point3f, Point3f). Constructor for class java.media.j3d.PointLight
Constructs and initializes a point light.
PointSound(). Constructor for class java.media.j3d.PointSound
Constructs a new Sound node using default parameters
PointSound(MediaContainer, float, float, float, float). Constructor for class java.media.j3d.PointSound
Constructs and initializes a new Point Sound node using specified parameters
PointSound(MediaContainer, float, int, boolean, boolean, boolean, Bounds, float, float, float, float[], float[]). Constructor for class java.media.j3d.PointSound
Constructs and initializes a new Point Sound node using specified parameters
PointSound(MediaContainer, float, int, boolean, boolean, boolean, Bounds, float, float, float, Point2f[]). Constructor for class java.media.j3d.PointSound
Constructs and initializes a new Point Sound node using specified parameters
PointSound(MediaContainer, float, int, boolean, boolean, boolean, Bounds, Point3f, float[], float[]). Constructor for class java.media.j3d.PointSound
Constructs and initializes a new Point Sound node using specified parameters
PointSound(MediaContainer, float, int, boolean, boolean, boolean, Bounds, Point3f, Point2f[]). Constructor for class java.media.j3d.PointSound
Constructs and initializes a new Point Sound node using specified parameters
PointSound(MediaContainer, float, Point3f). Constructor for class java.media.j3d.PointSound
Constructs and initializes a new Point Sound node using specified parameters
pollAndProcessInput(). Method in interface java.media.j3d.InputDevice
Code to poll and process the device's input.
POLLED. Static variable in interface java.media.j3d.InputDevice
Specifies that the associated devices works in polled mode
POLYGON_FILL. Static variable in class java.media.j3d.PolygonAttributes
Render polygonal primitives by filling the interior of the polygon.
POLYGON_LINE. Static variable in class java.media.j3d.PolygonAttributes
Render polygonal primitives as lines drawn between consecutive vertices of the polygon.
POLYGON_POINT. Static variable in class java.media.j3d.PolygonAttributes
Render polygonal primitives as points drawn at the vertices of the polygon.
PolygonAttributes(). Constructor for class java.media.j3d.PolygonAttributes
Constructs PolygonAttributes object with default values.
PolygonAttributes(int, int, float). Constructor for class java.media.j3d.PolygonAttributes
Constructs PolygonAttributes object with specified values.
PositionInterpolator(Alpha, TransformGroup). Constructor for class java.media.j3d.PositionInterpolator
Constructs a trivial position interpolator with a specified target, an axisOfTranslation set to Identity, a startPosition of 0.0f, and an endPosition of 1.0f.
PositionInterpolator(Alpha, TransformGroup, Transform3D, float, float). Constructor for class java.media.j3d.PositionInterpolator
Constructs a new position interpolator that varies the target transform node's translation component.
PositionPathInterpolator(Alpha, TransformGroup, Transform3D, float[], Point3f[]). Constructor for class java.media.j3d.PositionPathInterpolator
Constructs a new translator path that varies the target transform node translation component.
postId(int). Method in class java.media.j3d.Behavior
Post the specified Id.
postRender(). Method in class java.media.j3d.Canvas3D
This routine is called by the Java 3D rendering loop after completing all rendering to the canvas for this frame and before the buffer swap.
postSwap(). Method in class java.media.j3d.Canvas3D
This routine is called by the Java 3D rendering loop after completing all rendering to the canvas, and all other canvases associated with this view, for this frame following the buffer swap.
PREDICT_NEXT_FRAME_TIME. Static variable in class java.media.j3d.Sensor
Generate the value to correspond with the next frame time
PREDICT_NONE. Static variable in class java.media.j3d.Sensor
Do no prediction
preRender(). Method in class java.media.j3d.Canvas3D
This routine is called by the Java 3D rendering loop after clearing the canvas and before any rendering has been done for this frame.
processEvent(AWTEvent). Method in class java.media.j3d.Canvas3D
This method overrides AWT's handleEvent class...
processStimulus(Enumeration). Method in class java.media.j3d.Behavior
Process a stimulus meant for this behavior.
processStimulus(Enumeration). Method in class java.media.j3d.Billboard
Process stimulus method that computes appropriate level of detail.
processStimulus(Enumeration). Method in class java.media.j3d.ColorInterpolator
The ColorInterpolator Behavior
processStimulus(Enumeration). Method in class java.media.j3d.DistanceLOD
Process stimulus method that computes appropriate level of detail.
processStimulus(Enumeration). Method in class java.media.j3d.PositionInterpolator
The PositionInterpolator Behavior
processStimulus(Enumeration). Method in class java.media.j3d.PositionPathInterpolator
The PositionPathInterpolation Behavior
processStimulus(Enumeration). Method in class java.media.j3d.RotationInterpolator
The RotationInterpolator Behavior
processStimulus(Enumeration). Method in class java.media.j3d.RotationPathInterpolator
The RotationPathInterpolator Behavior
processStimulus(Enumeration). Method in class java.media.j3d.RotPosPathInterpolator
The RotPosPathInterpolator Behavior
processStimulus(Enumeration). Method in class java.media.j3d.RotPosScalePathInterpolator
The RotPosScalePathInterpolator Behavior
processStimulus(Enumeration). Method in class java.media.j3d.ScaleInterpolator
The ScaleInterpolator Behavior
processStimulus(Enumeration). Method in class java.media.j3d.SwitchValueInterpolator
The SwitchValueInterpolator Behavior
processStimulus(Enumeration). Method in class java.media.j3d.TransparencyInterpolator
The TransparencyInterpolator Behavior
processStreamInput(). Method in interface java.media.j3d.InputDevice
Code to process the device's streaming input.
project(Point4d). Method in class java.vecmath.Point3d
Multiplies each of the x,y,z components of the Point4f parameter by 1/w and places the projected values into this point.
project(Point4d). Method in class java.vecmath.Point4d
Multiplies each of the x,y,z components of the Point4f parameter by 1/w, places the projected values into this point, and places a 1 as the w parameter of this point.
project(Point4f). Method in class java.vecmath.Point3f
Multiplies each of the x,y,z components of the Point4f parameter by 1/w and places the projected values into this point.
project(Point4f). Method in class java.vecmath.Point4f
Multiplies each of the x,y,z components of the Point4f parameter by 1/w, places the projected values into this point, and places a 1 as the w parameter of this point.

Q

QuadArray(int, int). Constructor for class java.media.j3d.QuadArray
Constructs an empty QuadArray object with the specified number of vertices, and vertex format.
Quat4d(). Constructor for class java.vecmath.Quat4d
Constructs and initializes a Quat4d to (0,0,0,0).
Quat4d(double, double, double, double). Constructor for class java.vecmath.Quat4d
Constructs and initializes a Quat4d from the specified xyzw coordinates.
Quat4d(double[]). Constructor for class java.vecmath.Quat4d
Constructs and initializes a Quat4d from the array of length 4.
Quat4d(Quat4d). Constructor for class java.vecmath.Quat4d
Constructs and initializes a Quat4d from the specified Quat4d.
Quat4d(Quat4f). Constructor for class java.vecmath.Quat4d
Constructs and initializes a Quat4d from the specified Quat4f.
Quat4f(). Constructor for class java.vecmath.Quat4f
Constructs and initializes a Quat4f to (0,0,0,0).
Quat4f(float, float, float, float). Constructor for class java.vecmath.Quat4f
Constructs and initializes a Quat4f from the specified xyzw coordinates.
Quat4f(float[]). Constructor for class java.vecmath.Quat4f
Constructs and initializes a Quat4f from the array of length 4.
Quat4f(Quat4d). Constructor for class java.vecmath.Quat4f
Constructs and initializes a Quat4f from the specified Quat4d.
Quat4f(Quat4f). Constructor for class java.vecmath.Quat4f
Constructs and initializes a Quat4f from the specified Quat4f.

R

Raster(). Constructor for class java.media.j3d.Raster
Constructs a new raster image with default values.
Raster(Point3f, int, int, int, int, int, PixelArray2D, DepthImage). Constructor for class java.media.j3d.Raster
Constructs a new raster image with the specified values.
Raster(Point3f, int, Point, Dimension, PixelArray2D, DepthImage). Constructor for class java.media.j3d.Raster
Constructs a new raster image with the specified values.
RASTER_COLOR. Static variable in class java.media.j3d.Raster
Specifies a Raster object with color data.
RASTER_COLOR_DEPTH. Static variable in class java.media.j3d.Raster
Specifies a Raster object with both color and depth (z-buffer) data.
RASTER_DEPTH. Static variable in class java.media.j3d.Raster
Specifies a Raster object with depth (z-buffer) data.
readRaster(Raster). Method in class java.media.j3d.GraphicsContext3D
Read an image from the frame buffer and copy it into the PixelArray and/or DepthImage objects referenced by the specified Raster object.
RELATIVE_TO_FIELD_OF_VIEW. Static variable in class java.media.j3d.Canvas3D
Specifies that Java 3D should modify the position of the eye-point to match any changes in field of view; the view frustum will change whenever the application program changes the field of view.
RELATIVE_TO_SCREEN. Static variable in class java.media.j3d.Canvas3D
Specifies that Java 3D should interpret the given fixed eye-point position as relative to the screen.
RELATIVE_TO_WINDOW. Static variable in class java.media.j3d.Canvas3D
Specifies that Java 3D should interpret the given fixed-eye-point position as relative to the window; implying that the view frustum shape will change whenever a user moves the location of a window on the screen.
removeBranchGraph(BranchGroup). Method in class java.media.j3d.Locale
Removes a branch graph rooted at BranchGroup from the list of branch graphs.
removeCanvas3D(Canvas3D). Method in class java.media.j3d.View
Removes the given canvas3D.
removeCanvas3D(int). Method in class java.media.j3d.View
Removes the canvas3D from the given index position.
removeChild(int). Method in class java.media.j3d.Group
Removes the node's child at the specified index location.
removeLight(int). Method in class java.media.j3d.GraphicsContext3D
Removes the light at the specified index location.
removeScope(int). Method in class java.media.j3d.Fog
Removes the node's scope at the specified index location.
removeScope(int). Method in class java.media.j3d.Light
Removes the node's scope at the specified index location.
removeSound(int). Method in class java.media.j3d.GraphicsContext3D
Removes the sound at the specified index location.
removeSwitch(int). Method in class java.media.j3d.LOD
Removes the switch node at specified index.
renderField(int). Method in class java.media.j3d.Canvas3D
This routine is called by the Java 3D rendering loop during the loop.
RenderingAttributes(). Constructor for class java.media.j3d.RenderingAttributes
Constructs RenderingAttributes object with default values.
RenderingAttributes(boolean, boolean, float, int). Constructor for class java.media.j3d.RenderingAttributes
Constructs RenderingAttributes object with specified values.
REPLACE. Static variable in class java.media.j3d.TextureAttributes
Replace the object color with the texture color.
replaceBranchGraph(BranchGroup, BranchGroup). Method in class java.media.j3d.Locale
Search for the branch graph rooted at oldGroup in the list of branch graphs and replace it the branch graph rooted at newGroup.
RestrictedAccessException(). Constructor for class java.media.j3d.RestrictedAccessException
Create the exception object with default values.
RestrictedAccessException(String). Constructor for class java.media.j3d.RestrictedAccessException
Create the exception object that outputs a message.
RGB. Static variable in class java.media.j3d.Texture
Specifies Texture contains Red, Green and Blue color values.
RGBA. Static variable in class java.media.j3d.Texture
Specifies Texture contains Red, Green, Blue color values and Alpha value.
RIGHT_EYE_VIEW. Static variable in class java.media.j3d.Canvas3D
Specifies that monoscopic view generated should be the view as seen from the right eye.
RIGID. Static variable in class java.media.j3d.Transform3D
This matrix is a rotation and a translation with unity scale; The upper 3x3 of the matrix is orthogonal, and there is a translation component.
ROTATE_ABOUT_AXIS. Static variable in class java.media.j3d.Billboard
Specifies that rotation should be about the specified axis.
ROTATE_ABOUT_POINT. Static variable in class java.media.j3d.Billboard
Specifies that rotation should be about the specified point and that the children's Y-axis should match the view object's Y-axis.
RotationInterpolator(Alpha, TransformGroup). Constructor for class java.media.j3d.RotationInterpolator
Constructs a trivial rotation interpolator with a specified target, a axisOfRotation set to identity, a minimum angle of 0.0f, and a maximum angle of 6.283185308f;.
RotationInterpolator(Alpha, TransformGroup, Transform3D, float, float). Constructor for class java.media.j3d.RotationInterpolator
Constructs a new rotatotion interpolator that varies the target transform node's rotation component.
RotationPathInterpolator(Alpha, TransformGroup, Transform3D, float[], Quat4f[]). Constructor for class java.media.j3d.RotationPathInterpolator
Constructs a new rotator path interpolator that varies the target transform node's rotation component as a function of the path.
RotPosPathInterpolator(Alpha, TransformGroup, Transform3D, float[], Quat4f[], Point3f[]). Constructor for class java.media.j3d.RotPosPathInterpolator
Constructs a new rotation and orientation path that varies the target transform node's position and rotation components..
RotPosScalePathInterpolator(Alpha, TransformGroup, Transform3D, float[], Quat4f[], Point3f[], float[]). Constructor for class java.media.j3d.RotPosScalePathInterpolator
Constructs a new rotatotion, position, and scale path interpolator that varies the target transform node.
rotX(double). Method in class java.vecmath.Matrix3d
Sets the value of this matrix to a rotation matrix about the x axis by the passed angle.
rotX(double). Method in class java.vecmath.Matrix4d
Sets the value of this matrix to a rotation matrix about the x axis by the passed angle.
rotX(double). Method in class java.media.j3d.Transform3D
Sets the value of this transform to a rotation about the x axis; all of the non-rotational components are set as if this were an an identity matrix.
rotX(float). Method in class java.vecmath.Matrix3f
Sets the value of this matrix to a rotation matrix about the x axis by the passed angle.
rotX(float). Method in class java.vecmath.Matrix4f
Sets the value of this matrix to a rotation matrix about the x axis by the passed angle.
rotY(double). Method in class java.vecmath.Matrix3d
Sets the value of this matrix to a rotation matrix about the y axis by the passed angle.
rotY(double). Method in class java.vecmath.Matrix4d
Sets the value of this matrix to a rotation matrix about the y axis by the passed angle.
rotY(double). Method in class java.media.j3d.Transform3D
Sets the value of this transform to a rotation about the y axis; all of the non-rotational components are set as if this were an an identity matrix.
rotY(float). Method in class java.vecmath.Matrix3f
Sets the value of this matrix to a rotation matrix about the y axis by the passed angle.
rotY(float). Method in class java.vecmath.Matrix4f
Sets the value of this matrix to a rotation matrix about the y axis by the passed angle.
rotZ(double). Method in class java.vecmath.Matrix3d
Sets the value of this matrix to a rotation matrix about the z axis by the passed angle.
rotZ(double). Method in class java.vecmath.Matrix4d
Sets the value of this matrix to a rotation matrix about the z axis by the passed angle.
rotZ(double). Method in class java.media.j3d.Transform3D
Sets the value of this transform to a rotation about the z axis; all of the non-rotational components are set as if this were an an identity matrix.
rotZ(float). Method in class java.vecmath.Matrix3f
Sets the value of this matrix to a rotation matrix about the z axis by the passed angle.
rotZ(float). Method in class java.vecmath.Matrix4f
Sets the value of this matrix to a rotation matrix about the z axis by the passed angle.

S

scale. Variable in class java.media.j3d.CompressedGeometryHeader
The uniform scale value needed to be applied to every point in the compressed geometry buffer to restore the geometry to its original (uncompressed) postion.
SCALE. Static variable in class java.media.j3d.Transform3D
A Uniform scale matrix with no translation or other off-diagonal components.
scale(double). Method in class java.vecmath.GVector
Scales this vector by the scale factor s.
scale(double). Method in class java.vecmath.Tuple3d
Sets the value of this tuple to the scalar multiplication of itself.
scale(double). Method in class java.vecmath.Tuple4d
Sets the value of this tuple to the scalar multiplication of the scale factor with this.
scale(double, GVector). Method in class java.vecmath.GVector
Sets the value of this vector to the scalar multiplication of the scale factor with the vector v1.
scale(double, Tuple3d). Method in class java.vecmath.Tuple3d
Sets the value of this tuple to the scalar multiplication of tuple t1.
scale(double, Tuple4d). Method in class java.vecmath.Tuple4d
Sets the value of this tuple to the scalar multiplication of the scale factor with the tuple t1.
scale(float). Method in class java.vecmath.Tuple2f
Sets the value of this tuple to the scalar multiplication of itself.
scale(float). Method in class java.vecmath.Tuple3f
Sets the value of this tuple to the scalar multiplication of the scale factor with this.
scale(float). Method in class java.vecmath.Tuple4f
Sets the value of this tuple to the scalar multiplication of the scale factor with this.
scale(float, Tuple2f). Method in class java.vecmath.Tuple2f
Sets the value of this tuple to the scalar multiplication of tuple t1.
scale(float, Tuple3f). Method in class java.vecmath.Tuple3f
Sets the value of this vector to the scalar multiplication of tuple t1.
scale(float, Tuple4f). Method in class java.vecmath.Tuple4f
Sets the value of this tuple to the scalar multiplication of tuple t1.
scale(int). Method in class java.media.j3d.HiResCoord
Scales this HiResCoord by the specified value.
scale(int, HiResCoord). Method in class java.media.j3d.HiResCoord
Scales the specified HiResCoords by the specified value and places the results into this HiResCoord.
scaleAdd(double, GVector, GVector). Method in class java.vecmath.GVector
Sets the value of this vector to the scalar multiplication by s of vector v1 plus vector v2 (this = s*v1 + v2).
scaleAdd(double, Tuple3d, Tuple3d). Method in class java.vecmath.Tuple3d
Sets the value of this tuple to the scalar multiplication of tuple t1 and then adds tuple t2 (this = s*t1 + t2).
scaleAdd(double, Tuple4d, Tuple4d). Method in class java.vecmath.Tuple4d
Sets the value of this tuple to the scalar multiplication by s of tuple t1 plus tuple t2 (this = s*t1 + t2).
scaleAdd(float, Tuple2f, Tuple2f). Method in class java.vecmath.Tuple2f
Sets the value of this tuple to the scalar multiplication of tuple t1 and then adds tuple t2 (this = s*t1 + t2).
scaleAdd(float, Tuple3f, Tuple3f). Method in class java.vecmath.Tuple3f
Sets the value of this tuple to the scalar multiplication of tuple t1 and then adds tuple t2 (this = s*t1 + t2).
scaleAdd(float, Tuple4f, Tuple4f). Method in class java.vecmath.Tuple4f
Sets the value of this tuple to the scalar multiplication of tuple t1 plus tuple t2 (this = s*t1 + t2).
ScaleInterpolator(Alpha, TransformGroup). Constructor for class java.media.j3d.ScaleInterpolator
Constructs a trivial scale interpolator that varies its target transform using the specified alpha, using an identity matrix, a, minimum scale = 0.1f, and a maximum scale = 1.0f.
ScaleInterpolator(Alpha, TransformGroup, Transform3D, float, float). Constructor for class java.media.j3d.ScaleInterpolator
Constructs a new scale interpolator that varies the target transform node among the two scale values.
SceneGraphCycleException(). Constructor for class java.media.j3d.SceneGraphCycleException
Create the exception object with default values..
SceneGraphCycleException(String). Constructor for class java.media.j3d.SceneGraphCycleException
Create the exception object that outputs message.
SceneGraphObject(). Constructor for class java.media.j3d.SceneGraphObject
Constructs a new SceneGraphObject.
SceneGraphPath(). Constructor for class java.media.j3d.SceneGraphPath
Constructs a new SceneGraphPath object.
SceneGraphPath(Locale, Link[], Node). Constructor for class java.media.j3d.SceneGraphPath
Constructs a new SceneGraphPath object.
SceneGraphPath(Locale, Node). Constructor for class java.media.j3d.SceneGraphPath
Constructs a new SceneGraphPath object.
SCREEN_DOOR. Static variable in class java.media.j3d.TransparencyAttributes
Use screen-door transparency.
SCREEN_VIEW. Static variable in class java.media.j3d.View
Specifies that Java 3D should compute new viewpoints using that sequence of transforms appropriate to screen-based head-tracked display environments (fish-tank VR/portals/VR-desks).
Sensor(). Constructor for class java.media.j3d.Sensor
Construct a new sensor, consisting of a set of readings and an a hot spot at (0.0, 0.0, 0.0) in its own coordinate system.
Sensor(double, double, double). Constructor for class java.media.j3d.Sensor
Construct a new sensor, consisting of a set of readings and an offset defining the sensor's hot spot in its own coordinate system.
Sensor(Point3d). Constructor for class java.media.j3d.Sensor
Construct a new sensor, consisting of a set of readings and an offset defining the sensor's hot spot in its own coordinate system.
SensorRead(). Constructor for class java.media.j3d.SensorRead
Creates a new SensorRead object.
SensorRead(int). Constructor for class java.media.j3d.SensorRead
Creates a new SensorRead object.
set(AxisAngle4d). Method in class java.vecmath.AxisAngle4d
Sets the value of this axis angle to the value of axis angle a1.
set(AxisAngle4d). Method in class java.vecmath.AxisAngle4f
Sets the value of this axis-angle to the value of axis-angle a1.
set(AxisAngle4d). Method in class java.vecmath.Matrix3d
Sets the value of this matrix to the matrix conversion of the double precision axis and angle argument.
set(AxisAngle4d). Method in class java.vecmath.Matrix3f
set(AxisAngle4d). Method in class java.vecmath.Matrix4d
Sets the value of this matrix to the matrix conversion of the double precision axis and angle argument.
set(AxisAngle4d). Method in class java.vecmath.Matrix4f
Sets the value of this matrix to the matrix conversion of the double precision axis and angle argument.
set(AxisAngle4d). Method in class java.vecmath.Quat4d
Sets the value of this quaternion to the equivalent rotation of the AxisAngle argument.
set(AxisAngle4d). Method in class java.vecmath.Quat4f
Sets the value of this quaternion to the equivalent rotation of the AxisAngle argument.
set(AxisAngle4d). Method in class java.media.j3d.Transform3D
Sets the value of this transform to the matrix conversion of the double precision axis-angle argument.
set(AxisAngle4f). Method in class java.vecmath.AxisAngle4d
Sets the value of this axis angle to the value of axis angle a1.
set(AxisAngle4f). Method in class java.vecmath.AxisAngle4f
Sets the value of this axis-angle to the value of axis-angle a1.
set(AxisAngle4f). Method in class java.vecmath.Matrix3d
Sets the value of this matrix to the matrix conversion of the single precision axis and angle argument.
set(AxisAngle4f). Method in class java.vecmath.Matrix3f
Sets the value of this matrix to the matrix conversion of the (single precision) axis and angle argument.
set(AxisAngle4f). Method in class java.vecmath.Matrix4d
Sets the value of this matrix to the matrix conversion of the single precision axis and angle argument.
set(AxisAngle4f). Method in class java.vecmath.Matrix4f
Sets the value of this matrix to the matrix conversion of the (single precision) axis and angle argument.
set(AxisAngle4f). Method in class java.vecmath.Quat4d
Sets the value of this quaternion to the equivalent rotation of the AxisAngle argument.
set(AxisAngle4f). Method in class java.vecmath.Quat4f
Sets the value of this quaternion to the equivalent rotation of the AxisAngle argument.
set(AxisAngle4f). Method in class java.media.j3d.Transform3D
Sets the value of this transform to the matrix conversion of the single precision axis-angle argument.
set(Bounds). Method in class java.media.j3d.BoundingBox
Sets the the value of this BoundingBox
set(Bounds). Method in class java.media.j3d.BoundingPolytope
Sets the planes for this BoundingPolytope by keeping its current number and position of planes and computing new planes positions to enclose the given bounds object.
set(Bounds). Method in class java.media.j3d.BoundingSphere
Sets the the value of this BoundingSphere
set(byte[]). Method in class java.vecmath.Tuple3b
Sets the value of the x,y,z, data members of this tuple to the values in the array t of length 3.
set(byte[]). Method in class java.vecmath.Tuple4b
Sets the value of the data members of this tuple to the value of the array b of length 4.
set(double). Method in class java.vecmath.Matrix3d
Sets the value of this matrix to a scale matrix with the passed scale amount.
set(double). Method in class java.vecmath.Matrix4d
Sets the value of this matrix to a scale matrix with the passed scale amount.
set(double). Method in class java.media.j3d.Transform3D
Sets the value of this transform to a uniform scale; all of the matrix values are modified.
set(double, double, double). Method in class java.vecmath.Tuple3d
Sets the value of this tuple to the specified xyz coordinates.
set(double, double, double, double). Method in class java.vecmath.AxisAngle4d
Sets the value of this axis angle to the specified x,y,z,angle.
set(double, double, double, double). Method in class java.vecmath.Tuple4d
Sets the value of this tuple to the specified xyzw coordinates.
set(double, Vector3d). Method in class java.vecmath.Matrix4d
Sets the value of this transform to a scale and translation matrix; the scale is not applied to the translation and all of the matrix values are modified.
set(double, Vector3d). Method in class java.media.j3d.Transform3D
Sets the value of this transform to a scale and translation matrix; the scale is not applied to the translation and all of the matrix values are modified.
set(double[]). Method in class java.vecmath.AxisAngle4d
Sets the value of this axis angle to the specified x,y,z,angle.
set(double[]). Method in class java.vecmath.GMatrix
Sets the value of this matrix to the values found in the array parameter.
set(double[]). Method in class java.vecmath.GVector
Sets the value of this vector to the values found in the array parameter.
set(double[]). Method in class java.vecmath.Matrix3d
Sets the values in this Matrix3d equal to the row-major array parameter (ie, the first three elements of the array will be copied into the first row of this matrix, etc.).
set(double[]). Method in class java.vecmath.Matrix4d
Sets the values in this Matrix4d equal to the row-major array parameter (ie, the first four elements of the array will be copied into the first row of this matrix, etc.).
set(double[]). Method in class java.media.j3d.Transform3D
Sets the matrix values of this transform to the matrix values in the double precision array parameter.
set(double[]). Method in class java.vecmath.Tuple3d
Sets the value of this tuple to the value of the xyz coordinates located in the array of length 3.
set(double[]). Method in class java.vecmath.Tuple4d
Sets the value of this tuple to the specified xyzw coordinates.
set(float). Method in class java.vecmath.Matrix3f
Sets the value of this matrix to a scale matrix with the passed scale amount.
set(float). Method in class java.vecmath.Matrix4f
Sets the value of this matrix to a scale matrix with the the passed scale amount.
set(float, float). Method in class java.vecmath.Tuple2f
Sets the value of this tuple to the specified xy coordinates.
set(float, float, float). Method in class java.vecmath.Tuple3f
Sets the value of this tuple to the specified xyz coordinates.
set(float, float, float, float). Method in class java.vecmath.AxisAngle4f
Sets the value of this axis-angle to the specified x,y,z,angle.
set(float, float, float, float). Method in class java.vecmath.Tuple4f
Sets the value of this tuple to the specified xyzw coordinates.
set(float, Vector3f). Method in class java.vecmath.Matrix4f
Sets the value of this transform to a scale and translation matrix; the scale is not applied to the translation and all of the matrix values are modified.
set(float, Vector3f). Method in class java.media.j3d.Transform3D
Sets the value of this transform to a scale and translation matrix; the scale is not applied to the translation and all of the matrix values are modified.
set(float[]). Method in class java.vecmath.AxisAngle4f
Sets the value of this axis-angle to the specified values in the array of length 4.
set(float[]). Method in class java.vecmath.Matrix3f
Sets the values in this Matrix3f equal to the row-major array parameter (ie, the first three elements of the array will be copied into the first row of this matrix, etc.).
set(float[]). Method in class java.vecmath.Matrix4f
Sets the values in this GMatrix equal to the row-major array parameter (ie, the first four elements of the array will be copied into the first row of this matrix, etc.).
set(float[]). Method in class java.media.j3d.Transform3D
Sets the matrix values of this transform to the matrix values in the single precision array parameter.
set(float[]). Method in class java.vecmath.Tuple2f
Sets the value of this tuple from the 2 values specified in the array.
set(float[]). Method in class java.vecmath.Tuple3f
Sets the value of this tuple to the xyz coordinates specified in the array of length 3.
set(float[]). Method in class java.vecmath.Tuple4f
Sets the value of this tuple to the specified coordinates in the array of length 4.
set(GMatrix). Method in class java.vecmath.GMatrix
Sets the value of this matrix to the values found in matrix m1.
set(GMatrix). Method in class java.media.j3d.Transform3D
Sets the matrix values of this transform to the matrix values in the upper 4x4 corner of the GMatrix parameter.
set(GVector). Method in class java.vecmath.GVector
Sets the value of this vector to the values found in vector vector.
set(Matrix3d). Method in class java.vecmath.AxisAngle4d
Sets the value of this axis-angle to the rotational component of the passed matrix.
set(Matrix3d). Method in class java.vecmath.AxisAngle4f
Sets the value of this axis-angle to the rotational component of the passed matrix.
set(Matrix3d). Method in class java.vecmath.GMatrix
Sets the value of this matrix to that of the Matrix3d provided.
set(Matrix3d). Method in class java.vecmath.Matrix4d
Sets the rotational component (upper 3x3) of this matrix to the matrix values in the double precision Matrix3d argument; the other elements of this matrix are initialized as if this were an identity matrix (ie, affine matrix with no translational component).
set(Matrix3d). Method in class java.vecmath.Matrix4f
Sets the rotational component (upper 3x3) of this matrix to the matrix values in the double precision Matrix3d argument; the other elements of this matrix are initialized as if this were an identity matrix (ie, affine matrix with no translational component).
set(Matrix3d). Method in class java.vecmath.Quat4d
Sets the value of this quaternion to the rotational component of the passed matrix.
set(Matrix3d). Method in class java.vecmath.Quat4f
Sets the value of this quaternion to the rotational component of the passed matrix.
set(Matrix3d). Method in class java.media.j3d.Transform3D
Sets the rotational component (upper 3x3) of this transform to the matrix values in the double precision Matrix3d argument; the other elements of this transform are initialized as if this were an identity matrix (ie, affine matrix with no translational component).
set(Matrix3d, Vector3d, double). Method in class java.vecmath.Matrix4d
Sets the value of this matrix from the rotation expressed by the rotation matrix m1, the translation t1, and the scale s.
set(Matrix3d, Vector3d, double). Method in class java.vecmath.Matrix4f
Sets the value of this matrix from the rotation expressed by the rotation matrix m1, the translation t1, and the scale s.
set(Matrix3d, Vector3d, double). Method in class java.media.j3d.Transform3D
Sets the value of this matrix from the rotation expressed by the rotation matrix m1, the translation t1, and the scale s.
set(Matrix3f). Method in class java.vecmath.AxisAngle4d
Sets the value of this axis-angle to the rotational component of the passed matrix.
set(Matrix3f). Method in class java.vecmath.AxisAngle4f
Sets the value of this axis-angle to the rotational component of the passed matrix.
set(Matrix3f). Method in class java.vecmath.GMatrix
Sets the value of this matrix to that of the Matrix3f provided.
set(Matrix3f). Method in class java.vecmath.Matrix3d
Sets the value of this matrix to the double value of the Matrix3f argument.
set(Matrix3f). Method in class java.vecmath.Matrix4d
Sets the rotational component (upper 3x3) of this matrix to the matrix values in the single precision Matrix3f argument; the other elements of this matrix are initialized as if this were an identity matrix (ie, affine matrix with no translational component).
set(Matrix3f). Method in class java.vecmath.Matrix4f
Sets the rotational component (upper 3x3) of this matrix to the matrix values in the single precision Matrix3f argument; the other elements of this matrix are initialized as if this were an identity matrix (ie, affine matrix with no translational component).
set(Matrix3f). Method in class java.vecmath.Quat4d
Sets the value of this quaternion to the rotational component of the passed matrix.
set(Matrix3f). Method in class java.vecmath.Quat4f
Sets the value of this quaternion to the rotational component of the passed matrix.
set(Matrix3f). Method in class java.media.j3d.Transform3D
Sets the rotational component (upper 3x3) of this transform to the matrix values in the single precision Matrix3f argument; the other elements of this transform are initialized as if this were an identity matrix (ie, affine matrix with no translational component).
set(Matrix3f, Vector3d, double). Method in class java.media.j3d.Transform3D
Sets the value of this matrix from the rotation expressed by the rotation matrix m1, the translation t1, and the scale s.
set(Matrix3f, Vector3f, float). Method in class java.vecmath.Matrix4d
Sets the value of this matrix from the rotation expressed by the rotation matrix m1, the translation t1, and the scale s.
set(Matrix3f, Vector3f, float). Method in class java.vecmath.Matrix4f
Sets the value of this matrix from the rotation expressed by the rotation matrix m1, the translation t1, and the scale s.
set(Matrix3f, Vector3f, float). Method in class java.media.j3d.Transform3D
Sets the value of this matrix from the rotation expressed by the rotation matrix m1, the translation t1, and the scale s.
set(Matrix4d). Method in class java.vecmath.AxisAngle4d
Sets the value of this axis-angle to the rotational component of the passed matrix.
set(Matrix4d). Method in class java.vecmath.AxisAngle4f
Sets the value of this axis-angle to the rotational component of the passed matrix.
set(Matrix4d). Method in class java.vecmath.GMatrix
Sets the value of this matrix to that of the Matrix4d provided.
set(Matrix4d). Method in class java.vecmath.Matrix4d
Sets the value of this matrix to a copy of the passed matrix m1.
set(Matrix4d). Method in class java.vecmath.Matrix4f
Sets the value of this matrix to the float value of the passed matrix4d m1.
set(Matrix4d). Method in class java.vecmath.Quat4d
Sets the value of this quaternion to the rotational component of the passed matrix.
set(Matrix4d). Method in class java.vecmath.Quat4f
Sets the value of this quaternion to the rotational component of the passed matrix.
set(Matrix4d). Method in class java.media.j3d.Transform3D
Sets the matrix values of this transform to the matrix values in the double precision Matrix4d argument.
set(Matrix4f). Method in class java.vecmath.AxisAngle4d
Sets the value of this axis-angle to the rotational component of the passed matrix.
set(Matrix4f). Method in class java.vecmath.AxisAngle4f
Sets the value of this axis-angle to the rotational component of the passed matrix.
set(Matrix4f). Method in class java.vecmath.GMatrix
Sets the value of this matrix to that of the Matrix4f provided.
set(Matrix4f). Method in class java.vecmath.Matrix4d
Sets the value of this matrix to the double value of the passed matrix4f m1.
set(Matrix4f). Method in class java.vecmath.Matrix4f
Sets the value of this matrix to a copy of the passed matrix m1.
set(Matrix4f). Method in class java.vecmath.Quat4d
Sets the value of this quaternion to the rotational component of the passed matrix.
set(Matrix4f). Method in class java.vecmath.Quat4f
Sets the value of this quaternion to the rotational component of the passed matrix.
set(Matrix4f). Method in class java.media.j3d.Transform3D
Sets the matrix values of this transform to the matrix values in the single precision Matrix4f argument.
set(Quat4d). Method in class java.vecmath.AxisAngle4d
Sets the value of this axis-angle to the rotational equivalent of the passed quaternion.
set(Quat4d). Method in class java.vecmath.AxisAngle4f
Sets the value of this axis-angle to the rotational equivalent of the passed quaternion.
set(Quat4d). Method in class java.vecmath.Matrix3d
Sets the value of this matrix to the matrix conversion of the double precision quaternion argument.
set(Quat4d). Method in class java.vecmath.Matrix3f
Sets the value of this matrix to the matrix conversion of the (single precision) quaternion argument.
set(Quat4d). Method in class java.vecmath.Matrix4d
Sets the value of this matrix to the matrix conversion of the (double precision) quaternion argument.
set(Quat4d). Method in class java.vecmath.Matrix4f
Sets the value of this matrix to the matrix conversion of the double precision quaternion argument.
set(Quat4d). Method in class java.media.j3d.Transform3D
Sets the value of this transform to the matrix conversion of the double precision quaternion argument; the non-rotational components are set as if this were an identity matrix.
set(Quat4d, Vector3d, double). Method in class java.vecmath.Matrix4d
Sets the value of this matrix from the rotation expressed by the quaternion q1, the translation t1, and the scale s.
set(Quat4d, Vector3d, double). Method in class java.vecmath.Matrix4f
Sets the value of this matrix from the rotation expressed by the quaternion q1, the translation t1, and the scale s.
set(Quat4d, Vector3d, double). Method in class java.media.j3d.Transform3D
Sets the value of this matrix from the rotation expressed by the quaternion q1, the translation t1, and the scale s.
set(Quat4f). Method in class java.vecmath.AxisAngle4d
Sets the value of this axis-angle to the rotational equivalent of the passed quaternion.
set(Quat4f). Method in class java.vecmath.AxisAngle4f
Sets the value of this axis-angle to the rotational equivalent of the passed quaternion.
set(Quat4f). Method in class java.vecmath.Matrix3d
Sets the value of this matrix to the matrix conversion of the single precision quaternion argument.
set(Quat4f). Method in class java.vecmath.Matrix3f
Sets the value of this matrix to the matrix conversion of the (single precision) quaternion argument.
set(Quat4f). Method in class java.vecmath.Matrix4d
Sets the value of this matrix to the matrix conversion of the single precision quaternion argument.
set(Quat4f). Method in class java.vecmath.Matrix4f
Sets the value of this matrix to the matrix conversion of the single precision quaternion argument.
set(Quat4f). Method in class java.media.j3d.Transform3D
Sets the value of this transform to the matrix conversion of the single precision quaternion argument; the non-rotational components are set as if this were an identity matrix.
set(Quat4f, Vector3d, double). Method in class java.vecmath.Matrix4d
Sets the value of this matrix from the rotation expressed by the quaternion q1, the translation t1, and the scale s.
set(Quat4f, Vector3d, double). Method in class java.media.j3d.Transform3D
Sets the value of this matrix from the rotation expressed by the quaternion q1, the translation t1, and the scale s.
set(Quat4f, Vector3f, float). Method in class java.vecmath.Matrix4d
Sets the value of this matrix from the rotation expressed by the quaternion q1, the translation t1, and the scale s.
set(Quat4f, Vector3f, float). Method in class java.vecmath.Matrix4f
Sets the value of this matrix from the rotation expressed by the quaternion q1, the translation t1, and the scale s.
set(Quat4f, Vector3f, float). Method in class java.media.j3d.Transform3D
Sets the value of this matrix from the rotation expressed by the quaternion q1, the translation t1, and the scale s.
set(SceneGraphPath). Method in class java.media.j3d.SceneGraphPath
Sets this path's values to that of the specified path
set(Transform3D). Method in class java.media.j3d.SensorRead
Set the SensorRead's transform to the value specified
set(Transform3D). Method in class java.media.j3d.Transform3D
Sets the matrix, type, and state of this transform to the matrix, type, and state of transform t1.
set(Tuple2f). Method in class java.vecmath.GVector
Sets the value of this vector to the values in tuple
set(Tuple2f). Method in class java.vecmath.Tuple2f
Sets the value of this tuple to the value of the Tuple2f argument.
set(Tuple3b). Method in class java.vecmath.Tuple3b
Sets the value of the data members of this tuple to the value of the argument tuple t1.
set(Tuple3d). Method in class java.vecmath.GVector
Sets the value of this vector to the values in tuple
set(Tuple3d). Method in class java.vecmath.Tuple3d
Sets the value of this tuple to the value of tuple t1.
set(Tuple3d). Method in class java.vecmath.Tuple3f
Sets the value of this tuple to the value of the Tuple3d argument.
set(Tuple3f). Method in class java.vecmath.GVector
Sets the value of this vector to the values in tuple
set(Tuple3f). Method in class java.vecmath.Tuple3d
Sets the value of this tuple to the value of Tuple3f t1.
set(Tuple3f). Method in class java.vecmath.Tuple3f
Sets the value of this tuple to the value of tuple t1.
set(Tuple4b). Method in class java.vecmath.Tuple4b
Sets the value of the data members of this tuple to the value of the argument tuple t1.
set(Tuple4d). Method in class java.vecmath.GVector
Sets the value of this vector to the values in tuple
set(Tuple4d). Method in class java.vecmath.Tuple4d
Sets the value of this tuple to the value of tuple t1.
set(Tuple4d). Method in class java.vecmath.Tuple4f
Sets the value of this tuple to the value of tuple t1.
set(Tuple4f). Method in class java.vecmath.GVector
Sets the value of this vector to the values in tuple
set(Tuple4f). Method in class java.vecmath.Tuple4d
Sets the value of this tuple to the value of tuple t1.
set(Tuple4f). Method in class java.vecmath.Tuple4f
Sets the value of this tuple to the value of tuple t1.
set(Vector3d). Method in class java.vecmath.Matrix4d
Sets the value of this matrix to a translate matrix by the passed translation value.
set(Vector3d). Method in class java.media.j3d.Transform3D
Sets the translational value of this matrix to the Vector3d paramter values, and sets the other components of the matrix as if this transform were an identity matrix.
set(Vector3d, double). Method in class java.vecmath.Matrix4d
Sets the value of this transform to a scale and translation matrix; the translation is scaled by the scale factor and all of the matrix values are modified.
set(Vector3d, double). Method in class java.media.j3d.Transform3D
Sets the value of this transform to a scale and translation matrix; the translation is scaled by the scale factor and all of the matrix values are modified.
set(Vector3f). Method in class java.vecmath.Matrix4f
Sets the value of this matrix to a translate matrix with the passed translation value.
set(Vector3f). Method in class java.media.j3d.Transform3D
Sets the translational value of this matrix to the Vector3f parameter values, and sets the other components of the matrix as if this transform were an identity matrix.
set(Vector3f, float). Method in class java.vecmath.Matrix4f
Sets the value of this transform to a scale and translation matrix; the translation is scaled by the scale factor and all of the matrix values are modified.
set(Vector3f, float). Method in class java.media.j3d.Transform3D
Sets the value of this transform to a scale and translation matrix; the translation is scaled by the scale factor and all of the matrix values are modified.
setActivationRadius(float). Method in class java.media.j3d.ViewPlatform
Set the ViewPlatform's activation radius which defines an activation volume around the view platform.
setAlignment(int). Method in class java.media.j3d.Text3D
Sets the text alignment policy for this Text3D NodeComponent object.
setAlignmentAxis(float, float, float). Method in class java.media.j3d.Billboard
Sets the alignment axis.
setAlignmentAxis(Vector3f). Method in class java.media.j3d.Billboard
Sets the alignment axis.
setAlignmentMode(int). Method in class java.media.j3d.Billboard
Sets the alignment mode.
setAlpha(Alpha). Method in class java.media.j3d.Interpolator
Set this interpolator's alpha to the alpha object specified.
setAlphaTestFunction(int). Method in class java.media.j3d.RenderingAttributes
Set alpha test function.
setAlphaTestValue(float). Method in class java.media.j3d.RenderingAttributes
Set alpha test value used by alpha test function.
setAlphAtOneDuration(long). Method in class java.media.j3d.Alpha
Set this alpha's alphaAtOneDuration to that specified in the argument.
setAlphAtZeroDuration(long). Method in class java.media.j3d.Alpha
Set this alpha's alphaAtZeroDuration to that specified in the argument.
setAmbientColor(Color3f). Method in class java.media.j3d.Material
Sets this material's ambient color.
setAmbientColor(float, float, float). Method in class java.media.j3d.Material
Sets this material's ambient color.
setAngleOffsetToSpeaker(float). Method in class java.media.j3d.PhysicalEnvironment
Set Angle Offset To Speaker
setAngularAttenuation(float[], float[], float[]). Method in class java.media.j3d.ConeSound
Sets angular attenuation including gain and filter using separate arrays
setAngularAttenuation(Point2f[]). Method in class java.media.j3d.ConeSound
Sets this sound's angular gain attenuation (not including filter)
setAngularAttenuation(Point3f[]). Method in class java.media.j3d.ConeSound
Sets this sound's angular attenuation including both gain and filter.
setAppearance(Appearance). Method in class java.media.j3d.GraphicsContext3D
Sets the current Appearance object to the specified Appearance component object.
setAppearance(Appearance). Method in class java.media.j3d.Morph
Sets the appearance component of this Morph node.
setAppearance(Appearance). Method in class java.media.j3d.Shape3D
Sets the appearance component of this Shape3D node.
setApplicationBoundingLeaf(BoundingLeaf). Method in class java.media.j3d.Background
Set the Background's application region to the specified bounding leaf.
setApplicationBoundingLeaf(BoundingLeaf). Method in class java.media.j3d.Clip
Set the Clip's application region to the specified bounding leaf.
setApplicationBoundingLeaf(BoundingLeaf). Method in class java.media.j3d.Soundscape
Set the Soundscape's application region to the specified bounding leaf.
setApplicationBounds(Bounds). Method in class java.media.j3d.Background
Set the Background's application region to the specified bounds.
setApplicationBounds(Bounds). Method in class java.media.j3d.Clip
Set the Clip's application region to the specified bounds.
setApplicationBounds(Bounds). Method in class java.media.j3d.Soundscape
Set the Soundscape's application region to the specified bounds.
setAttenuation(float, float, float). Method in class java.media.j3d.PointLight
Sets this Light's current attenuation values and places it in the parameter specified.
setAttenuation(Point3f). Method in class java.media.j3d.PointLight
Sets this Light's current attenuation values and places it in the parameter specified.
setAttributeGain(float). Method in class java.media.j3d.AuralAttributes
Set Attribute Gain (amplitude)
setAudioPlaybackType(int). Method in class java.media.j3d.PhysicalEnvironment
Set Type of Audio Playback physical transducer(s) sound is output to.
setAuralAttributes(AuralAttributes). Method in class java.media.j3d.GraphicsContext3D
Sets the current AuralAttributes object to the specified AuralAttributes component object.
setAuralAttributes(AuralAttributes). Method in class java.media.j3d.Soundscape
Set a set of aural attributes for this Soundscape
setAutoNormalize(boolean). Method in class java.media.j3d.Transform3D
Performs an automatic SVD normalization of the rotational components (upper 3x3) of this matrix after every subsequent matrix operation on this object, unless the boolean is subsequently set to false.
setBackClipDistance(double). Method in class java.media.j3d.View
Sets the view model's back clip distance.
setBackClipPolicy(int). Method in class java.media.j3d.View
Sets the view model's back clip policy, the policy Java 3D uses in computing where to place the back clip plane.
setBackDistance(float). Method in class java.media.j3d.Clip
Sets the back clipping distance to the specified value.
setBackDistance(float). Method in class java.media.j3d.LinearFog
Sets back distance for fog
setBackground(Background). Method in class java.media.j3d.GraphicsContext3D
Sets the current Background to the specified Background leaf node object.
setBoundaryColor(Color4f). Method in class java.media.j3d.Texture
Sets the texture boundary color for this texture object.
setBoundaryColor(float, float, float, float). Method in class java.media.j3d.Texture
Sets the texture boundary color for this texture object.
setBoundaryModeR(int). Method in class java.media.j3d.Texture3D
Sets the boundary mode for the R coordinate in this texture object.
setBoundaryModeS(int). Method in class java.media.j3d.Texture
Sets the boundary mode for the S coordinate in this texture object.
setBoundaryModeT(int). Method in class java.media.j3d.Texture
Sets the boundary mode for the T coordinate in this texture object.
setBounds(Bounds). Method in class java.media.j3d.Node
Sets the geometric bounds of a node.
setButtons(boolean[]). Method in class java.media.j3d.SensorRead
Sets this SensorRead's button state values to the values in the arguments
setCacheEnable(boolean). Method in class java.media.j3d.MediaContainer
Set Cache Enable state flag Allows the writing of sound data explicitly into the MediaContainer rather than just referencing a JavaMedia container.
setCanvas3D(Canvas3D, int). Method in class java.media.j3d.View
Sets given canvas3D at the given index position.
setCapability(int). Method in class java.media.j3d.SceneGraphObject
Sets the specified capability bit.
setCenter(Point3d). Method in class java.media.j3d.BoundingSphere
Sets the position of this bounding sphere from a point.
setCenterEarToSpeaker(float). Method in class java.media.j3d.PhysicalEnvironment
Set Distance from Center Ear to Speakers
setCharacterSpacing(int). Method in class java.media.j3d.Text3D
Sets the character spacing used hwne constructing the Text3D string.
setChild(Node, int). Method in class java.media.j3d.Group
Replaces the node's specified child with the child provided.
setChildMask(BitSet). Method in class java.media.j3d.Switch
Sets current childMask.
setCoexistenceCenterInPworldPolicy(int). Method in class java.media.j3d.PhysicalEnvironment
Sets the coexistence center in physical world policy.
setCoexistenceToImagePlate(Transform3D). Method in class java.media.j3d.Screen3D
Sets the coexistence coordinate system to image-plate coordinate system transform.
setCoexistenceToTrackerBase(Transform3D). Method in class java.media.j3d.PhysicalEnvironment
Sets the coexistence coordinate system to tracker-base coordinate system transform.
setCollisionBounds(Bounds). Method in class java.media.j3d.Group
Sets the collision bounds of a node.
setCollisionBounds(Bounds). Method in class java.media.j3d.Morph
Sets the collision bounds of a node.
setCollisionBounds(Bounds). Method in class java.media.j3d.Shape3D
Sets the collision bounds of a node.
setColor(Color3f). Method in class java.media.j3d.Background
Sets the background color to the specified color.
setColor(Color3f). Method in class java.media.j3d.ColoringAttributes
Sets the intrinsic color of this ColoringAttributes component object.
setColor(Color3f). Method in class java.media.j3d.Fog
Sets the fog color to the specified color.
setColor(Color3f). Method in class java.media.j3d.Light
Sets the Light's current color.
setColor(float, float, float). Method in class java.media.j3d.Background
Sets the background color to the specified color.
setColor(float, float, float). Method in class java.media.j3d.ColoringAttributes
Sets the intrinsic color of this ColoringAttributes component object.
setColor(float, float, float). Method in class java.media.j3d.Fog
Sets the fog color to the specified color.
setColor(int, byte[]). Method in class java.media.j3d.GeometryArray
Sets the color associated with the vertex at the specified index for this object.
setColor(int, Color3b). Method in class java.media.j3d.GeometryArray
Sets the color associated with the vertex at the specified index for this object.
setColor(int, Color3f). Method in class java.media.j3d.GeometryArray
Sets the color associated with the vertex at the specified index for this object.
setColor(int, Color4b). Method in class java.media.j3d.GeometryArray
Sets the color associated with the vertex at the specified index for this object.
setColor(int, Color4f). Method in class java.media.j3d.GeometryArray
Sets the color associated with the vertex at the specified index for this object.
setColor(int, float[]). Method in class java.media.j3d.GeometryArray
Sets the color associated with the vertex at the specified index for this object.
setColorIndex(int, int). Method in class java.media.j3d.IndexedGeometryArray
Sets the color index associated with the vertex at the specified index for this object.
setColorIndices(int, int[]). Method in class java.media.j3d.IndexedGeometryArray
Sets the color indices associated with the vertices starting at the specified index for this object.
setColoringAttributes(ColoringAttributes). Method in class java.media.j3d.Appearance
Sets the coloringAttributes object to the specified object.
setColors(int, byte[]). Method in class java.media.j3d.GeometryArray
Sets the colors associated with the vertices starting at the specified index for this object.
setColors(int, Color3b[]). Method in class java.media.j3d.GeometryArray
Sets the colors associated with the vertices starting at the specified index for this object.
setColors(int, Color3f[]). Method in class java.media.j3d.GeometryArray
Sets the colors associated with the vertices starting at the specified index for this object.
setColors(int, Color4b[]). Method in class java.media.j3d.GeometryArray
Sets the colors associated with the vertices starting at the specified index for this object.
setColors(int, Color4f[]). Method in class java.media.j3d.GeometryArray
Sets the colors associated with the vertices starting at the specified index for this object.
setColors(int, float[]). Method in class java.media.j3d.GeometryArray
Sets the colors associated with the vertices starting at the specified index for this object.
setColumn(int, double, double, double). Method in class java.vecmath.Matrix3d
Sets the specified column of this matrix3d to the three values provided.
setColumn(int, double, double, double, double). Method in class java.vecmath.Matrix4d
Sets the specified column of this matrix4d to the four values provided.
setColumn(int, double[]). Method in class java.vecmath.GMatrix
Copy the values from the array into the specified column of this matrix.
setColumn(int, double[]). Method in class java.vecmath.Matrix3d
Sets the specified column of this matrix3d to the three values provided.
setColumn(int, double[]). Method in class java.vecmath.Matrix4d
Sets the specified column of this matrix4d to the four values provided.
setColumn(int, float, float, float). Method in class java.vecmath.Matrix3f
Sets the specified column of this matrix3f to the three values provided.
setColumn(int, float, float, float, float). Method in class java.vecmath.Matrix4f
Sets the specified column of this matrix4f to the four values provided.
setColumn(int, float[]). Method in class java.vecmath.Matrix3f
Sets the specified column of this matrix3f to the three values provided.
setColumn(int, float[]). Method in class java.vecmath.Matrix4f
Sets the specified column of this matrix4f to the four values provided.
setColumn(int, GVector). Method in class java.vecmath.GMatrix
Copy the values from the vector into the specified column of this matrix.
setColumn(int, Vector3d). Method in class java.vecmath.Matrix3d
Sets the specified column of this matrix3d to the vector provided.
setColumn(int, Vector3f). Method in class java.vecmath.Matrix3f
Sets the specified column of this matrix3f to the vector provided.
setColumn(int, Vector4d). Method in class java.vecmath.Matrix4d
Sets the specified column of this matrix4d to the vector provided.
setColumn(int, Vector4f). Method in class java.vecmath.Matrix4f
Sets the specified column of this matrix4f to the vector provided.
setCompatibilityModeEnable(boolean). Method in class java.media.j3d.View
Sets the compatibility mode enable flag to true or false.
setConcentration(float). Method in class java.media.j3d.SpotLight
Set spot light concentration.
setContinuousEnable(boolean). Method in class java.media.j3d.Sound
Enables or disables continuous play flag.
setCoordinate(int, double[]). Method in class java.media.j3d.GeometryArray
Sets the coordinate associated with the vertex at the specified index.
setCoordinate(int, float[]). Method in class java.media.j3d.GeometryArray
Sets the coordinate associated with the vertex at the specified index for this object.
setCoordinate(int, Point3d). Method in class java.media.j3d.GeometryArray
Sets the coordinate associated with the vertex at the specified index for this object.
setCoordinate(int, Point3f). Method in class java.media.j3d.GeometryArray
Sets the coordinate associated with the vertex at the specified index for this object.
setCoordinateIndex(int, int). Method in class java.media.j3d.IndexedGeometryArray
Sets the coordinate index associated with the vertex at the specified index for this object.
setCoordinateIndices(int, int[]). Method in class java.media.j3d.IndexedGeometryArray
Sets the coordinate indices associated with the vertices starting at the specified index for this object.
setCoordinates(int, double[]). Method in class java.media.j3d.GeometryArray
Sets the coordinates associated with the vertices starting at the specified index for this object.
setCoordinates(int, float[]). Method in class java.media.j3d.GeometryArray
Sets the coordinates associated with the vertices starting at the specified index for this object.
setCoordinates(int, Point3d[]). Method in class java.media.j3d.GeometryArray
Sets the coordinates associated with the vertices starting at the specified index for this object.
setCoordinates(int, Point3f[]). Method in class java.media.j3d.GeometryArray
Sets the coordinates associated with the vertices starting at the specified index for this object.
setCullFace(int). Method in class java.media.j3d.PolygonAttributes
Sets the face culling for this appearance component object.
setDecreasingAlphaDuration(long). Method in class java.media.j3d.Alpha
Set this alpha's decreasingAlphaDuration to that specified in the argument.
setDecreasingAlphaRampDuration(long). Method in class java.media.j3d.Alpha
Set this alpha's decreasingAlphaRampDuration to that specified in the argument.
setDensity(float). Method in class java.media.j3d.ExponentialFog
Sets fog density.
setDepthBufferEnable(boolean). Method in class java.media.j3d.RenderingAttributes
Enables or disables depth buffer mode for this RenderAttributes component object.
setDepthBufferFreezeTransparent(boolean). Method in class java.media.j3d.View
Enables or disables automatic freezing of the depth buffer for objects rendered during the transparent rendering pass (i.e., objects rendered using alpha blending) for this view.
setDepthBufferWriteEnable(boolean). Method in class java.media.j3d.RenderingAttributes
Enables or disables writing the depth buffer for this object.
setDepthData(float[]). Method in class java.media.j3d.DepthImageFloat
Copies the specified depth data to this object.
setDepthData(int[]). Method in class java.media.j3d.DepthImageInt
Copies the specified depth data to this object.
setDepthImage(DepthImage). Method in class java.media.j3d.Raster
Sets the depth image used to copy pixels to/from a Canvas3D.
setDiffuseColor(Color3f). Method in class java.media.j3d.Material
Sets this material's diffuse color.
setDiffuseColor(float, float, float). Method in class java.media.j3d.Material
Sets this material's diffuse color.
setDiffuseColor(float, float, float, float). Method in class java.media.j3d.Material
Sets this material's diffuse color plus alpha.
setDirection(float, float, float). Method in class java.media.j3d.ConeSound
Sets this sound's direction from the three values provided.
setDirection(float, float, float). Method in class java.media.j3d.DirectionalLight
Set light direction.
setDirection(float, float, float). Method in class java.media.j3d.SpotLight
Set light direction.
setDirection(Vector3f). Method in class java.media.j3d.ConeSound
Sets this sound's direction from the vector provided.
setDirection(Vector3f). Method in class java.media.j3d.DirectionalLight
Set light direction.
setDirection(Vector3f). Method in class java.media.j3d.SpotLight
Sets this Light's current direction and places it in the parameter specified.
setDistance(int, double). Method in class java.media.j3d.DistanceLOD
Sets a particular LOD cut-off distance.
setDistanceFilter(float[], float[]). Method in class java.media.j3d.AuralAttributes
Set Distance Filter using separate arrays for distances and frequency cutoff
setDistanceFilter(Point2f[]). Method in class java.media.j3d.AuralAttributes
Set Distance Filter using a single array containing distances and frequency cutoff
setDistanceGain(float[], float[]). Method in class java.media.j3d.PointSound
Sets this sound's distance gain attenuation as an array of Point2fs.
setDistanceGain(Point2f[]). Method in class java.media.j3d.PointSound
Sets this sound's distance gain attenuation - where gain scale factor is applied to sound based on distance listener is from sound source.
setDopplerScaleFactor(float). Method in class java.media.j3d.AuralAttributes
Set Doppler Scale Factor
setDopplerVelocity(float). Method in class java.media.j3d.AuralAttributes
Set Velocity used to calculate Doppler Effect
setDuplicateOnCloneTree(boolean). Method in class java.media.j3d.DepthImage
Sets this object's duplicateOnCloneTree value.
setDuplicateOnCloneTree(boolean). Method in class java.media.j3d.NodeComponent
Sets this node's duplicateOnCloneTree value.
setDuplicateOnCloneTree(boolean). Method in class java.media.j3d.PixelArray
Sets this node's duplicateOnCloneTree value.
setElement(int, double). Method in class java.vecmath.GVector
Modifies the value at the specified index of this vector.
setElement(int, int, double). Method in class java.vecmath.GMatrix
Modifies the value at the specified row and column of this matrix.
setElement(int, int, double). Method in class java.vecmath.Matrix3d
Sets the specified element of this matrix3f to the value provided.
setElement(int, int, double). Method in class java.vecmath.Matrix4d
Sets the specified element of this matrix4f to the value provided.
setElement(int, int, float). Method in class java.vecmath.Matrix3f
Sets the specified element of this matrix3f to the value provided.
setElement(int, int, float). Method in class java.vecmath.Matrix4f
Sets the specified element of this matrix4f to the value provided.
setEmissiveColor(Color3f). Method in class java.media.j3d.Material
Sets this material's emissive color.
setEmissiveColor(float, float, float). Method in class java.media.j3d.Material
Sets this material's emissive color.
setEnable(boolean). Method in class java.media.j3d.Light
Turns the light on or off.
setEnable(boolean). Method in class java.media.j3d.PointSound
Enable or disable sound.
setEnable(boolean). Method in class java.media.j3d.Sound
Enable or disable sound.
setEnable(boolean). Method in class java.media.j3d.TexCoordGeneration
Enables or disables texture coordinate generation for this appearance component object.
setEnable(boolean). Method in class java.media.j3d.Texture
Enables or disables texture mapping for this appearance component object.
setEndColor(Color3f). Method in class java.media.j3d.ColorInterpolator
Set the endColor for this Interpolator
setEndPosition(float). Method in class java.media.j3d.PositionInterpolator
Set the endPosition for this Interpolator
setEuler(Vector3d). Method in class java.media.j3d.Transform3D
Sets the rotational component (upper 3x3) of this transform to the rotation matrix converted from the Euler angles provided; the other non-rotational elements are set as if this were an identity matrix.
setExtrusionShape(Shape). Method in class java.media.j3d.FontExtrusion
Sets the FontExtrusion's shape parameter.
setFieldOfView(double). Method in class java.media.j3d.View
Sets the field of view used to compute the projection transform.
setFirstChildIndex(int). Method in class java.media.j3d.SwitchValueInterpolator
Set the firstChildIndex for this Interpolator
setFog(Fog). Method in class java.media.j3d.GraphicsContext3D
Sets the current Fog to the specified Fog leaf node object.
setFont3D(Font3D). Method in class java.media.j3d.Text3D
Sets the Font3D object used by this Text3D NodeComponent object.
setFormat(int). Method in class java.media.j3d.TexCoordGeneration
Sets the TexCoordGeneration format to the specified value.
setFrontClipDistance(double). Method in class java.media.j3d.View
Sets the view model's front clip distance.
setFrontClipPolicy(int). Method in class java.media.j3d.View
Sets the view model's front clip policy, the policy Java 3D uses in computing where to place the front clip plane.
setFrontDistance(float). Method in class java.media.j3d.LinearFog
Sets front distance for fog
setGenMode(int). Method in class java.media.j3d.TexCoordGeneration
Sets the TexCoordGeneration generation mode to the specified value.
setGeometry(BranchGroup). Method in class java.media.j3d.Background
Sets the background geometry to the specified BranchGroup node.
setGeometry(Geometry). Method in class java.media.j3d.Shape3D
Sets the geometry component of the Shape3D node.
setGeometryArrays(GeometryArray[]). Method in class java.media.j3d.Morph
Sets the geometryArrays component of the Morph node.
setHeadTrackerToLeftImagePlate(Transform3D). Method in class java.media.j3d.Screen3D
Sets the head-tracker coordinate system to left image-plate coordinate system transform.
setHeadTrackerToRightImagePlate(Transform3D). Method in class java.media.j3d.Screen3D
Sets the head-tracker coordinate system to right image-plate coordinate system transform.
setHiRes(HiResCoord). Method in class java.media.j3d.GraphicsContext3D
Sets the HiRes coordinate of this context to the location specified by the HiRes argument.
setHiRes(HiResCoord). Method in class java.media.j3d.Locale
Sets the HiRes coordinate of this Locale to the location specified by the HiRes argument.
setHiRes(int[], int[], int[]). Method in class java.media.j3d.GraphicsContext3D
Sets the HiRes coordinate of this context to the location specified by the parameters provided.
setHiRes(int[], int[], int[]). Method in class java.media.j3d.Locale
Sets the HiRes coordinate of this Locale to the location specified by the parameters provided.
setHiResCoord(HiResCoord). Method in class java.media.j3d.HiResCoord
Sets this HiResCoord to the location specified by the hires provided.
setHiResCoord(int[], int[], int[]). Method in class java.media.j3d.HiResCoord
Sets this HiResCoord to the location specified by the parameters provided.
setHiResCoordX(int[]). Method in class java.media.j3d.HiResCoord
Sets this HiResCoord's X value to that specified by the argument.
setHiResCoordY(int[]). Method in class java.media.j3d.HiResCoord
Sets this HiResCoord's Y value to that specified by the argument.
setHiResCoordZ(int[]). Method in class java.media.j3d.HiResCoord
Sets this HiResCoord's Z value to that specified by the argument.
setHotspot(Point3d). Method in class java.media.j3d.Sensor
Set the sensor's hotspot offset in this sensor's coordinate system.
setIdentity(). Method in class java.vecmath.GMatrix
Sets this GMatrix to the identity matrix.
setIdentity(). Method in class java.vecmath.Matrix3d
Sets this Matrix3d to identity.
setIdentity(). Method in class java.vecmath.Matrix3f
Sets this Matrix3f to identity.
setIdentity(). Method in class java.vecmath.Matrix4d
Sets this Matrix4d to identity.
setIdentity(). Method in class java.vecmath.Matrix4f
Sets this Matrix4f to identity.
setIdentity(). Method in class java.media.j3d.Transform3D
Sets this transform to the identity matrix.
setImage(int, PixelArray). Method in class java.media.j3d.Texture
Sets a specified mipmap level.
setImage(PixelArray2D). Method in class java.media.j3d.Background
Sets the background image to the specified image.
setIncreasingAlphaDuration(long). Method in class java.media.j3d.Alpha
Set this alpha's increasingAlphaDuration to that specified in the argument.
setIncreasingAlphaRampDuration(long). Method in class java.media.j3d.Alpha
Set this alpha's increasingAlphaRampDuration to that specified in the argument.
setInfluencingBoundingLeaf(BoundingLeaf). Method in class java.media.j3d.Fog
Sets the Fog's influencing region to the specified bounding leaf.
setInfluencingBoundingLeaf(BoundingLeaf). Method in class java.media.j3d.Light
Sets the Light's influencing region to the specified bounding leaf.
setInfluencingBounds(Bounds). Method in class java.media.j3d.Fog
Sets the Fog's influencing region to the specified bounds.
setInfluencingBounds(Bounds). Method in class java.media.j3d.Light
Sets the Light's influencing region to the specified bounds.
setInitialGain(float). Method in class java.media.j3d.Sound
Set the overall gain scale factor applied to data associated with this source.
setKnot(int, float). Method in class java.media.j3d.PositionPathInterpolator
Set the knot at the specified index for this Interpolator
setKnot(int, float). Method in class java.media.j3d.RotationPathInterpolator
Set the knot at the specified index for this Interpolator
setKnot(int, float). Method in class java.media.j3d.RotPosPathInterpolator
Set the knot at the specified index for this Interpolator
setKnot(int, float). Method in class java.media.j3d.RotPosScalePathInterpolator
Set the knot at the specified index for this Interpolator
setLastChildIndex(int). Method in class java.media.j3d.SwitchValueInterpolator
Set the lastChildIndex for this Interpolator
setLeftEarPosition(Point3d). Method in class java.media.j3d.PhysicalBody
Sets the user head object's left ear position.
setLeftEyePosition(Point3d). Method in class java.media.j3d.PhysicalBody
Sets the user head object's left eye position.
setLeftEyePositionInImagePlate(Point3d). Method in class java.media.j3d.Screen3D
Sets the position of the left eye in image-plate coordinates.
setLeftProjection(Transform3D). Method in class java.media.j3d.View
Compatibility mode function that specifies a viewing frustum for the left eye that transforms points in Eye Coordinates (EC) to Clipping Coordinates (CC).
setLight(Light, int). Method in class java.media.j3d.GraphicsContext3D
Replaces the specified light with the light provided.
setLightingEnable(boolean). Method in class java.media.j3d.Material
Enables or disables lighting for this appearance component object.
setLineAntialiasingEnable(boolean). Method in class java.media.j3d.LineAttributes
Enables or disables line antialiasing for this lineAttributes component object.
setLineAttributes(LineAttributes). Method in class java.media.j3d.Appearance
Sets the lineAttributes object to the specified object.
setLinePattern(int). Method in class java.media.j3d.LineAttributes
Sets the line pattern for this lineAttributes component object.
setLineWidth(float). Method in class java.media.j3d.LineAttributes
Sets the line width for this lineAttributes component object.
setLink(int, Link). Method in class java.media.j3d.SceneGraphPath
Replaces the link node at with the specified index with newLink.
setLinks(Link[]). Method in class java.media.j3d.SceneGraphPath
Sets this path's link object to those specified object.
setLocale(Locale). Method in class java.media.j3d.SceneGraphPath
Sets this path's locale to the specified locale.
setLocalEyeLightingEnable(boolean). Method in class java.media.j3d.View
Sets a flag that indicates whether the local eye point is used in lighting calculations for perspective projections.
setLoop(int). Method in class java.media.j3d.Sound
Sets a sound's loop count.
setLoopCount(int). Method in class java.media.j3d.Alpha
Set this alpha's loopCount to that specified in the argument.
setLower(double, double, double). Method in class java.media.j3d.BoundingBox
Sets the lower corner of this bounding box.
setLower(Point3d). Method in class java.media.j3d.BoundingBox
Sets the lower corner of this bounding box.
setMagFilter(int). Method in class java.media.j3d.Texture
Sets the magnification filter function.
setMaterial(Material). Method in class java.media.j3d.Appearance
Set the material object to the specified object.
setMaximumAngle(float). Method in class java.media.j3d.RotationInterpolator
Set the maximumAngle for this Interpolator
setMaximumScale(float). Method in class java.media.j3d.ScaleInterpolator
Set the maximumScale for this Interpolator
setMaximumTransparency(float). Method in class java.media.j3d.TransparencyInterpolator
Set the maximumTransparency for this Interpolator
setMinFilter(int). Method in class java.media.j3d.Texture
Sets the minification filter function.
setMinimumAngle(float). Method in class java.media.j3d.RotationInterpolator
Set the minimumAngle for this Interpolator
setMinimumScale(float). Method in class java.media.j3d.ScaleInterpolator
Set the minimumScale for this Interpolator
setMinimumTransparency(float). Method in class java.media.j3d.TransparencyInterpolator
Set the minimumTransparency for this Interpolator
setMipMapMode(int). Method in class java.media.j3d.Texture
Sets mipmap mode for texture mapping for this texture object.
setMode(int). Method in class java.media.j3d.Alpha
Set this alpha's mode to that specified in the argument.
setModelTransform(Transform3D). Method in class java.media.j3d.GraphicsContext3D
Sets the current model transform to a copy of the specified transform.
setMonoscopicViewPolicy(int). Method in class java.media.j3d.Canvas3D
Specifies how Java 3D generates monoscopic view.
setNextDevice(InputDevice). Method in interface java.media.j3d.InputDevice
Set this object's next device to be the specified device
setNominalEyeHeightFromGround(double). Method in class java.media.j3d.PhysicalBody
Sets the nominal eye height from the ground plane.
setNominalEyeOffsetFromNominalScreen(Vector3d). Method in class java.media.j3d.PhysicalBody
Sets the nominal eye offset from the center of the display screen.
setNominalPositionAndOrientation(). Method in interface java.media.j3d.InputDevice
Code to set the device's current position and orientation as the devices nominal position and orientation(establish its reference frame relative to the "Tracker base" reference frame).
setNormal(int, float[]). Method in class java.media.j3d.GeometryArray
Sets the normal associated with the vertex at the specified index for this object.
setNormal(int, Vector3f). Method in class java.media.j3d.GeometryArray
Sets the normal associated with the vertex at the specified index for this object.
setNormalIndex(int, int). Method in class java.media.j3d.IndexedGeometryArray
Sets the normal index associated with the vertex at the specified index for this object.
setNormalIndices(int, int[]). Method in class java.media.j3d.IndexedGeometryArray
Sets the normal indices associated with the vertices starting at the specified index for this object.
setNormals(int, float[]). Method in class java.media.j3d.GeometryArray
Sets the normals associated with the vertices starting at the specified index for this object.
setNormals(int, Vector3f[]). Method in class java.media.j3d.GeometryArray
Sets the normals associated with the vertices starting at the specified index for this object.
setObject(Node). Method in class java.media.j3d.SceneGraphPath
Sets this path's object to the specified object.
setOffset(int, int). Method in class java.media.j3d.Raster
Sets the offset within the array of pixels at which to start copying.
setOffset(Point). Method in class java.media.j3d.Raster
Sets the offset within the array of pixels at which to start copying.
setPath(int). Method in class java.media.j3d.Text3D
Sets the node's path field.
setPerspectiveCorrectionMode(int). Method in class java.media.j3d.TextureAttributes
Sets perspective correction mode to be used for color and/or texture coordinate interpolation.
setPhaseDelayDuration(long). Method in class java.media.j3d.Alpha
Set this alpha's phaseDelayDuration to that specified in the argument.
setPhysicalBody(PhysicalBody). Method in class java.media.j3d.View
Sets the view model's physical body to the PhysicalBody object provided.
setPhysicalEnvironment(PhysicalEnvironment). Method in class java.media.j3d.View
Sets the view model's physical environment to the PhysicalEnvironment object provided.
setPhysicalScreenHeight(double). Method in class java.media.j3d.Screen3D
Sets the screen's physical height.
setPhysicalScreenWidth(double). Method in class java.media.j3d.Screen3D
Sets the screen physical width.
setPixelArray(PixelArray2D). Method in class java.media.j3d.Raster
Sets the pixel array used to copy pixels to/from a Canvas3D.
setPixelData(byte[]). Method in class java.media.j3d.PixelArray
Copies the specified pixel data to this object.
setPixelData(Image). Method in class java.media.j3d.PixelArray2D
Copies the specified AWT image to this 2D pixel array object.
setPixelData(Image[]). Method in class java.media.j3d.PixelArray3D
Copies the specified array of AWT images to this object.
setPlaneR(Vector4f). Method in class java.media.j3d.TexCoordGeneration
Sets the R coordinate plane equation.
setPlanes(Vector4d[]). Method in class java.media.j3d.BoundingPolytope
Sets the bounding planes for this polytope.
setPlaneS(Vector4f). Method in class java.media.j3d.TexCoordGeneration
Sets the S coordinate plane equation.
setPlaneT(Vector4f). Method in class java.media.j3d.TexCoordGeneration
Sets the T coordinate plane equation.
setPointAntialiasingEnable(boolean). Method in class java.media.j3d.PointAttributes
Enables or disables point antialiasing for this appearance component object.
setPointAttributes(PointAttributes). Method in class java.media.j3d.Appearance
Sets the pointAttributes object to the specified object.
setPointSize(float). Method in class java.media.j3d.PointAttributes
Sets the point size for this appearance component object.
setPolygonAttributes(PolygonAttributes). Method in class java.media.j3d.Appearance
Sets the polygonAttributes object to the specified object.
setPolygonMode(int). Method in class java.media.j3d.PolygonAttributes
Sets the polygon rasterization mode for this appearance component object.
setPolygonOffset(float). Method in class java.media.j3d.PolygonAttributes
Sets the polygon offset to the specified value.
setPosition(float, float, float). Method in class java.media.j3d.PointLight
Set light position.
setPosition(float, float, float). Method in class java.media.j3d.PointSound
Sets this sound's position from the three values provided.
setPosition(int, Point3f). Method in class java.media.j3d.PositionPathInterpolator
Set the position at the specified index for this Interpolator
setPosition(int, Point3f). Method in class java.media.j3d.RotPosPathInterpolator
Set the position at the specified index for this Interpolator
setPosition(int, Point3f). Method in class java.media.j3d.RotPosScalePathInterpolator
Set the position at the specified index for this Interpolator
setPosition(Point3f). Method in class java.media.j3d.PointLight
Set light position.
setPosition(Point3f). Method in class java.media.j3d.PointSound
Sets this sound's location from the vector provided.
setPosition(Point3f). Method in class java.media.j3d.Raster
Sets the position in object coordinates of this raster.
setPosition(Point3f). Method in class java.media.j3d.Text3D
Sets the node's position field to the supplied parameter.
setPredictionPolicy(int). Method in class java.media.j3d.Sensor
setPredictor(int). Method in class java.media.j3d.Sensor
setProcessingMode(int). Method in interface java.media.j3d.InputDevice
Retrieve the Device's processing mode
setProjectionPolicy(int). Method in class java.media.j3d.View
Sets the projection policy for this View.
setQuat(int, Quat4f). Method in class java.media.j3d.RotationPathInterpolator
Set the quat at the specified index for this Interpolator
setQuat(int, Quat4f). Method in class java.media.j3d.RotPosPathInterpolator
Set the quat at the specified index for this Interpolator
setQuat(int, Quat4f). Method in class java.media.j3d.RotPosScalePathInterpolator
Set the quat at the specified index for this Interpolator
setRadius(double). Method in class java.media.j3d.BoundingSphere
Sets the radius of this bounding sphere from a double.
setReflectionCoefficient(float). Method in class java.media.j3d.AuralAttributes
Set Reflective Coefficient
setRegion(Bounds). Method in class java.media.j3d.BoundingLeaf
Sets this BoundingLeaf node's bounding region.
setReleaseEnable(boolean). Method in class java.media.j3d.Sound
Enables or disables the release flag for the sound associated with this sound.
setRenderingAttributes(RenderingAttributes). Method in class java.media.j3d.Appearance
Sets the renderingAttributes object to the specified object.
setReverbDelay(Bounds). Method in class java.media.j3d.AuralAttributes
Set Revereration Delay Time using volume of bounds
setReverbDelay(float). Method in class java.media.j3d.AuralAttributes
Set Revereration Delay Time
setReverbOrder(int). Method in class java.media.j3d.AuralAttributes
Set Reverberation Order of Reflections
setRightEarPosition(Point3d). Method in class java.media.j3d.PhysicalBody
Sets the user head object's right ear position.
setRightEyePosition(Point3d). Method in class java.media.j3d.PhysicalBody
Sets the user head object's right eye position.
setRightEyePositionInImagePlate(Point3d). Method in class java.media.j3d.Screen3D
Sets the position of the right eye in image-plate coordinates.
setRightProjection(Transform3D). Method in class java.media.j3d.View
Compatibility mode function that specifies a viewing frustum for the right eye that transforms points in Eye Coordinates (EC) to Clipping Coordinates (CC).
setRolloff(float). Method in class java.media.j3d.AuralAttributes
Set Attribute Gain Rolloff
setRotation(AxisAngle4d). Method in class java.vecmath.Matrix4d
Sets the rotational component (upper 3x3) of this matrix to the matrix equivalent values of the axis-angle argument; the other elements of this matrix are unchanged; a singular value decomposition is performed on this object's upper 3x3 matrix to factor out the scale, then this object's upper 3x3 matrix components are replaced by the matrix equivalent of the axis-angle, and then the scale is reapplied to the rotational components.
setRotation(AxisAngle4d). Method in class java.media.j3d.Transform3D
Sets the rotational component (upper 3x3) of this matrix to the matrix equivalent values of the axis-angle argument; the other elements of this matrix are unchanged; a singular value decomposition is performed on this object's upper 3x3 matrix to factor out the scale, then this object's upper 3x3 matrix components are replaced by the matrix equivalent of the axis-angle, and then the scale is reapplied to the rotational components.
setRotation(AxisAngle4f). Method in class java.vecmath.Matrix4f
Sets the rotational component (upper 3x3) of this matrix to the matrix equivalent values of the axis-angle argument; the other elements of this matrix are unchanged; a singular value decomposition is performed on this object's upper 3x3 matrix to factor out the scale, then this object's upper 3x3 matrix components are replaced by the matrix equivalent of the axis-angle, and then the scale is reapplied to the rotational components.
setRotation(AxisAngle4f). Method in class java.media.j3d.Transform3D
Sets the rotational component (upper 3x3) of this matrix to the matrix equivalent values of the axis-angle argument; the other elements of this matrix are unchanged; a singular value decomposition is performed on this object's upper 3x3 matrix to factor out the scale, then this object's upper 3x3 matrix components are replaced by the matrix equivalent of the axis-angle, and then the scale is reapplied to the rotational components.
setRotation(Matrix3d). Method in class java.vecmath.Matrix4d
Sets the rotational component (upper 3x3) of this matrix to the matrix values in the double precision Matrix3d argument; the other elements of this matrix are unchanged; a singular value decomposition is performed on this object's upper 3x3 matrix to factor out the scale, then this object's upper 3x3 matrix components are replaced by the passed rotation components, and then the scale is reapplied to the rotational components.
setRotation(Matrix3d). Method in class java.vecmath.Matrix4f
Sets the rotational component (upper 3x3) of this matrix to the matrix values in the double precision Matrix3d argument; the other elements of this matrix are unchanged; a singular value decomposition is performed on this object's upper 3x3 matrix to factor out the scale, then this object's upper 3x3 matrix components are replaced by the passed rotation components, and then the scale is reapplied to the rotational components.
setRotation(Matrix3d). Method in class java.media.j3d.Transform3D
Sets the rotational component (upper 3x3) of this matrix to the matrix values in the double precision Matrix3d argument; the other elements of this matrix are unchanged; a singular value decomposition is performed on this object's upper 3x3 matrix to factor out the scale, then this object's upper 3x3 matrix components are replaced by the passed rotation components, and then the scale is reapplied to the rotational components.
setRotation(Matrix3f). Method in class java.vecmath.Matrix4d
Sets the rotational component (upper 3x3) of this matrix to the matrix values in the single precision Matrix3d argument; the other elements of this matrix are unchanged; a singular value decomposition is performed on this object's upper 3x3 matrix to factor out the scale, then this object's upper 3x3 matrix components are replaced by the passed rotation components, and then the scale is reapplied to the rotational components.
setRotation(Matrix3f). Method in class java.vecmath.Matrix4f
Sets the rotational component (upper 3x3) of this matrix to the matrix values in the single precision Matrix3d argument; the other elements of this matrix are unchanged; a singular value decomposition is performed on this object's upper 3x3 matrix to factor out the scale, then this object's upper 3x3 matrix components are replaced by the passed rotation components, and then the scale is reapplied to the rotational components.
setRotation(Matrix3f). Method in class java.media.j3d.Transform3D
Sets the rotational component (upper 3x3) of this matrix to the matrix values in the single precision Matrix3f argument; the other elements of this matrix are unchanged; a singular value decomposition is performed on this object's upper 3x3 matrix to factor out the scale, then this object's upper 3x3 matrix components are replaced by the passed rotation components, and then the scale is reapplied to the rotational components.
setRotation(Quat4d). Method in class java.vecmath.Matrix4d
Sets the rotational component (upper 3x3) of this matrix to the matrix equivalent values of the quaternion argument; the other elements of this matrix are unchanged; a singular value decomposition is performed on this object's upper 3x3 matrix to factor out the scale, then this object's upper 3x3 matrix components are replaced by the matrix equivalent of the quaternion, and then the scale is reapplied to the rotational components.
setRotation(Quat4d). Method in class java.vecmath.Matrix4f
Sets the rotational component (upper 3x3) of this matrix to the matrix equivalent values of the quaternion argument; the other elements of this matrix are unchanged; a singular value decomposition is performed on this object's upper 3x3 matrix to factor out the scale, then this object's upper 3x3 matrix components are replaced by the matrix equivalent of the quaternion, and then the scale is reapplied to the rotational components.
setRotation(Quat4d). Method in class java.media.j3d.Transform3D
Sets the rotational component (upper 3x3) of this matrix to the matrix equivalent values of the quaternion argument; the other elements of this matrix are unchanged; a singular value decomposition is performed on this object's upper 3x3 matrix to factor out the scale, then this object's upper 3x3 matrix components are replaced by the matrix equivalent of the quaternion, and then the scale is reapplied to the rotational components.
setRotation(Quat4f). Method in class java.vecmath.Matrix4d
Sets the rotational component (upper 3x3) of this matrix to the matrix equivalent values of the quaternion argument; the other elements of this matrix are unchanged; a singular value decomposition is performed on this object's upper 3x3 matrix to factor out the scale, then this object's upper 3x3 matrix components are replaced by the matrix equivalent of the quaternion, and then the scale is reapplied to the rotational components.
setRotation(Quat4f). Method in class java.vecmath.Matrix4f
Sets the rotational component (upper 3x3) of this matrix to the matrix equivalent values of the quaternion argument; the other elements of this matrix are unchanged; a singular value decomposition is performed on this object's upper 3x3 matrix to factor out the scale, then this object's upper 3x3 matrix components are replaced by the matrix equivalent of the quaternion, and then the scale is reapplied to the rotational components.
setRotation(Quat4f). Method in class java.media.j3d.Transform3D
Sets the rotational component (upper 3x3) of this matrix to the matrix equivalent values of the quaternion argument; the other elements of this matrix are unchanged; a singular value decomposition is performed on this object's upper 3x3 matrix to factor out the scale, then this object's upper 3x3 matrix components are replaced by the matrix equivalent of the quaternion, and then the scale is reapplied to the rotational components.
setRotationScale(Matrix3d). Method in class java.vecmath.Matrix4d
Replaces the upper 3x3 matrix values of this matrix with the values in the matrix m1.
setRotationScale(Matrix3d). Method in class java.media.j3d.Transform3D
Replaces the upper 3x3 matrix values of this transform with the values in the matrix m1.
setRotationScale(Matrix3f). Method in class java.vecmath.Matrix4d
Replaces the upper 3x3 matrix values of this matrix with the values in the matrix m1.
setRotationScale(Matrix3f). Method in class java.vecmath.Matrix4f
Replaces the upper 3x3 matrix values of this matrix with the values in the matrix m1.
setRotationScale(Matrix3f). Method in class java.media.j3d.Transform3D
Replaces the upper 3x3 matrix values of this transform with the values in the matrix m1.
setRow(int, double, double, double). Method in class java.vecmath.Matrix3d
Sets the specified row of this matrix3d to the 4 values provided.
setRow(int, double, double, double, double). Method in class java.vecmath.Matrix4d
Sets the specified row of this matrix4d to the four values provided.
setRow(int, double[]). Method in class java.vecmath.GMatrix
Copy the values from the array into the specified row of this matrix.
setRow(int, double[]). Method in class java.vecmath.Matrix3d
Sets the specified row of this matrix3d to the three values provided.
setRow(int, double[]). Method in class java.vecmath.Matrix4d
Sets the specified row of this matrix4d to the four values provided.
setRow(int, float, float, float). Method in class java.vecmath.Matrix3f
Sets the specified row of this matrix3f to the three values provided.
setRow(int, float, float, float, float). Method in class java.vecmath.Matrix4f
Sets the specified row of this matrix4f to the four values provided.
setRow(int, float[]). Method in class java.vecmath.Matrix3f
Sets the specified row of this matrix3f to the three values provided.
setRow(int, float[]). Method in class java.vecmath.Matrix4f
Sets the specified row of this matrix4f to the four values provided in the passed array.
setRow(int, GVector). Method in class java.vecmath.GMatrix
Copy the values from the vector into the specified row of this matrix.
setRow(int, Vector3d). Method in class java.vecmath.Matrix3d
Sets the specified row of this matrix3d to the Vector provided.
setRow(int, Vector3f). Method in class java.vecmath.Matrix3f
Sets the specified row of this matrix3f to the Vector provided.
setRow(int, Vector4d). Method in class java.vecmath.Matrix4d
Sets the specified row of this matrix4d to the Vector provided.
setRow(int, Vector4f). Method in class java.vecmath.Matrix4f
Sets the specified row of this matrix4f to the Vector provided.
setScale(double). Method in class java.vecmath.GMatrix
Sets this matrix to a uniform scale matrix; all of the values are reset.
setScale(double). Method in class java.media.j3d.Transform3D
Sets the scale component of the current matrix by factoring out the current scale (by doing an SVD) from the rotational component and multiplying by the new scale.
setScale(int, float). Method in class java.media.j3d.RotPosScalePathInterpolator
Set the scale at the specified index for this Interpolator
setSceneAntialiasingEnable(boolean). Method in class java.media.j3d.View
Enables or disables scene antialiasing for this view.
setSchedulingBoundingLeaf(BoundingLeaf). Method in class java.media.j3d.Behavior
Set the Behavior's scheduling region to the specified bounding leaf.
setSchedulingBoundingLeaf(BoundingLeaf). Method in class java.media.j3d.Sound
Set the Sound's scheduling region to the specified bounding leaf.
setSchedulingBounds(Bounds). Method in class java.media.j3d.Behavior
Set the Behavior's scheduling region to the specified bounds.
setSchedulingBounds(Bounds). Method in class java.media.j3d.Sound
Set the Sound's scheduling region to the specified bounds.
setScope(Group, int). Method in class java.media.j3d.Fog
Sets the Fog's hierarchical scope at the index specified By default, lights are scoped only by their region of influence bounds.
setScope(Group, int). Method in class java.media.j3d.Light
Sets the Light's hierarchical scope at the index specified By default, lights are scoped only by their region of influence bounds.
setSensorCount(int). Method in class java.media.j3d.PhysicalEnvironment
Set the number of sensor objects per PhysicalEnvironmnet.
setSensorReadCount(int). Method in class java.media.j3d.Sensor
Set the number of sensor read objects per Sensor.
setShadeModel(int). Method in class java.media.j3d.ColoringAttributes
Sets the shade mode for this ColoringAttributes component object.
setSharedGroup(SharedGroup). Method in class java.media.j3d.Link
Sets the node's SharedGroup reference.
setShininess(float). Method in class java.media.j3d.Material
Sets this material's shininess.
setSize(Dimension). Method in class java.media.j3d.Raster
Sets the size of the array of pixels to be copied.
setSize(int). Method in class java.vecmath.GVector
Changes the size of this vector dynamically.
setSize(int, int). Method in class java.vecmath.GMatrix
Changes the size of this matrix dynamically.
setSize(int, int). Method in class java.media.j3d.Raster
Sets the number of pixels to be copied from the pixel array.
setSound(Sound, int). Method in class java.media.j3d.GraphicsContext3D
Replaces the specified sound with the sound provided.
setSoundData(MediaContainer). Method in class java.media.j3d.PointSound
Sats fields that define the sound source data of this node.
setSoundData(MediaContainer). Method in class java.media.j3d.Sound
Sets fields that define the sound source data of this node.
setSpecularColor(Color3f). Method in class java.media.j3d.Material
Sets this material's specular color.
setSpecularColor(float, float, float). Method in class java.media.j3d.Material
Sets this material's specular color.
setSpreadAngle(float). Method in class java.media.j3d.SpotLight
Set spot light spread angle.
setSquash(Squash). Method in class java.media.j3d.Morph
Sets the squash component of this Morph node.
setSquash(Squash). Method in class java.media.j3d.Shape3D
Sets the squash component of this Shape3D node.
setStartColor(Color3f). Method in class java.media.j3d.ColorInterpolator
Set the startColor for this Interpolator
setStartPosition(float). Method in class java.media.j3d.PositionInterpolator
Set the startPosition for this Interpolator
setStartTime(long). Method in class java.media.j3d.Alpha
Set this alpha's startTime to that specified in the argument.
setStereoEnable(boolean). Method in class java.media.j3d.Canvas3D
Turns stereo on or off.
setString(String). Method in class java.media.j3d.Text3D
Copies the character string from the Text3D node into the supplied parameter.
setSwitch(Switch, int). Method in class java.media.j3d.LOD
Replaces the specified switch node with the switch node provided.
setTarget(Material). Method in class java.media.j3d.ColorInterpolator
Set the target for this Interpolator
setTarget(Switch). Method in class java.media.j3d.SwitchValueInterpolator
Set the target for this Interpolator
setTarget(TransformGroup). Method in class java.media.j3d.PositionInterpolator
Set the target for this Interpolator
setTarget(TransformGroup). Method in class java.media.j3d.PositionPathInterpolator
Set the target for this Interpolator
setTarget(TransformGroup). Method in class java.media.j3d.RotationInterpolator
Set the target for this Interpolator
setTarget(TransformGroup). Method in class java.media.j3d.RotationPathInterpolator
Set the target for this Interpolator
setTarget(TransformGroup). Method in class java.media.j3d.RotPosPathInterpolator
Set the target for this Interpolator
setTarget(TransformGroup). Method in class java.media.j3d.RotPosScalePathInterpolator
Set the target for this Interpolator
setTarget(TransformGroup). Method in class java.media.j3d.ScaleInterpolator
Set the target for this Interpolator
setTarget(TransparencyAttributes). Method in class java.media.j3d.TransparencyInterpolator
Set the target for this Interpolator
setTexCoordGeneration(TexCoordGeneration). Method in class java.media.j3d.Appearance
Sets the texCoordGeneration object to the specified object.
setTexture(Texture). Method in class java.media.j3d.Appearance
Sets the texture object to the specified object.
setTextureAttributes(TextureAttributes). Method in class java.media.j3d.Appearance
Sets the textureAttributes object to the specified object.
setTextureBlendColor(Color4f). Method in class java.media.j3d.TextureAttributes
Sets the texture blend color for this appearance component object.
setTextureBlendColor(float, float, float, float). Method in class java.media.j3d.TextureAttributes
Sets the texture blend color for this appearance component object.
setTextureCoordinate(int, float[]). Method in class java.media.j3d.GeometryArray
Sets the texture coordinate associated with the vertex at the specified index for this object.
setTextureCoordinate(int, Point2f). Method in class java.media.j3d.GeometryArray
Sets the texture coordinate associated with the vertex at the specified index for this object.
setTextureCoordinate(int, Point3f). Method in class java.media.j3d.GeometryArray
Sets the texture coordinate associated with the vertex at the specified index for this object.
setTextureCoordinateIndex(int, int). Method in class java.media.j3d.IndexedGeometryArray
Sets the texture coordinate index associated with the vertex at the specified index for this object.
setTextureCoordinateIndices(int, int[]). Method in class java.media.j3d.IndexedGeometryArray
Sets the texture coordinate indices associated with the vertices starting at the specified index for this object.
setTextureCoordinates(int, float[]). Method in class java.media.j3d.GeometryArray
Sets the texture coordinates associated with the vertices starting at the specified index for this object.
setTextureCoordinates(int, Point2f[]). Method in class java.media.j3d.GeometryArray
Sets the texture coordinates associated with the vertices starting at the specified index for this object.
setTextureCoordinates(int, Point3f[]). Method in class java.media.j3d.GeometryArray
Sets the texture coordinates associated with the vertices starting at the specified index for this object.
setTextureMode(int). Method in class java.media.j3d.TextureAttributes
Sets the texture mode parameter for this appearance component object.
setTextureTransform(Transform3D). Method in class java.media.j3d.TextureAttributes
Sets the texture transform object used to transform texture coordinates.
setTime(long). Method in class java.media.j3d.SensorRead
Sets this SensorRead's time to the specified argument
setTrackerBaseToImagePlate(Transform3D). Method in class java.media.j3d.Screen3D
Sets the tracker-base coordinate system to image-plate coordinate system transform.
setTrackingEnable(boolean). Method in class java.media.j3d.View
Turns tracking on or off.
setTransform(Transform3D). Method in class java.media.j3d.Squash
Sets the transform component of this Squash object.
setTransform(Transform3D). Method in class java.media.j3d.TransformGroup
Sets the transform component of this TransformGroup to the value of the passed transform.
setTranslation(Vector3d). Method in class java.vecmath.Matrix4d
Modifies the translational components of this matrix to the values of the Vector3d argument; the other values of this matrix are not modified.
setTranslation(Vector3d). Method in class java.media.j3d.Transform3D
Replaces the translational components of this transform to the values in the Vector3d argument; the other values of this transform are not modified.
setTranslation(Vector3f). Method in class java.vecmath.Matrix4f
Modifies the translational components of this matrix to the values of the Vector3f argument; the other values of this matrix are not modified.
setTranslation(Vector3f). Method in class java.media.j3d.Transform3D
Replaces the translational components of this transform to the values in the Vector3f argument; the other values of this transform are not modified.
setTransparency(float). Method in class java.media.j3d.TransparencyAttributes
Sets this appearance's transparency.
setTransparencyAttributes(TransparencyAttributes). Method in class java.media.j3d.Appearance
Sets the transparencyAttributes object to the specified object.
setTransparencyMode(int). Method in class java.media.j3d.TransparencyAttributes
Sets the transparency mode for this appearance component object.
setTriggerTime(long). Method in class java.media.j3d.Alpha
Set this alpha's triggerTime to that specified in the argument.
setType(int). Method in class java.media.j3d.Raster
Sets the type of this raster object to one of: RASTER_COLOR, RASTER_DEPTH, or RASTER_COLOR_DEPTH.
setUpper(double, double, double). Method in class java.media.j3d.BoundingBox
Sets the upper corner of this bounding box.
setUpper(Point3d). Method in class java.media.j3d.BoundingBox
Sets the upper corner of this bounding box.
setURL(String). Method in class java.media.j3d.MediaContainer
Set URL
setUserData(Object). Method in class java.media.j3d.SceneGraphObject
Sets the userData field associated with this scene graph object.
setUserHeadToVworldEnable(boolean). Method in class java.media.j3d.View
Turns on or off the continuous updating of the userHeadToVworld transform.
setViewAttachPolicy(int). Method in class java.media.j3d.ViewPlatform
Sets the coexistence center in virtual world policy.
setViewPolicy(int). Method in class java.media.j3d.View
Sets the policy for view computation.
setVpcToEc(Transform3D). Method in class java.media.j3d.View
Compatibility mode method that specifies the ViewPlatform Coordinates (VPC) to Eye Coordinates (EC) transform.
setWeights(double[]). Method in class java.media.j3d.Morph
Sets this Morph node's morph weight vector.
setWhichChild(int). Method in class java.media.j3d.Switch
Sets which child should be drawn.
setWindowEyepointPolicy(int). Method in class java.media.j3d.Canvas3D
Sets the view model's window eye-point policy.
setWindowMovementPolicy(int). Method in class java.media.j3d.Canvas3D
Sets the window movement policy.
setWindowResizePolicy(int). Method in class java.media.j3d.Canvas3D
Sets the window resize policy.
setZero(). Method in class java.vecmath.GMatrix
Sets all the values in this matrix to zero.
setZero(). Method in class java.vecmath.Matrix3d
Sets this matrix to all zeros.
setZero(). Method in class java.vecmath.Matrix3f
Sets this matrix to all zeros.
setZero(). Method in class java.vecmath.Matrix4d
Sets this matrix to all zeros.
setZero(). Method in class java.vecmath.Matrix4f
Sets this matrix to all zeros.
setZero(). Method in class java.media.j3d.Transform3D
Sets this transform to all zeros.
SHADE_FLAT. Static variable in class java.media.j3d.ColoringAttributes
Do not interpolate color across the primitive.
SHADE_GOURAUD. Static variable in class java.media.j3d.ColoringAttributes
Smoothly interpolate the color at each vertex across the primitive.
Shape3D(). Constructor for class java.media.j3d.Shape3D
Constructs and initializes a Shape3D object with null geometry and default appearance.
Shape3D(Geometry). Constructor for class java.media.j3d.Shape3D
Constructs and initializes a Shape3D object with the default appearance.
Shape3D(Geometry, Appearance). Constructor for class java.media.j3d.Shape3D
Constructs and initializes a Shape3D object.
SharedGroup(). Constructor for class java.media.j3d.SharedGroup
SingularMatrixException(). Constructor for class java.vecmath.SingularMatrixException
Create the exception object with default values..
SingularMatrixException(String). Constructor for class java.vecmath.SingularMatrixException
Create the exception object that outputs message.
size. Variable in class java.media.j3d.CompressedGeometryHeader
Size of the compressed geometry in bytes.
Sound(). Constructor for class java.media.j3d.Sound
Constructs and initializes a new Sound node using defaults.
Sound(MediaContainer, float). Constructor for class java.media.j3d.Sound
Constructs and initializes a new Sound node using specified only sound data and overall gain scale factor parameters.
Sound(MediaContainer, float, int, boolean, boolean, boolean, Bounds). Constructor for class java.media.j3d.Sound
Constructs and initializes a new Sound node using specified parameters.
SoundException(). Constructor for class java.media.j3d.SoundException
Create the exception object with default values..
SoundException(String). Constructor for class java.media.j3d.SoundException
Create the exception object that outputs message.
Soundscape(). Constructor for class java.media.j3d.Soundscape
Constructs and initializes a new Sound node using defaults for all parameters.
Soundscape(Bounds, AuralAttributes). Constructor for class java.media.j3d.Soundscape
Constructs and initializes a new Sound node using specified parameters
SPHERE_MAP. Static variable in class java.media.j3d.TexCoordGeneration
Generates texture coordinates using a spherical reflection mapping in eye coordinates.
SpotLight(). Constructor for class java.media.j3d.SpotLight
Constructs and initializes a spot light source.
SpotLight(boolean, Color3f, Point3f, Point3f, Vector3f, float, float). Constructor for class java.media.j3d.SpotLight
Constructs and initializes a spot light.
SpotLight(Color3f, Point3f, Point3f, Vector3f, float, float). Constructor for class java.media.j3d.SpotLight
Constructs and initializes a spot light.
Squash(). Constructor for class java.media.j3d.Squash
Constructs and initializes a Squash object with an identity transform.
Squash(Transform3D). Constructor for class java.media.j3d.Squash
Constructs and initializes a Squash object with the specified transform.
startRenderer(). Method in class java.media.j3d.Canvas3D
Start the Java 3D renderer on this Canvas3D object.
STEREO_SPEAKERS. Static variable in class java.media.j3d.PhysicalEnvironment
stopRenderer(). Method in class java.media.j3d.Canvas3D
Stop the Java 3D renderer on this Canvas3D object.
STREAMING. Static variable in interface java.media.j3d.InputDevice
Specifies that the associated devices works in streaming mode
sub(GMatrix). Method in class java.vecmath.GMatrix
Sets the value of this matrix to the matrix difference of itself and matrix m1 (this = this - m1).
sub(GMatrix, GMatrix). Method in class java.vecmath.GMatrix
Sets the value of this matrix to the matrix difference of matrices m1 and m2 (this = m1 - m2).
sub(GVector). Method in class java.vecmath.GVector
Sets the value of this vector to the vector difference of itself and vector (this = this - vector).
sub(GVector, GVector). Method in class java.vecmath.GVector
Sets the value of this vector to the vector difference of vectors vector1 and vector2 (this = vector1 - vector2).
sub(HiResCoord, HiResCoord). Method in class java.media.j3d.HiResCoord
Subtracts two HiResCoords placing the results into this HiResCoord.
sub(Matrix3d). Method in class java.vecmath.Matrix3d
Sets the value of this matrix to the matrix difference of itself and matrix m1 (this = this - m1).
sub(Matrix3d, Matrix3d). Method in class java.vecmath.Matrix3d
Sets the value of this matrix to the matrix difference of matrices m1 and m2.
sub(Matrix3f). Method in class java.vecmath.Matrix3f
Sets the value of this matrix to the matrix difference of itself and matrix m1 (this = this - m1).
sub(Matrix3f, Matrix3f). Method in class java.vecmath.Matrix3f
Sets the value of this matrix to the matrix difference of matrices m1 and m2.
sub(Matrix4d). Method in class java.vecmath.Matrix4d
Sets the value of this matrix to the matrix difference of itself and matrix m1 (this = this - m1).
sub(Matrix4d, Matrix4d). Method in class java.vecmath.Matrix4d
Sets the value of this matrix to the matrix difference of matrices m1 and m2.
sub(Matrix4f). Method in class java.vecmath.Matrix4f
Sets this matrix to the matrix difference of itself and matrix m1 (this = this - m1).
sub(Matrix4f, Matrix4f). Method in class java.vecmath.Matrix4f
Sets the value of this matrix to the matrix difference of matrices m1 and m2.
sub(Transform3D). Method in class java.media.j3d.Transform3D
Subtracts transform t1 from this transform and places the result into this: this = this - t1.
sub(Transform3D, Transform3D). Method in class java.media.j3d.Transform3D
Subtracts transform t2 from transform t1 and places the result into this: this = t1 - t2.
sub(Tuple2f). Method in class java.vecmath.Tuple2f
Sets the value of this tuple to the vector difference of itself and tuple t1 (this = this - t1).
sub(Tuple2f, Tuple2f). Method in class java.vecmath.Tuple2f
Sets the value of this tuple to the vector difference of tuple t1 and t2 (this = t1 - t2).
sub(Tuple3d). Method in class java.vecmath.Tuple3d
Sets the value of this tuple to the difference of itself and t1 (this = this - t1).
sub(Tuple3d, Tuple3d). Method in class java.vecmath.Tuple3d
Sets the value of this tuple to the difference of tuples t1 and t2 (this = t1 - t2).
sub(Tuple3f). Method in class java.vecmath.Tuple3f
Sets the value of this tuple to the vector difference of itself and tuple t1 (this = this - t1) .
sub(Tuple3f, Tuple3f). Method in class java.vecmath.Tuple3f
Sets the value of this tuple to the vector difference of tuples t1 and t2 (this = t1 - t2).
sub(Tuple4d). Method in class java.vecmath.Tuple4d
Sets the value of this tuple to the difference of itself and tuple t1 (this = this - t1).
sub(Tuple4d, Tuple4d). Method in class java.vecmath.Tuple4d
Sets the value of this tuple to the difference of tuples t1 and t2.
sub(Tuple4f). Method in class java.vecmath.Tuple4f
Sets the value of this tuple to the difference of itself and t1 (this = this - t1).
sub(Tuple4f, Tuple4f). Method in class java.vecmath.Tuple4f
Sets the value of this tuple to the difference of tuples t1 and t2 (this = t1 - t2).
SVD(GMatrix, GMatrix, GMatrix). Method in class java.vecmath.GMatrix
Finds the singular value decomposition (SVD) of this matrix such that this = U*W*transpose(V); and returns the rank of this matrix; the values of U,W,V are all overwritten.
SVDBackSolve(GMatrix, GMatrix, GMatrix, GVector). Method in class java.vecmath.GVector
Solves for b in b = Ax, where b is this vector (mx1), A is mxn, and A = U*W*transpose(V); U,W,V must be precomputed and can be found by taking the singular value decomposition (SVD) of A using the method SVD found in the GMatrix class.
swap(). Method in class java.media.j3d.Canvas3D
Synchronize and swap buffers on a double buffered canvas for this Canvas3D object.
Switch(). Constructor for class java.media.j3d.Switch
Constructs and initializes a switch node with a default choice of the first child.
Switch(int). Constructor for class java.media.j3d.Switch
Constructs and initializes a switch node.
Switch(int, BitSet). Constructor for class java.media.j3d.Switch
Constructs and initializes a switch node.
SwitchValueInterpolator(Alpha, Switch). Constructor for class java.media.j3d.SwitchValueInterpolator
Constructs a trivial SwitchValueInterpolator that varies the target Switch node's child index between zero and the number of children specified in the node.
SwitchValueInterpolator(Alpha, Switch, int, int). Constructor for class java.media.j3d.SwitchValueInterpolator
Constructs a new SwitchValueInterpolator that varies the target Switch node's child index between the two values provided.

T

TexCoord2f(). Constructor for class java.vecmath.TexCoord2f
Constructs and initializes a Vec2f to (0,0).
TexCoord2f(float, float). Constructor for class java.vecmath.TexCoord2f
Constructs and initializes a Vec2f from the specified xy coordinates.
TexCoord2f(float[]). Constructor for class java.vecmath.TexCoord2f
Constructs and initializes a Vec2f from the specified array.
TexCoord2f(TexCoord2f). Constructor for class java.vecmath.TexCoord2f
Constructs and initializes a Vec2f from the specified Vec2f.
TexCoord3f(). Constructor for class java.vecmath.TexCoord3f
Constructs and initializes a TexCoord3f to (0,0,0).
TexCoord3f(float, float, float). Constructor for class java.vecmath.TexCoord3f
Constructs and initializes a TexCoord3f from the specified xyz coordinates.
TexCoord3f(float[]). Constructor for class java.vecmath.TexCoord3f
Constructs and initializes a TexCoord3f from the array of length 3.
TexCoord3f(TexCoord3f). Constructor for class java.vecmath.TexCoord3f
Constructs and initializes a TexCoord3f from the specified TexCoord3f.
TexCoordGeneration(). Constructor for class java.media.j3d.TexCoordGeneration
Constructs a TexCoordGeneration object using defaults for all state variables.
TexCoordGeneration(int, int). Constructor for class java.media.j3d.TexCoordGeneration
Constructs a TexCoordGeneration object with the specified genMode and format.
TexCoordGeneration(int, int, Vector4f). Constructor for class java.media.j3d.TexCoordGeneration
Constructs a TexCoordGeneration object with the specified genMode, format, and the S coordinate plane equation.
TexCoordGeneration(int, int, Vector4f, Vector4f). Constructor for class java.media.j3d.TexCoordGeneration
Constructs a TexCoordGeneration object with the specified genMode, format, and the S and T coordinate plane equations.
TexCoordGeneration(int, int, Vector4f, Vector4f, Vector4f). Constructor for class java.media.j3d.TexCoordGeneration
Constructs a TexCoordGeneration object with the specified genMode, format, and the S, T, and R coordinate plane equations.
Text3D(). Constructor for class java.media.j3d.Text3D
Creates an empty Text3D object.
Text3D(Font3D). Constructor for class java.media.j3d.Text3D
Creates a Text3D object with the given Font3D object.
Text3D(Font3D, String). Constructor for class java.media.j3d.Text3D
Creates a Text3D object given a Font3D object and a string.
Text3D(Font3D, String, Point3f). Constructor for class java.media.j3d.Text3D
Creates a Text3D object given a Font3D object and a string.
Text3D(Font3D, String, Point3f, int, int). Constructor for class java.media.j3d.Text3D
Creates a Text3D object given a Font3D object and a string.
Texture(). Constructor for class java.media.j3d.Texture
Constructs a texture object using default values.
Texture(int, int, int, int). Constructor for class java.media.j3d.Texture
Constructs an empty Texture object with specified mipmapMode format, width and height.
Texture2D(). Constructor for class java.media.j3d.Texture2D
Constructs a texture object using default values.
Texture2D(int, int, int, int). Constructor for class java.media.j3d.Texture2D
Constructs an empty Texture2D object with specified mipmapMode format, width and height.
Texture3D(). Constructor for class java.media.j3d.Texture3D
Constructs a texture object using default values.
Texture3D(int, int, int, int, int). Constructor for class java.media.j3d.Texture3D
Constructs an empty Texture3D object with specified mipmapMode format, width, height, and depth.
TEXTURE_COORDINATE_2. Static variable in class java.media.j3d.GeometryArray
Specifies that this GeometryArray contains an array of texture coordinates.
TEXTURE_COORDINATE_2. Static variable in class java.media.j3d.TexCoordGeneration
Generates 2D texture coordinates (S and T).
TEXTURE_COORDINATE_3. Static variable in class java.media.j3d.GeometryArray
Specifies that this GeometryArray contains an array of texture coordinates.
TEXTURE_COORDINATE_3. Static variable in class java.media.j3d.TexCoordGeneration
Generates 3D texture coordinates (S, T, and R).
TextureAttributes(). Constructor for class java.media.j3d.TextureAttributes
Construct a TextureAttributes with default values.
TextureAttributes(int, Transform3D, Color4f, int). Constructor for class java.media.j3d.TextureAttributes
Construct a TextureAttributes with specified values.
toString(). Method in class java.vecmath.AxisAngle4d
Returns a string that contains the values of this AxisAngle4d.
toString(). Method in class java.vecmath.AxisAngle4f
Returns a string that contains the values of this AxisAngle4f.
toString(). Method in class java.vecmath.GMatrix
Returns a string that contains the values of this GMatrix.
toString(). Method in class java.vecmath.GVector
Returns a string that contains the values of this GVector.
toString(). Method in class java.media.j3d.Material
Returns a String representation of this Materials values.
toString(). Method in class java.vecmath.Matrix3d
Returns a string that contains the values of this Matrix3d.
toString(). Method in class java.vecmath.Matrix3f
Returns a string that contains the values of this Matrix3f.
toString(). Method in class java.vecmath.Matrix4d
Returns a string that contains the values of this Matrix4d.
toString(). Method in class java.vecmath.Matrix4f
Returns a string that contains the values of this Matrix4f.
toString(). Method in class java.media.j3d.PhysicalBody
toString(). Method in class java.media.j3d.Screen3D
toString(). Method in class java.media.j3d.Transform3D
Returns the matrix elements of this transform as a string.
toString(). Method in class java.vecmath.Tuple2f
Returns a string that contains the values of this Tuple2f.
toString(). Method in class java.vecmath.Tuple3b
Returns a string that contains the values of this Tuple3b.
toString(). Method in class java.vecmath.Tuple3d
Returns a string that contains the values of this Tuple3d.
toString(). Method in class java.vecmath.Tuple3f
Returns a string that contains the values of this Tuple3f.
toString(). Method in class java.vecmath.Tuple4b
Returns a string that contains the values of this Tuple4b.
toString(). Method in class java.vecmath.Tuple4d
Returns a string that contains the values of this Tuple4d.
toString(). Method in class java.vecmath.Tuple4f
Returns a string that contains the values of this Tuple4f.
trace(). Method in class java.vecmath.GMatrix
Returns the trace of this matrix.
transform(BoundingSphere, Transform3D). Method in class java.media.j3d.BoundingBox
This transforms a bounding sphere by the given transform ( this needs to be removed it is so apps will still run)
transform(BoundingSphere, Transform3D). Method in class java.media.j3d.BoundingPolytope
This transforms this bounding sphere by the given matrix (needs to be removed)
transform(BoundingSphere, Transform3D). Method in class java.media.j3d.BoundingSphere
This transforms this bounding sphere by the given matrix
transform(Point3d). Method in class java.vecmath.Matrix4d
Transforms the point parameter with this Matrix4d and places the result back into point.
transform(Point3d). Method in class java.media.j3d.Transform3D
Transforms the point parameter with this transform and places the result back into point.
transform(Point3d, Point3d). Method in class java.vecmath.Matrix4d
Transforms the point parameter with this Matrix4d and places the result into pointOut.
transform(Point3d, Point3d). Method in class java.media.j3d.Transform3D
Transforms the point parameter with this transform and places the result into pointOut.
transform(Point3f). Method in class java.vecmath.Matrix4d
Transforms the point parameter with this Matrix4d and places the result back into point.
transform(Point3f). Method in class java.vecmath.Matrix4f
Transforms the point parameter with this Matrix4f and places the result back into point.
transform(Point3f). Method in class java.media.j3d.Transform3D
Transforms the point parameter with this transform and places the result back into point.
transform(Point3f, Point3f). Method in class java.vecmath.Matrix4d
Transforms the point parameter with this Matrix4d and places the result into pointOut.
transform(Point3f, Point3f). Method in class java.vecmath.Matrix4f
Transforms the point parameter with this Matrix4f and places the result into pointOut.
transform(Point3f, Point3f). Method in class java.media.j3d.Transform3D
Transforms the point parameter with this transform and places the result into pointOut.
transform(Transform3D). Method in class java.media.j3d.BoundingBox
This transforms the bounding box by the given matrix
transform(Transform3D). Method in class java.media.j3d.BoundingPolytope
This transforms this bounding polytope by the given transformation matrix
transform(Transform3D). Method in class java.media.j3d.BoundingSphere
This transforms the bounding sphere by the given matrix
transform(Tuple4d). Method in class java.vecmath.Matrix4d
Transform the vector vec using this Matrix4d and place the result back into vec.
transform(Tuple4d, Tuple4d). Method in class java.vecmath.Matrix4d
Transform the vector vec using this Matrix4d and place the result into vecOut.
transform(Tuple4f). Method in class java.vecmath.Matrix4d
Transform the vector vec using this Transform and place the result back into vec.
transform(Tuple4f). Method in class java.vecmath.Matrix4f
Transform the vector vec using this Transform and place the result back into vec.
transform(Tuple4f, Tuple4f). Method in class java.vecmath.Matrix4d
Transform the vector vec using this Matrix4d and place the result into vecOut.
transform(Tuple4f, Tuple4f). Method in class java.vecmath.Matrix4f
Transform the vector vec using this Matrix4f and place the result into vecOut.
transform(Vector3d). Method in class java.vecmath.Matrix4d
Transforms the normal parameter by this transform and places the value back into normal.
transform(Vector3d). Method in class java.media.j3d.Transform3D
Transforms the normal parameter by this transform and places the value back into normal.
transform(Vector3d, Vector3d). Method in class java.vecmath.Matrix4d
Transforms the normal parameter by this Matrix4d and places the value into normalOut.
transform(Vector3d, Vector3d). Method in class java.media.j3d.Transform3D
Transforms the normal parameter by this transform and places the value into normalOut.
transform(Vector3f). Method in class java.vecmath.Matrix4d
Transforms the normal parameter by this transform and places the value back into normal.
transform(Vector3f). Method in class java.vecmath.Matrix4f
Transforms the normal parameter by this transform and places the value back into normal.
transform(Vector3f). Method in class java.media.j3d.Transform3D
Transforms the normal parameter by this transform and places the value back into normal.
transform(Vector3f, Vector3f). Method in class java.vecmath.Matrix4d
Transforms the normal parameter by this Matrix4d and places the value into normalOut.
transform(Vector3f, Vector3f). Method in class java.vecmath.Matrix4f
Transforms the normal parameter by this Matrix4f and places the value into normalOut.
transform(Vector3f, Vector3f). Method in class java.media.j3d.Transform3D
Transforms the normal parameter by this transform and places the value into normalOut.
transform(Vector4d). Method in class java.media.j3d.Transform3D
Transform the vector vec using this Transform and place the result back into vec.
transform(Vector4d, Vector4d). Method in class java.media.j3d.Transform3D
Transform the vector vec using this transform and place the result into vecOut.
transform(Vector4f). Method in class java.media.j3d.Transform3D
Transform the vector vec using this Transform and place the result back into vec.
transform(Vector4f, Vector4f). Method in class java.media.j3d.Transform3D
Transform the vector vec using this Transform and place the result into vecOut.
Transform3D(). Constructor for class java.media.j3d.Transform3D
Constructs and initializes a transform to the identity matrix.
Transform3D(double[]). Constructor for class java.media.j3d.Transform3D
Constructs and initializes a transform from the double precision array of length 16; the top row of the matrix is initialized to the first four elements of the array, and so on.
Transform3D(float[]). Constructor for class java.media.j3d.Transform3D
Constructs and initializes a transform from the float array of length 16; the top row of the matrix is initialized to the first four elements of the array, and so on.
Transform3D(GMatrix). Constructor for class java.media.j3d.Transform3D
Constructs a transform and initializes it to the upper 4x4 of the GMatrix argument.
Transform3D(Matrix3d, Vector3d, double). Constructor for class java.media.j3d.Transform3D
Constructs and initializes a transform from the rotation matrix, translation, and scale values.
Transform3D(Matrix3f, Vector3d, double). Constructor for class java.media.j3d.Transform3D
Constructs and initializes a transform from the rotation matrix, translation, and scale values.
Transform3D(Matrix3f, Vector3f, float). Constructor for class java.media.j3d.Transform3D
Constructs and initializes a transform from the rotation matrix, translation, and scale values.
Transform3D(Matrix4d). Constructor for class java.media.j3d.Transform3D
Constructs and initializes a transform from the 4x4 matrix.
Transform3D(Matrix4f). Constructor for class java.media.j3d.Transform3D
Constructs and initializes a transform from the 4x4 matrix.
Transform3D(Quat4d, Vector3d, double). Constructor for class java.media.j3d.Transform3D
Constructs and initializes a transform from the quaternion, translation, and scale values.
Transform3D(Quat4f, Vector3d, double). Constructor for class java.media.j3d.Transform3D
Constructs and initializes a transform from the quaternion, translation, and scale values.
Transform3D(Quat4f, Vector3f, float). Constructor for class java.media.j3d.Transform3D
Constructs and initializes a transform from the quaternion, translation, and scale values.
Transform3D(Transform3D). Constructor for class java.media.j3d.Transform3D
Constructs and initializes a transform from the Transform3D object.
TransformGroup(). Constructor for class java.media.j3d.TransformGroup
Constructs and initializes a TransformGroup using an identity transform.
TransformGroup(Transform3D). Constructor for class java.media.j3d.TransformGroup
Constructs and initializes a TransformGroup from the Transform passed.
TRANSLATION. Static variable in class java.media.j3d.Transform3D
A translation-only matrix with ones on the diagonal.
TransparencyAttributes(). Constructor for class java.media.j3d.TransparencyAttributes
Construct TransparencyAttributes object with default values.
TransparencyAttributes(int, float). Constructor for class java.media.j3d.TransparencyAttributes
Construct TransparencyAttributes object with specified values.
TransparencyInterpolator(Alpha, TransparencyAttributes). Constructor for class java.media.j3d.TransparencyInterpolator
Constructs a trivial transparency interpolator witha apecified target a minimum transparency of 0.0f and a maximum transparency of 1.0.
TransparencyInterpolator(Alpha, TransparencyAttributes, float, float). Constructor for class java.media.j3d.TransparencyInterpolator
Constructs a new transparency interpolator that varies the target material's transparency between the two transparency values.
transpose(). Method in class java.vecmath.GMatrix
Transposes this matrix in place.
transpose(). Method in class java.vecmath.Matrix3d
Sets the value of this matrix to its transpose.
transpose(). Method in class java.vecmath.Matrix3f
Sets the value of this matrix to its transpose.
transpose(). Method in class java.vecmath.Matrix4d
Sets the value of this matrix to its transpose.
transpose(). Method in class java.vecmath.Matrix4f
Sets the value of this matrix to its transpose in place.
transpose(). Method in class java.media.j3d.Transform3D
Transposes this matrix in place.
transpose(GMatrix). Method in class java.vecmath.GMatrix
Places the matrix values of the transpose of matrix m1 into this matrix.
transpose(Matrix3d). Method in class java.vecmath.Matrix3d
Sets the value of this matrix to the transpose of the argument matrix.
transpose(Matrix3f). Method in class java.vecmath.Matrix3f
Sets the value of this matrix to the transpose of the argument matrix.
transpose(Matrix4d). Method in class java.vecmath.Matrix4d
Sets the value of this matrix to the transpose of the argument matrix
transpose(Matrix4f). Method in class java.vecmath.Matrix4f
Sets the value of this matrix to the transpose of the argument matrix.
transpose(Transform3D). Method in class java.media.j3d.Transform3D
Transposes transform t1 and places the value into this transform.
TRIANGLE_BUFFER. Static variable in class java.media.j3d.CompressedGeometryHeader
bufferType: compressed geometry is made up of triangles.
TriangleArray(int, int). Constructor for class java.media.j3d.TriangleArray
Constructs an empty TriangleArray object with the specified number of vertices, and vertex format.
TriangleFanArray(int, int, int[]). Constructor for class java.media.j3d.TriangleFanArray
Constructs an empty TriangleFanArray object with the specified number of vertices, vertex format, number of strips, and array of vertex counts per strip.
TriangleStripArray(int, int, int[]). Constructor for class java.media.j3d.TriangleStripArray
Constructs an empty TriangleStripArray object with the specified number of vertices, vertex format, number of strips, and array of vertex counts per strip.
triggeredElements(). Method in class java.media.j3d.WakeupCondition
Returns an enumeration of all triggered WakeupCriterias in this Condition.
Tuple2f(). Constructor for class java.vecmath.Tuple2f
Constructs and initializes a Tuple2f to (0,0).
Tuple2f(float, float). Constructor for class java.vecmath.Tuple2f
Constructs and initializes a Tuple2f from the specified xy coordinates.
Tuple2f(float[]). Constructor for class java.vecmath.Tuple2f
Constructs and initializes a Tuple2f from the specified array.
Tuple2f(Tuple2f). Constructor for class java.vecmath.Tuple2f
Constructs and initializes a Tuple2f from the specified Tuple2f.
Tuple3b(). Constructor for class java.vecmath.Tuple3b
Constructs and initializes a Tuple3b to (0,0,0).
Tuple3b(byte, byte, byte). Constructor for class java.vecmath.Tuple3b
Constructs and initializes a Tuple3b from the specified three values.
Tuple3b(byte[]). Constructor for class java.vecmath.Tuple3b
Constructs and initializes a Tuple3b from input array of length 3.
Tuple3b(Tuple3b). Constructor for class java.vecmath.Tuple3b
Constructs and initializes a Tuple3b from the specified Tuple3b.
Tuple3d(). Constructor for class java.vecmath.Tuple3d
Constructs and initializes a Tuple3d to (0,0,0).
Tuple3d(double, double, double). Constructor for class java.vecmath.Tuple3d
Constructs and initializes a Tuple3d from the specified xyz coordinates.
Tuple3d(double[]). Constructor for class java.vecmath.Tuple3d
Constructs and initializes a Tuple3d from the array of length 3.
Tuple3d(Tuple3d). Constructor for class java.vecmath.Tuple3d
Constructs and initializes a Tuple3d from the specified Tuple3d.
Tuple3d(Tuple3f). Constructor for class java.vecmath.Tuple3d
Constructs and initializes a Tuple3d from the specified Tuple3f.
Tuple3f(). Constructor for class java.vecmath.Tuple3f
Constructs and initializes a Tuple3f to (0,0,0).
Tuple3f(float, float, float). Constructor for class java.vecmath.Tuple3f
Constructs and initializes a Tuple3f from the specified xyz coordinates.
Tuple3f(float[]). Constructor for class java.vecmath.Tuple3f
Constructs and initializes a Tuple3f from the array of length 3.
Tuple3f(Tuple3d). Constructor for class java.vecmath.Tuple3f
Constructs and initializes a Tuple3f from the specified Tuple3d.
Tuple3f(Tuple3f). Constructor for class java.vecmath.Tuple3f
Constructs and initializes a Tuple3f from the specified Tuple3f.
Tuple4b(). Constructor for class java.vecmath.Tuple4b
Constructs and initializes a Vec4b to (0,0,0,0).
Tuple4b(byte, byte, byte, byte). Constructor for class java.vecmath.Tuple4b
Constructs and initializes a Tuple4b from the specified four values.
Tuple4b(byte[]). Constructor for class java.vecmath.Tuple4b
Constructs and initializes a Tuple4b from the array of length 4.
Tuple4b(Tuple4b). Constructor for class java.vecmath.Tuple4b
Constructs and initializes a Tuple4b from the specified Tuple4b.
Tuple4d(). Constructor for class java.vecmath.Tuple4d
Constructs and initializes a Tuple4d to (0,0,0,0).
Tuple4d(double, double, double, double). Constructor for class java.vecmath.Tuple4d
Constructs and initializes a Tuple4d from the specified xyzw coordinates.
Tuple4d(double[]). Constructor for class java.vecmath.Tuple4d
Constructs and initializes a Tuple4d from the coordinates contained in the array.
Tuple4d(Tuple4d). Constructor for class java.vecmath.Tuple4d
Constructs and initializes a Tuple4d from the specified Tuple4d.
Tuple4d(Tuple4f). Constructor for class java.vecmath.Tuple4d
Constructs and initializes a Tuple4d from the specified Tuple4f.
Tuple4f(). Constructor for class java.vecmath.Tuple4f
Constructs and initializes a Tuple4f to (0,0,0,0).
Tuple4f(float, float, float, float). Constructor for class java.vecmath.Tuple4f
Constructs and initializes a Tuple4f from the specified xyzw coordinates.
Tuple4f(float[]). Constructor for class java.vecmath.Tuple4f
Constructs and initializes a Tuple4f from the array of length 4.
Tuple4f(Tuple4d). Constructor for class java.vecmath.Tuple4f
Constructs and initializes a Tuple4f from the specified Tuple4d.
Tuple4f(Tuple4f). Constructor for class java.vecmath.Tuple4f
Constructs and initializes a Tuple4f from the specified Tuple4f.

U

updateNodeReferences(NodeReferenceTable). Method in class java.media.j3d.Leaf
Callback used to allow a node to check if any nodes referenced by that node have been duplicated via a call to cloneTree.
USE_BOUNDS. Static variable in class java.media.j3d.WakeupOnCollisionEntry
Use geometric bounds as an approximation in computing collisions.
USE_BOUNDS. Static variable in class java.media.j3d.WakeupOnCollisionExit
Use geometric bounds as an approximation in computing collisions.
USE_BOUNDS. Static variable in class java.media.j3d.WakeupOnCollisionMovement
Use geometric bounds as an approximation in computing collisions.
USE_GEOMETRY. Static variable in class java.media.j3d.WakeupOnCollisionEntry
Use geometry in computing collisions.
USE_GEOMETRY. Static variable in class java.media.j3d.WakeupOnCollisionExit
Use geometry in computing collisions.
USE_GEOMETRY. Static variable in class java.media.j3d.WakeupOnCollisionMovement
Use geometry in computing collisions.

V

value(). Method in class java.media.j3d.Alpha
This function returns a value between 0.0 and 1.0 inclusive, based on the current time and the time-to-alpha parameters established for this interpolator
value(long). Method in class java.media.j3d.Alpha
This function returns a value between 0.0 and 1.0 inclusive, based on the specified time and the time-to-alpha parameters established for this interpolator
Vector2f(). Constructor for class java.vecmath.Vector2f
Constructs and initializes a Vector2f to (0,0).
Vector2f(float, float). Constructor for class java.vecmath.Vector2f
Constructs and initializes a Vector2f from the specified xy coordinates.
Vector2f(float[]). Constructor for class java.vecmath.Vector2f
Constructs and initializes a Vector2f from the specified array.
Vector2f(Vector2f). Constructor for class java.vecmath.Vector2f
Constructs and initializes a Vector2f from the specified Vector2f.
Vector3d(). Constructor for class java.vecmath.Vector3d
Constructs and initializes a Vector3d to (0,0,0).
Vector3d(double, double, double). Constructor for class java.vecmath.Vector3d
Constructs and initializes a Vector3d from the specified xyz coordinates.
Vector3d(double[]). Constructor for class java.vecmath.Vector3d
Constructs and initializes a Vector3d from the array of length 3.
Vector3d(Vector3d). Constructor for class java.vecmath.Vector3d
Constructs and initializes a Vector3d from the specified Vector3d.
Vector3d(Vector3f). Constructor for class java.vecmath.Vector3d
Constructs and initializes a Vector3d from the specified Vector3f.
Vector3f(). Constructor for class java.vecmath.Vector3f
Constructs and initializes a Vector3f to (0,0,0).
Vector3f(float, float, float). Constructor for class java.vecmath.Vector3f
Constructs and initializes a Vector3f from the specified xyz coordinates.
Vector3f(float[]). Constructor for class java.vecmath.Vector3f
Constructs and initializes a Vector3f from the array of length 3.
Vector3f(Vector3d). Constructor for class java.vecmath.Vector3f
Constructs and initializes a Vector3f from the specified Vector3d.
Vector3f(Vector3f). Constructor for class java.vecmath.Vector3f
Constructs and initializes a Vector3f from the specified Vector3f.
Vector4d(). Constructor for class java.vecmath.Vector4d
Constructs and initializes a Vector4d to (0,0,0,0).
Vector4d(double, double, double, double). Constructor for class java.vecmath.Vector4d
Constructs and initializes a Vector4d from the specified xyzw coordinates.
Vector4d(double[]). Constructor for class java.vecmath.Vector4d
Constructs and initializes a Vector4d from the coordinates contained in the array.
Vector4d(Vector4d). Constructor for class java.vecmath.Vector4d
Constructs and initializes a Vector4d from the specified Vector4d.
Vector4d(Vector4f). Constructor for class java.vecmath.Vector4d
Constructs and initializes a Vector4d from the specified Vector4f.
Vector4f(). Constructor for class java.vecmath.Vector4f
Constructs and initializes a Vector4f to (0,0,0,0).
Vector4f(float, float, float, float). Constructor for class java.vecmath.Vector4f
Constructs and initializes a Vector4f from the specified xyzw coordinates.
Vector4f(float[]). Constructor for class java.vecmath.Vector4f
Constructs and initializes a Vector4f from the array of length 4.
Vector4f(Vector4d). Constructor for class java.vecmath.Vector4f
Constructs and initializes a Vector4f from the specified Vector4d.
Vector4f(Vector4f). Constructor for class java.vecmath.Vector4f
Constructs and initializes a Vector4f from the specified Vector4f.
View(). Constructor for class java.media.j3d.View
Constructs and initializes a View object.
ViewPlatform(). Constructor for class java.media.j3d.ViewPlatform
VIRTUAL_EYE. Static variable in class java.media.j3d.View
Specifies that the associated distance is measured from the eye and in the virtual environment.
VIRTUAL_SCREEN. Static variable in class java.media.j3d.View
Specifies that the associated distance is measured from the screen and in the virtual environment.
VIRTUAL_WORLD. Static variable in class java.media.j3d.Canvas3D
Policy for resizing and moving windows.
VirtualUniverse(). Constructor for class java.media.j3d.VirtualUniverse
Constructs a new VirtualUniverse.

W

w. Variable in class java.vecmath.Tuple4b
The fourth value.
w. Variable in class java.vecmath.Tuple4d
The w coordinate.
w. Variable in class java.vecmath.Tuple4f
The w coordinate.
WakeupAnd(WakeupCriterion[]). Constructor for class java.media.j3d.WakeupAnd
Constructs a new WakeupAnd criterion.
WakeupAndOfOrs(WakeupOr[]). Constructor for class java.media.j3d.WakeupAndOfOrs
Constructs a new WakeupAndOfOrs criterion.
WakeupCondition(). Constructor for class java.media.j3d.WakeupCondition
WakeupCriterion(). Constructor for class java.media.j3d.WakeupCriterion
wakeupOn(WakeupCondition). Method in class java.media.j3d.Behavior
Defines this behavior's wakeup criteria.
WakeupOnActivation(). Constructor for class java.media.j3d.WakeupOnActivation
Constructs a new WakeupOnActivation criterion.
WakeupOnAWTEvent(int). Constructor for class java.media.j3d.WakeupOnAWTEvent
Constructs a new WakeupOnAWTEvent.
WakeupOnAWTEvent(long). Constructor for class java.media.j3d.WakeupOnAWTEvent
Constructs a new WakeupOnAWTEvent using Ored EVENT_MASK values.
WakeupOnBehaviorPost(Behavior, int). Constructor for class java.media.j3d.WakeupOnBehaviorPost
Constructs a new WakeupOnBehaviorPost criterion.
WakeupOnCollisionEntry(Bounds). Constructor for class java.media.j3d.WakeupOnCollisionEntry
Constructs a new WakeupOnCollisionEntry criterion.
WakeupOnCollisionEntry(Node). Constructor for class java.media.j3d.WakeupOnCollisionEntry
Constructs a new WakeupOnCollisionEntry criterion.
WakeupOnCollisionEntry(Node, int). Constructor for class java.media.j3d.WakeupOnCollisionEntry
Constructs a new WakeupOnCollisionEntry criterion.
WakeupOnCollisionEntry(SceneGraphPath). Constructor for class java.media.j3d.WakeupOnCollisionEntry
Constructs a new WakeupOnCollisionEntry criterion.
WakeupOnCollisionEntry(SceneGraphPath, int). Constructor for class java.media.j3d.WakeupOnCollisionEntry
Constructs a new WakeupOnCollisionEntry criterion.
WakeupOnCollisionExit(Bounds). Constructor for class java.media.j3d.WakeupOnCollisionExit
Constructs a new WakeupOnCollisionExit criterion.
WakeupOnCollisionExit(Node). Constructor for class java.media.j3d.WakeupOnCollisionExit
Constructs a new WakeupOnCollisionExit criterion.
WakeupOnCollisionExit(Node, int). Constructor for class java.media.j3d.WakeupOnCollisionExit
Constructs a new WakeupOnCollisionExit criterion.
WakeupOnCollisionExit(SceneGraphPath). Constructor for class java.media.j3d.WakeupOnCollisionExit
Constructs a new WakeupOnCollisionExit criterion.
WakeupOnCollisionExit(SceneGraphPath, int). Constructor for class java.media.j3d.WakeupOnCollisionExit
Constructs a new WakeupOnCollisionExit criterion.
WakeupOnCollisionMovement(Bounds). Constructor for class java.media.j3d.WakeupOnCollisionMovement
Constructs a new WakeupOnCollisionMovement criterion.
WakeupOnCollisionMovement(Node). Constructor for class java.media.j3d.WakeupOnCollisionMovement
Constructs a new WakeupOnCollisionMovement criterion.
WakeupOnCollisionMovement(Node, int). Constructor for class java.media.j3d.WakeupOnCollisionMovement
Constructs a new WakeupOnCollisionMovement criterion.
WakeupOnCollisionMovement(SceneGraphPath). Constructor for class java.media.j3d.WakeupOnCollisionMovement
Constructs a new WakeupOnCollisionMovement criterion.
WakeupOnCollisionMovement(SceneGraphPath, int). Constructor for class java.media.j3d.WakeupOnCollisionMovement
Constructs a new WakeupOnCollisionMovement criterion.
WakeupOnDeactivation(Bounds). Constructor for class java.media.j3d.WakeupOnDeactivation
Constructs a new WakeupOnDeactivation criterion.
WakeupOnElapsedFrames(int). Constructor for class java.media.j3d.WakeupOnElapsedFrames
Constructs a new WakeupOnElapsedFrames criterion.
WakeupOnElapsedTime(long). Constructor for class java.media.j3d.WakeupOnElapsedTime
Constructs a new WakeupOnElapsedTime criterion.
WakeupOnSensorEntry(Bounds). Constructor for class java.media.j3d.WakeupOnSensorEntry
Constructs a new WakeupOnEntry criterion.
WakeupOnSensorExit(Bounds). Constructor for class java.media.j3d.WakeupOnSensorExit
Constructs a new WakeupOnExit criterion.
WakeupOnTransformChange(TransformGroup). Constructor for class java.media.j3d.WakeupOnTransformChange
Constructs a new WakeupOnTransformChange criterion.
WakeupOnViewPlatformEntry(Bounds). Constructor for class java.media.j3d.WakeupOnViewPlatformEntry
Constructs a new WakeupOnEntry criterion.
WakeupOnViewPlatformExit(Bounds). Constructor for class java.media.j3d.WakeupOnViewPlatformExit
Constructs a new WakeupOnExit criterion.
WakeupOr(WakeupCriterion[]). Constructor for class java.media.j3d.WakeupOr
Constructs a new WakeupOr criterion.
WakeupOrOfAnds(WakeupAnd[]). Constructor for class java.media.j3d.WakeupOrOfAnds
Constructs a new WakeupOrOfAnds criterion.
WRAP. Static variable in class java.media.j3d.Texture
Repeats the texture by wrapping texture coordinates that are outside the range [0,1].

X

x. Variable in class java.vecmath.AxisAngle4d
The x coordinate.
x. Variable in class java.vecmath.AxisAngle4f
The x coordinate.
x. Variable in class java.vecmath.Tuple2f
The x coordinate.
x. Variable in class java.vecmath.Tuple3b
The first value.
x. Variable in class java.vecmath.Tuple3d
The x coordinate.
x. Variable in class java.vecmath.Tuple3f
The x coordinate.
x. Variable in class java.vecmath.Tuple4b
The first value.
x. Variable in class java.vecmath.Tuple4d
The x coordinate.
x. Variable in class java.vecmath.Tuple4f
The x coordinate.
xOffset. Variable in class java.media.j3d.CompressedGeometryHeader
The x offset needed to be applied to every point in the compressed geometry buffer to restore the geometry to its original (uncompressed) postion.

Y

y. Variable in class java.vecmath.AxisAngle4d
The y coordinate.
y. Variable in class java.vecmath.AxisAngle4f
The y coordinate.
y. Variable in class java.vecmath.Tuple2f
The y coordinate.
y. Variable in class java.vecmath.Tuple3b
The second value.
y. Variable in class java.vecmath.Tuple3d
The y coordinate.
y. Variable in class java.vecmath.Tuple3f
The y coordinate.
y. Variable in class java.vecmath.Tuple4b
The second value.
y. Variable in class java.vecmath.Tuple4d
The y coordinate.
y. Variable in class java.vecmath.Tuple4f
The y coordinate.
yOffset. Variable in class java.media.j3d.CompressedGeometryHeader
The y offset needed to be applied to every point in the compressed geometry buffer to restore the geometry to its original (uncompressed) postion.