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

G

GENERATE_MIPMAP - Static variable in class javax.media.ding3d.utils.image.TextureLoader
Optional flag - specifies that mipmaps are generated for all levels
GENERATE_NORMALS - Static variable in class javax.media.ding3d.utils.geometry.Primitive
Specifies that normals are generated along with the positions.
GENERATE_NORMALS_INWARD - Static variable in class javax.media.ding3d.utils.geometry.Primitive
Specifies that normals are to be flipped along the surface.
GENERATE_TEXTURE_COORDS - Static variable in class javax.media.ding3d.utils.geometry.Primitive
Specifies that texture coordinates are generated along with the positions.
GENERATE_TEXTURE_COORDS_Y_UP - Static variable in class javax.media.ding3d.utils.geometry.Primitive
Specifies that texture coordinates are to be Y up.
generateNormals(GeometryInfo) - Method in class javax.media.ding3d.utils.geometry.NormalGenerator
Generate normals for the GeometryInfo object.
generatePickRay(int, int) - Method in class javax.media.ding3d.utils.behaviors.picking.PickObject
Deprecated. Creates a PickRay that starts at the viewer position and points into the scene in the direction of (xpos, ypos) specified in window space.
Geometry - Class in javax.media.ding3d
Geometry is an abstract class that specifies the geometry component information required by a Shape3D node.
Geometry() - Constructor for class javax.media.ding3d.Geometry
Constructs a new Geometry object.
GEOMETRY - Static variable in class javax.media.ding3d.utils.picking.PickTool
Use this mode to pick by geometry and get basic information on the pick.
GEOMETRY_INTERSECT_INFO - Static variable in class javax.media.ding3d.utils.picking.PickTool
Use this mode to pick by geometry and save information about the intersections (intersected primitive, intersection point and closest vertex).
GEOMETRY_NOT_SHARED - Static variable in class javax.media.ding3d.utils.geometry.Primitive
Specifies that the geometry being created will not be shared by another scene graph node.
GeometryArray - Class in javax.media.ding3d
The GeometryArray object contains separate arrays of positional coordinates, colors, normals, texture coordinates, and vertex attributes that describe point, line, or polygon geometry.
GeometryArray(int, int) - Constructor for class javax.media.ding3d.GeometryArray
Constructs an empty GeometryArray object with the specified number of vertices and vertex format.
GeometryArray(int, int, int, int[]) - Constructor for class javax.media.ding3d.GeometryArray
Constructs an empty GeometryArray object with the specified number of vertices, vertex format, number of texture coordinate sets, and texture coordinate mapping array.
GeometryArray(int, int, int, int[], int, int[]) - Constructor for class javax.media.ding3d.GeometryArray
Constructs an empty GeometryArray object with the specified number of vertices, vertex format, number of texture coordinate sets, texture coordinate mapping array, vertex attribute count, and vertex attribute sizes array.
GeometryArrayState - Class in javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d
 
GeometryArrayState(SymbolTableData, Controller) - Constructor for class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.GeometryArrayState
 
GeometryCompressor - Class in javax.media.ding3d.utils.compression
Deprecated. As of Java 3D 1.5, replaced by javax.media.ding3d.utils.geometry.compression.GeometryCompressor.
GeometryCompressor() - Constructor for class javax.media.ding3d.utils.compression.GeometryCompressor
Deprecated.  
GeometryCompressor - Class in javax.media.ding3d.utils.geometry.compression
A GeometryCompressor takes a stream of geometric elements and quantization parameters (the CompressionStream object) and compresses it into a stream of commands as defined by appendix B of the Java 3D specification.
GeometryCompressor() - Constructor for class javax.media.ding3d.utils.geometry.compression.GeometryCompressor
 
GeometryInfo - Class in javax.media.ding3d.utils.geometry
The GeometryInfo object holds data for processing by the Java3D geometry utility tools.
GeometryInfo(int) - Constructor for class javax.media.ding3d.utils.geometry.GeometryInfo
Constructor.
GeometryInfo(GeometryArray) - Constructor for class javax.media.ding3d.utils.geometry.GeometryInfo
Contructor.
geometryIsIndexed() - Method in class javax.media.ding3d.utils.pickfast.PickIntersection
Returns true if the geometry is indexed
geometryIsIndexed() - Method in class javax.media.ding3d.utils.picking.PickIntersection
Returns true if the geometry is indexed
GeometryState - Class in javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d
 
GeometryState(SymbolTableData, Controller) - Constructor for class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.GeometryState
 
GeometryStripArray - Class in javax.media.ding3d
The GeometryStripArray object is an abstract class that is extended for a set of GeometryArray strip primitives.
GeometryStripArray(int, int, int[]) - Constructor for class javax.media.ding3d.GeometryStripArray
Constructs an empty GeometryStripArray object with the specified number of vertices, vertex format, and array of per-strip vertex counts.
GeometryStripArray(int, int, int, int[], int[]) - Constructor for class javax.media.ding3d.GeometryStripArray
Constructs an empty GeometryStripArray object with the specified number of vertices, vertex format, number of texture coordinate sets, texture coordinate mapping array, and array of per-strip vertex counts.
GeometryStripArray(int, int, int, int[], int, int[], int[]) - Constructor for class javax.media.ding3d.GeometryStripArray
Constructs an empty GeometryStripArray object with the specified number of vertices, vertex format, number of texture coordinate sets, texture coordinate mapping array, vertex attribute count, vertex attribute sizes array, and array of per-strip vertex counts.
GeometryStripArrayState - Class in javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d
 
GeometryStripArrayState(SymbolTableData, Controller) - Constructor for class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.GeometryStripArrayState
 
GeometryUpdater - Interface in javax.media.ding3d
The GeometryUpdater interface is used in updating geometry data that is accessed by reference from a live or compiled GeometryArray object.
get() - Method in class javax.media.ding3d.internal.ByteBufferWrapper
Reads the byte at this buffer's current position, and then increments the position.
get(int) - Method in class javax.media.ding3d.internal.ByteBufferWrapper
Reads the byte at the given offset into the buffer.
get(byte[]) - Method in class javax.media.ding3d.internal.ByteBufferWrapper
Bulk get method.
get(byte[], int, int) - Method in class javax.media.ding3d.internal.ByteBufferWrapper
Bulk get method.
get() - Method in class javax.media.ding3d.internal.DoubleBufferWrapper
Reads the double at this buffer's current position, and then increments the position.
get(int) - Method in class javax.media.ding3d.internal.DoubleBufferWrapper
Reads the double at the given offset into the buffer.
get(double[]) - Method in class javax.media.ding3d.internal.DoubleBufferWrapper
Bulk get method.
get(double[], int, int) - Method in class javax.media.ding3d.internal.DoubleBufferWrapper
Bulk get method.
get() - Method in class javax.media.ding3d.internal.FloatBufferWrapper
Reads the float at this buffer's current position, and then increments the position.
get(int) - Method in class javax.media.ding3d.internal.FloatBufferWrapper
Reads the float at the given offset into the buffer.
get(float[]) - Method in class javax.media.ding3d.internal.FloatBufferWrapper
Bulk get method.
get(float[], int, int) - Method in class javax.media.ding3d.internal.FloatBufferWrapper
Bulk get method.
get() - Method in class javax.media.ding3d.PickBounds
Gets the bounds object from this PickBounds.
get(Point3d) - Method in class javax.media.ding3d.PickPoint
Deprecated. Gets the position of this PickPoint.
get(Point3d, Vector3d) - Method in class javax.media.ding3d.PickRay
Retrieves the parameters from this PickRay.
get(Point3d, Point3d) - Method in class javax.media.ding3d.PickSegment
Gets the parameters from this PickSegment.
get(Transform3D) - Method in class javax.media.ding3d.SensorRead
Retrieve the SensorRead's transform and place it in result
get(String) - Method in class javax.media.ding3d.ShaderAttributeSet
Retrieves the shader attribute with the specified attrName from the attributes set.
get(double[]) - Method in class javax.media.ding3d.Transform3D
Places the values of this transform into the double precision array of length 16.
get(float[]) - Method in class javax.media.ding3d.Transform3D
Places the values of this transform into the single precision array of length 16.
get(Matrix3d) - Method in class javax.media.ding3d.Transform3D
Places the normalized rotational component of this transform into the 3x3 matrix argument.
get(Matrix3f) - Method in class javax.media.ding3d.Transform3D
Places the normalized rotational component of this transform into the 3x3 matrix argument.
get(Quat4f) - Method in class javax.media.ding3d.Transform3D
Places the quaternion equivalent of the normalized rotational component of this transform into the quaternion parameter.
get(Quat4d) - Method in class javax.media.ding3d.Transform3D
Places the quaternion equivalent of the normalized rotational component of this transform into the quaternion parameter.
get(Matrix4d) - Method in class javax.media.ding3d.Transform3D
Places the values of this transform into the double precision matrix argument.
get(Matrix4f) - Method in class javax.media.ding3d.Transform3D
Places the values of this transform into the single precision matrix argument.
get(Quat4d, Vector3d) - Method in class javax.media.ding3d.Transform3D
Places the quaternion equivalent of the normalized rotational component of this transform into the quaternion parameter; places the translational component into the Vector parameter.
get(Quat4f, Vector3f) - Method in class javax.media.ding3d.Transform3D
Places the quaternion equivalent of the normalized rotational component of this transform into the quaternion parameter; places the translational component into the Vector parameter.
get(Quat4f, Vector3d) - Method in class javax.media.ding3d.Transform3D
Places the quaternion equivalent of the normalized rotational component of this transform into the quaternion parameter; places the translational component into the Vector parameter.
get(Matrix3d, Vector3d) - Method in class javax.media.ding3d.Transform3D
Places the normalized rotational component of this transform into the matrix parameter; place the translational component into the vector parameter.
get(Matrix3f, Vector3f) - Method in class javax.media.ding3d.Transform3D
Places the normalized rotational component of this transform into the matrix parameter; place the translational component into the vector parameter.
get(Matrix3f, Vector3d) - Method in class javax.media.ding3d.Transform3D
Places the normalized rotational component of this transform into the matrix parameter; place the translational component into the vector parameter.
get(Vector3f) - Method in class javax.media.ding3d.Transform3D
Retrieves the translational components of this transform.
get(Vector3d) - Method in class javax.media.ding3d.Transform3D
Retrieves the translational components of this transform.
get(double[]) - Method in class javax.media.ding3d.vecmath.AxisAngle4d
Gets the value of this axis angle and places it into the array a of length four in x,y,z,angle order.
get(float[]) - Method in class javax.media.ding3d.vecmath.AxisAngle4f
Copies the value of this axis-angle into the array a.
get() - Method in class javax.media.ding3d.vecmath.Color3b
Returns a new AWT color object initialized with the r,g,b values of this Color3b object.
get() - Method in class javax.media.ding3d.vecmath.Color3f
Returns a new AWT color object initialized with the r,g,b values of this Color3f object.
get() - Method in class javax.media.ding3d.vecmath.Color4b
Returns a new AWT color object initialized with the r,g,b,a values of this Color4b object.
get() - Method in class javax.media.ding3d.vecmath.Color4f
Returns a new AWT color object initialized with the r,g,b,a values of this Color4f object.
get(Matrix3d) - Method in class javax.media.ding3d.vecmath.GMatrix
Places the values in the upper 3x3 of this GMatrix into the matrix m1.
get(Matrix3f) - Method in class javax.media.ding3d.vecmath.GMatrix
Places the values in the upper 3x3 of this GMatrix into the matrix m1.
get(Matrix4d) - Method in class javax.media.ding3d.vecmath.GMatrix
Places the values in the upper 4x4 of this GMatrix into the matrix m1.
get(Matrix4f) - Method in class javax.media.ding3d.vecmath.GMatrix
Places the values in the upper 4x4 of this GMatrix into the matrix m1.
get(GMatrix) - Method in class javax.media.ding3d.vecmath.GMatrix
Places the values in the this GMatrix into the matrix m1; m1 should be at least as large as this GMatrix.
get(Matrix3d) - Method in class javax.media.ding3d.vecmath.Matrix4d
Performs an SVD normalization of this matrix in order to acquire the normalized rotational component; the values are placed into the Matrix3d parameter.
get(Matrix3f) - Method in class javax.media.ding3d.vecmath.Matrix4d
Performs an SVD normalization of this matrix in order to acquire the normalized rotational component; the values are placed into the Matrix3f parameter.
get(Matrix3d, Vector3d) - Method in class javax.media.ding3d.vecmath.Matrix4d
Performs an SVD normalization of this matrix to calculate the rotation as a 3x3 matrix, the translation, and the scale.
get(Matrix3f, Vector3d) - Method in class javax.media.ding3d.vecmath.Matrix4d
Performs an SVD normalization of this matrix to calculate the rotation as a 3x3 matrix, the translation, and the scale.
get(Quat4f) - Method in class javax.media.ding3d.vecmath.Matrix4d
Performs an SVD normalization of this matrix in order to acquire the normalized rotational component; the values are placed into the Quat4f parameter.
get(Quat4d) - Method in class javax.media.ding3d.vecmath.Matrix4d
Performs an SVD normalization of q1 matrix in order to acquire the normalized rotational component; the values are placed into the Quat4d parameter.
get(Vector3d) - Method in class javax.media.ding3d.vecmath.Matrix4d
Retrieves the translational components of this matrix.
get(Matrix3d) - Method in class javax.media.ding3d.vecmath.Matrix4f
Performs an SVD normalization of this matrix in order to acquire the normalized rotational component; the values are placed into the Matrix3d parameter.
get(Matrix3f) - Method in class javax.media.ding3d.vecmath.Matrix4f
Performs an SVD normalization of this matrix in order to acquire the normalized rotational component; the values are placed into the Matrix3f parameter.
get(Matrix3f, Vector3f) - Method in class javax.media.ding3d.vecmath.Matrix4f
Performs an SVD normalization of this matrix to calculate the rotation as a 3x3 matrix, the translation, and the scale.
get(Quat4f) - Method in class javax.media.ding3d.vecmath.Matrix4f
Performs an SVD normalization of this matrix in order to acquire the normalized rotational component; the values are placed into the Quat4f parameter.
get(Vector3f) - Method in class javax.media.ding3d.vecmath.Matrix4f
Retrieves the translational components of this matrix.
get(double[]) - Method in class javax.media.ding3d.vecmath.Tuple2d
Copies the value of the elements of this tuple into the array t.
get(float[]) - Method in class javax.media.ding3d.vecmath.Tuple2f
Copies the value of the elements of this tuple into the array t.
get(int[]) - Method in class javax.media.ding3d.vecmath.Tuple2i
Copies the values of this tuple into the array t.
get(Tuple2i) - Method in class javax.media.ding3d.vecmath.Tuple2i
Copies the values of this tuple into the tuple t.
get(byte[]) - Method in class javax.media.ding3d.vecmath.Tuple3b
Places the value of the x,y,z components of this Tuple3b into the array of length 3.
get(Tuple3b) - Method in class javax.media.ding3d.vecmath.Tuple3b
Places the value of the x,y,z components of this tuple into the tuple t1.
get(double[]) - Method in class javax.media.ding3d.vecmath.Tuple3d
Copies the x,y,z coordinates of this tuple into the array t of length 3.
get(Tuple3d) - Method in class javax.media.ding3d.vecmath.Tuple3d
Copies the x,y,z coordinates of this tuple into the tuple t.
get(float[]) - Method in class javax.media.ding3d.vecmath.Tuple3f
Gets the value of this tuple and copies the values into t.
get(Tuple3f) - Method in class javax.media.ding3d.vecmath.Tuple3f
Gets the value of this tuple and copies the values into t.
get(int[]) - Method in class javax.media.ding3d.vecmath.Tuple3i
Copies the values of this tuple into the array t.
get(Tuple3i) - Method in class javax.media.ding3d.vecmath.Tuple3i
Copies the values of this tuple into the tuple t.
get(byte[]) - Method in class javax.media.ding3d.vecmath.Tuple4b
Places the value of the x,y,z,w components of this Tuple4b into the array of length 4.
get(Tuple4b) - Method in class javax.media.ding3d.vecmath.Tuple4b
Places the value of the x,y,z,w components of this Tuple4b into the tuple t1.
get(double[]) - Method in class javax.media.ding3d.vecmath.Tuple4d
Gets the value of this tuple and places it into the array t of length four in x,y,z,w order.
get(Tuple4d) - Method in class javax.media.ding3d.vecmath.Tuple4d
Gets the value of this tuple and places it into the Tuple4d argument of length four in x,y,z,w order.
get(float[]) - Method in class javax.media.ding3d.vecmath.Tuple4f
Copies the values of this tuple into the array t.
get(Tuple4f) - Method in class javax.media.ding3d.vecmath.Tuple4f
Copies the values of this tuple into the tuple t.
get(int[]) - Method in class javax.media.ding3d.vecmath.Tuple4i
Copies the values of this tuple into the array t.
get(Tuple4i) - Method in class javax.media.ding3d.vecmath.Tuple4i
Copies the values of this tuple into the tuple t.
getAccelerationTime() - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Gets the time interval for accelerating to normal speed and for transitioning between the normal and fast translation speeds.
getActivationRadius() - Method in class javax.media.ding3d.ViewPlatform
Get the ViewPlatform's activation radius.
getAlignment() - Method in class javax.media.ding3d.Text3D
Retrieves the text alignment policy for this Text3D NodeComponent object.
getAlignmentAxis(Vector3f) - Method in class javax.media.ding3d.Billboard
Gets the alignment axis and sets the parameter to this value.
getAlignmentAxis(Vector3f) - Method in class javax.media.ding3d.OrientedShape3D
Retrieves the alignment axis of this OrientedShape3D node, and copies it into the specified vector.
getAlignmentMode() - Method in class javax.media.ding3d.Billboard
Gets the alignment mode.
getAlignmentMode() - Method in class javax.media.ding3d.OrientedShape3D
Retrieves the alignment mode.
getAll() - Method in class javax.media.ding3d.ShaderAttributeSet
Returns a shallow copy of the attributes set.
getAllBranchGraphs() - Method in class javax.media.ding3d.Locale
Gets an Enumeration object of all branch graphs in this Locale.
getAllCanvas3Ds() - Method in class javax.media.ding3d.View
Gets the enumeration object of all the Canvas3Ds.
getAllChildren() - Method in class javax.media.ding3d.Group
Returns an Enumeration object of this group node's list of children.
getAllGeometries() - Method in class javax.media.ding3d.Shape3D
Returns an enumeration of this Shape3D node's list of geometry components.
getAllInputDevices() - Method in class javax.media.ding3d.PhysicalEnvironment
Create an enumerator that produces all input devices.
getAllLights() - Method in class javax.media.ding3d.GraphicsContext3D
Retrieves the enumeration object of all the lights.
getAllLocales() - Method in class javax.media.ding3d.VirtualUniverse
Returns the enumeration object of all locales in this virtual universe.
getAllScopes() - Method in class javax.media.ding3d.AlternateAppearance
Returns an enumeration of this AlternateAppearance node's list of scopes.
getAllScopes() - Method in class javax.media.ding3d.Fog
Returns an enumeration of this Fog node's list of scopes.
getAllScopes() - Method in class javax.media.ding3d.Light
Returns an enumeration of this Light node's list of scopes.
getAllScopes() - Method in class javax.media.ding3d.ModelClip
Returns an enumeration of this ModelClip node's list of scopes.
getAllSounds() - Method in class javax.media.ding3d.GraphicsContext3D
Retrieves the enumeration object of all the sounds.
getAllSwitches() - Method in class javax.media.ding3d.LOD
Returns the enumeration object of all switches.
getAllViews() - Method in class javax.media.ding3d.ViewSpecificGroup
Returns an enumeration of this ViewSpecificGroup node's list of views.
getAlpha() - Method in class javax.media.ding3d.Interpolator
Retrieves this interpolator's alpha object.
getAlphaAtOneDuration() - Method in class javax.media.ding3d.Alpha
Retrieves this alpha's alphaAtOneDuration.
getAlphaAtZeroDuration() - Method in class javax.media.ding3d.Alpha
Retrieves this alpha's alphaAtZeroDuration.
getAlphaTestFunction() - Method in class javax.media.ding3d.RenderingAttributes
Retrieves current alpha test function.
getAlphaTestValue() - Method in class javax.media.ding3d.RenderingAttributes
Retrieves the alpha test value.
getAlternateCollisionTarget() - Method in class javax.media.ding3d.Group
Returns the collision target state.
getAmbientColor(Color3f) - Method in class javax.media.ding3d.Material
Retrieves this material's ambient color.
getAngle() - Method in class javax.media.ding3d.vecmath.AxisAngle4d
Get the axis angle, in radians.
getAngle() - Method in class javax.media.ding3d.vecmath.AxisAngle4f
Get the axis angle, in radians.
getAngleOffsetToSpeaker() - Method in interface javax.media.ding3d.AudioDevice
Get Angle Offset (in radians) To Speaker.
getAngleOffsetToSpeaker() - Method in class javax.media.ding3d.audioengines.AudioEngine
Get Angle Offset To Speaker returns value set as angle between vector to speaker and Z head axis
getAngularAttenuation(Point3f[]) - Method in class javax.media.ding3d.ConeSound
Copies the array of attenuation values from this sound, including gain and filter, into the specified array.
getAngularAttenuation(float[], float[], float[]) - Method in class javax.media.ding3d.ConeSound
Copies the array of attenuation values from this sound, including gain and filter, into the separate arrays.
getAngularAttenuationLength() - Method in class javax.media.ding3d.ConeSound
Retrieves angular attenuation array length.
getAnisotropicFilterDegree() - Method in class javax.media.ding3d.Texture
Retrieves the anisotropic filter degree for this texture object.
getAnisotropicFilterMode() - Method in class javax.media.ding3d.Texture
Retrieves the anisotropic filter mode for this texture object.
getAppearance() - Method in class javax.media.ding3d.AlternateAppearance
Retrieves the appearance from this AlternateAppearance node.
getAppearance() - Method in class javax.media.ding3d.GraphicsContext3D
Retrieves the current Appearance component object.
getAppearance() - Method in class javax.media.ding3d.Morph
Deprecated. Retrieves the appearance component of this morph node.
getAppearance() - Method in class javax.media.ding3d.Shape3D
Retrieves the appearance component of this shape node.
getAppearance(int) - Method in class javax.media.ding3d.utils.geometry.Box
Gets the appearance of the specified part of the box.
getAppearance(int) - Method in class javax.media.ding3d.utils.geometry.Cone
Gets the appearance of the specified part of the cone.
getAppearance(int) - Method in class javax.media.ding3d.utils.geometry.Cylinder
Gets the appearance of the specified part of the cylinder.
getAppearance() - Method in class javax.media.ding3d.utils.geometry.Primitive
Gets the appearance of the primitive (defaults to first subpart).
getAppearance(int) - Method in class javax.media.ding3d.utils.geometry.Primitive
Gets the appearance of the specified part of the primitive.
getAppearance(int) - Method in class javax.media.ding3d.utils.geometry.Sphere
Gets the appearance of the specified part of the sphere.
getAppearanceOverrideEnable() - Method in class javax.media.ding3d.Morph
Deprecated. Retrieves the appearanceOverrideEnable flag for this node.
getAppearanceOverrideEnable() - Method in class javax.media.ding3d.Shape3D
Retrieves the appearanceOverrideEnable flag for this node.
getApplet(String) - Method in class javax.media.ding3d.utils.applet.JMainFrame
 
getApplet(String) - Method in class javax.media.ding3d.utils.applet.MainFrame
 
getAppletContext() - Method in class javax.media.ding3d.utils.applet.JMainFrame
 
getAppletContext() - Method in class javax.media.ding3d.utils.applet.MainFrame
 
getApplets() - Method in class javax.media.ding3d.utils.applet.JMainFrame
 
getApplets() - Method in class javax.media.ding3d.utils.applet.MainFrame
 
getApplicationBoundingLeaf() - Method in class javax.media.ding3d.Background
Retrieves the Background node's application bounding leaf.
getApplicationBoundingLeaf() - Method in class javax.media.ding3d.Clip
Retrieves the Clip node's application bounding leaf.
getApplicationBoundingLeaf() - Method in class javax.media.ding3d.Soundscape
Retrieves the Soundscape node's application bounding leaf.
getApplicationBounds() - Method in class javax.media.ding3d.Background
Retrieves the Background node's application bounds.
getApplicationBounds() - Method in class javax.media.ding3d.Clip
Retrieves the Clip node's application bounds.
getApplicationBounds() - Method in class javax.media.ding3d.Soundscape
Retrieves the Soundscape node's application bounds.
getArmingBounds() - Method in class javax.media.ding3d.WakeupOnCollisionEntry
Returns the bounds object used in specifying the collision condition.
getArmingBounds() - Method in class javax.media.ding3d.WakeupOnCollisionExit
Returns the bounds object used in specifying the collision condition.
getArmingBounds() - Method in class javax.media.ding3d.WakeupOnCollisionMovement
Returns the bounds object used in specifying the collision condition.
getArmingPath() - Method in class javax.media.ding3d.WakeupOnCollisionEntry
Returns the path used in specifying the collision condition.
getArmingPath() - Method in class javax.media.ding3d.WakeupOnCollisionExit
Returns the path used in specifying the collision condition.
getArmingPath() - Method in class javax.media.ding3d.WakeupOnCollisionMovement
Returns the path used in specifying the collision condition.
getArrayLength() - Method in class javax.media.ding3d.utils.behaviors.interpolators.KBSplinePathInterpolator
This method retrieves the length of the key frame array.
getArrayLength() - Method in class javax.media.ding3d.utils.behaviors.interpolators.TCBSplinePathInterpolator
This method retrieves the length of the key frame array.
getArrayLengths() - Method in class javax.media.ding3d.PathInterpolator
Retrieves the length of the knots array.
getAttenuation(Point3f) - Method in class javax.media.ding3d.PointLight
Gets this Light's current attenuation values and places it in the parameter specified.
getAttributeGain() - Method in class javax.media.ding3d.AuralAttributes
Retrieve Attribute Gain (amplitude).
getAttributeName() - Method in class javax.media.ding3d.ShaderAttribute
Retrieves the name of this shader attribute.
getAudioClip(URL) - Method in class javax.media.ding3d.utils.applet.JMainFrame
 
getAudioClip(URL) - Method in class javax.media.ding3d.utils.applet.MainFrame
 
getAudioDevice() - Method in class javax.media.ding3d.PhysicalEnvironment
Gets the audioDevice for this PhysicalEnvironment.
getAudioPlaybackType() - Method in interface javax.media.ding3d.AudioDevice
Get Type of Audio Playback Output Device.
getAudioPlaybackType() - Method in class javax.media.ding3d.audioengines.AudioEngine
Get Type of Audio Playback Output Device returns audio playback type to which sound is currently output
getAuralAttributes() - Method in class javax.media.ding3d.GraphicsContext3D
Retrieves the current AuralAttributes component object.
getAuralAttributes() - Method in class javax.media.ding3d.Soundscape
Retrieve reference of Aural Attributes
getAuralParameters() - Method in class javax.media.ding3d.audioengines.AudioEngine3D
 
getAutoNormalize() - Method in class javax.media.ding3d.Transform3D
Returns the state of auto-normalization.
getAvatar() - Method in class javax.media.ding3d.utils.universe.Viewer
Gets the geometry associated with the viewer's avatar.
getAvgNumVertsPerTri() - Method in class javax.media.ding3d.utils.geometry.StripifierStats
Returns the average number of vertices per triangle in the stripified data
getAvgStripLength() - Method in class javax.media.ding3d.utils.geometry.StripifierStats
Return the average length of the strips created by the stripifier
getAWTEvent() - Method in class javax.media.ding3d.WakeupOnAWTEvent
Retrieves the array of consecutive AWT event that triggered this wakeup.
getAxisOfRotation() - Method in class javax.media.ding3d.RotationInterpolator
Deprecated. As of Java 3D version 1.3, replaced by TransformInterpolator.getTransformAxis()
getAxisOfRotation() - Method in class javax.media.ding3d.RotationPathInterpolator
Deprecated. As of Java 3D version 1.3, replaced by TransformInterpolator.getTransformAxis()
getAxisOfRotPos() - Method in class javax.media.ding3d.RotPosPathInterpolator
Deprecated. As of Java 3D version 1.3, replaced by TransformInterpolator.getTransformAxis()
getAxisOfRotPosScale() - Method in class javax.media.ding3d.RotPosScalePathInterpolator
Deprecated. As of Java 3D version 1.3, replaced by TransformInterpolator.geTransformAxis()
getAxisOfRotPosScale() - Method in class javax.media.ding3d.utils.behaviors.interpolators.KBRotPosScaleSplinePathInterpolator
Deprecated. As of Java 3D version 1.3, replaced by TransformInterpolator.getTransformAxis()
getAxisOfRotPosScale() - Method in class javax.media.ding3d.utils.behaviors.interpolators.RotPosScaleTCBSplinePathInterpolator
Deprecated. As of Java 3D version 1.3, replaced by TransformInterpolator.getTransformAxis()
getAxisOfScale() - Method in class javax.media.ding3d.ScaleInterpolator
Deprecated. As of Java 3D version 1.3, replaced by TransformInterpolator.getTransformAxis()
getAxisOfTranslation() - Method in class javax.media.ding3d.PositionInterpolator
Deprecated. As of Java 3D version 1.3, replaced by TransformInterpolator.getTransformAxis()
getAxisOfTranslation() - Method in class javax.media.ding3d.PositionPathInterpolator
Deprecated. As of Java 3D version 1.3, replaced by TransformInterpolator.getTransformAxis()
getBackClipDistance() - Method in class javax.media.ding3d.View
Returns the view model's back clip distance.
getBackClipPolicy() - Method in class javax.media.ding3d.View
Returns the view model's current back clip policy.
getBackDistance() - Method in class javax.media.ding3d.Clip
Retrieves the back clip distance.
getBackDistance() - Method in class javax.media.ding3d.LinearFog
Gets back distance for fog.
getBackFaceNormalFlip() - Method in class javax.media.ding3d.PolygonAttributes
Gets the back face normal flip flag.
getBackground() - Method in class javax.media.ding3d.Ding3dGraphics2D
This method is not supported.
getBackground() - Method in class javax.media.ding3d.GraphicsContext3D
Retrieves the current Background leaf node object.
getBackgroundNodes() - Method in interface javax.media.ding3d.loaders.Scene
This method returns an array of all Background nodes defined in the file.
getBackgroundNodes() - Method in class javax.media.ding3d.loaders.SceneBase
This method returns an array of all Background nodes defined in the file.
getBaseLevel() - Method in class javax.media.ding3d.Texture
Retrieves the base level for this texture object.
getBasePath() - Method in interface javax.media.ding3d.loaders.Loader
Returns the current base path setting.
getBasePath() - Method in class javax.media.ding3d.loaders.LoaderBase
Returns the current base path setting.
getBasePath() - Method in class javax.media.ding3d.loaders.lw3d.Lw3dLoader
Returns the current base path setting.
getBasePath() - Method in class javax.media.ding3d.loaders.objectfile.ObjectFile
Return the path where files associated with this .obj file (like material files) are located.
getBaseUrl() - Method in interface javax.media.ding3d.loaders.Loader
Returns the current base URL setting.
getBaseUrl() - Method in class javax.media.ding3d.loaders.LoaderBase
Returns the current base URL setting.
getBaseUrl() - Method in class javax.media.ding3d.loaders.lw3d.Lw3dLoader
Returns the current base URL setting.
getBaseUrl() - Method in class javax.media.ding3d.loaders.objectfile.ObjectFile
Return the URL where files associated with this .obj file (like material properties files) will be found.
getBehavior() - Method in class javax.media.ding3d.WakeupOnBehaviorPost
Returns the behavior specified in this object's constructor.
getBehaviorNodes() - Method in interface javax.media.ding3d.loaders.Scene
This method returns an array of all the behavior nodes in the scene.
getBehaviorNodes() - Method in class javax.media.ding3d.loaders.SceneBase
This method returns a group containing all of the Behavior nodes in the scene.
getBestConfiguration(GraphicsConfiguration[]) - Method in class javax.media.ding3d.GraphicsConfigTemplate3D
Implement the abstract function of getBestConfiguration() in GraphicsConfigTemplate.
getBestType() - Method in class javax.media.ding3d.Transform3D
Returns the least general type of this matrix; the order of generality from least to most is: ZERO, IDENTITY, SCALE/TRANSLATION, ORTHOGONAL, RIGID, CONGRUENT, AFFINE.
getBlueSize() - Method in class javax.media.ding3d.GraphicsConfigTemplate3D
Retrieves the number of blue bits requested by this template.
getBoundaryColor(Color4f) - Method in class javax.media.ding3d.Texture
Retrieves the texture boundary color for this texture object.
getBoundaryModeR() - Method in class javax.media.ding3d.Texture3D
Retrieves the boundary mode for the R coordinate.
getBoundaryModeS() - Method in class javax.media.ding3d.Texture
Retrieves the boundary mode for the S coordinate.
getBoundaryModeT() - Method in class javax.media.ding3d.Texture
Retrieves the boundary mode for the T coordinate.
getBoundaryWidth() - Method in class javax.media.ding3d.Texture
Retrieves the width of the boundary of this Texture object.
getBoundingBox(int, BoundingBox) - Method in class javax.media.ding3d.Font3D
Returns the 3D bounding box of the specified glyph code.
getBoundingBox(BoundingBox) - Method in class javax.media.ding3d.Text3D
Retrieves the 3D bounding box that encloses this Text3D object.
getBounds() - Method in class javax.media.ding3d.Canvas3D
 
getBounds(Rectangle) - Method in class javax.media.ding3d.Canvas3D
 
getBounds() - Method in class javax.media.ding3d.Node
Returns the bounding object of a node.
getBounds() - Method in class javax.media.ding3d.Shape3D
See parent class for the documentation on getBounds().
getBounds() - Method in class javax.media.ding3d.WakeupOnSensorEntry
Returns this object's bounds specification
getBounds() - Method in class javax.media.ding3d.WakeupOnSensorExit
Returns this object's bounds specification
getBounds() - Method in class javax.media.ding3d.WakeupOnViewPlatformEntry
Returns this object's bounds specification
getBounds() - Method in class javax.media.ding3d.WakeupOnViewPlatformExit
Returns this object's bounds specification
getBoundsAutoCompute() - Method in class javax.media.ding3d.Node
Gets the value indicating if the automatic calcuation of geometric bounds of a node is on/off.
getBranchGraphCount() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.RandomAccessFileControl
Return the number of branchgraphs in the file
getBranchGraphCount() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.SymbolTable
 
getBranchGraphCount() - Method in class javax.media.ding3d.utils.scenegraph.io.SceneGraphFileReader
Return the number of BranchGraphs in the file
getBranchGraphDependencies(int) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.SymbolTable
Return an array of each BranchGraph on which graphID is dependent for closure of the graph Only Nodes (not node components) cause dependencies If there are no dependencies int[0] is returned
getBranchGraphFilePosition(int) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.SymbolTable
 
getBranchGraphPosition(BranchGroup) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.RandomAccessFileControl
Given a branchgraph, return the corresponding index of the graph in the file.
getBranchGraphPosition(BranchGroup) - Method in class javax.media.ding3d.utils.scenegraph.io.SceneGraphFileReader
Given a BranchGraph that has been loaded return the index of the graph in the file.
getBranchGraphRoot(int) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.SymbolTable
 
getBranchGroup() - Method in class javax.media.ding3d.utils.pickfast.PickTool
Returns the BranchGroup to be picked if the tool was initialized with a BranchGroup, null otherwise.
getBranchGroup() - Method in class javax.media.ding3d.utils.picking.PickTool
Returns the BranchGroup to be picked if the tool was initialized with a BranchGroup, null otherwise.
getBuffer() - Method in class javax.media.ding3d.Ding3dBuffer
Retrieves the NIO buffer object from this Ding3dBuffer.
getBuffer() - Method in class javax.media.ding3d.internal.ByteBufferWrapper
Returns the java.nio.Buffer contained within this ByteBufferWrapper.
getBuffer() - Method in class javax.media.ding3d.internal.DoubleBufferWrapper
Returns the java.nio.Buffer contained within this DoubleBufferWrapper.
getBuffer() - Method in class javax.media.ding3d.internal.FloatBufferWrapper
Returns the java.nio.Buffer contained within this FloatBufferWrapper.
getBufferAsObject() - Method in class javax.media.ding3d.internal.BufferWrapper
 
getBufferOverride() - Method in class javax.media.ding3d.GraphicsContext3D
Returns the current buffer override flag.
getBufferType(Ding3dBuffer) - Static method in class javax.media.ding3d.internal.BufferWrapper
 
getButton() - Method in class javax.media.ding3d.utils.behaviors.sensor.SensorEvent
Gets the index of the button that changed state when passed to a pressed or released callback.
getButtonAction2D(int) - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Gets the action associated with the specified button on the 2D valuator.
getButtonAction6D(int) - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Gets the action associated with the specified button on the 6DOF sensor.
getButtons(int[]) - Method in class javax.media.ding3d.SensorRead
Copies the array of button values for this SensorRead object into the specified array.
getButtonState(int[]) - Method in class javax.media.ding3d.utils.behaviors.sensor.SensorEvent
Copies the state of the sensor's buttons at the time of the event into the given array.
getByteCount() - Method in class javax.media.ding3d.CompressedGeometry
Deprecated. Returns the size, in bytes, of the compressed geometry buffer.
getByteCount() - Method in class javax.media.ding3d.utils.geometry.compression.CompressedGeometryData
Returns the size, in bytes, of the compressed geometry buffer.
getCacheEnable() - Method in class javax.media.ding3d.MediaContainer
Retrieve Cache Enable state flag.
getCanvas() - Method in class javax.media.ding3d.utils.pickfast.PickCanvas
Inquire the canvas to be used for picking operations.
getCanvas() - Method in class javax.media.ding3d.utils.picking.PickCanvas
Inquire the canvas to be used for picking operations.
getCanvas() - Method in class javax.media.ding3d.utils.universe.SimpleUniverse
Returns the Canvas3D object associated with this Java 3D Universe.
getCanvas(int) - Method in class javax.media.ding3d.utils.universe.SimpleUniverse
Returns the Canvas3D object at the specified index associated with this Java 3D Universe.
getCanvas3D() - Method in class javax.media.ding3d.GraphicsContext3D
Gets the Canvas3D that created this GraphicsContext3D.
getCanvas3D() - Method in class javax.media.ding3d.RenderingError
Returns the canvas associated with this rendering error.
getCanvas3D() - Method in class javax.media.ding3d.ShaderError
Returns the canvas associated with this shader error.
getCanvas3D() - Method in class javax.media.ding3d.utils.universe.Viewer
Returns the 0th Canvas3D object associated with this Viewer object
getCanvas3D(int) - Method in class javax.media.ding3d.utils.universe.Viewer
Returns the Canvas3D object at the specified index associated with this Viewer object.
getCanvas3D(int) - Method in class javax.media.ding3d.View
Gets the Canvas3D at the specified index position.
getCanvas3Ds() - Method in class javax.media.ding3d.utils.universe.Viewer
Returns all the Canvas3D objects associated with this Viewer object.
getCanvases() - Method in class javax.media.ding3d.utils.universe.Viewer
Deprecated. superceded by getCanvas3D()
getCapability(int) - Method in class javax.media.ding3d.SceneGraphObject
Retrieves the specified capability bit.
getCapabilityIsFrequent(int) - Method in class javax.media.ding3d.SceneGraphObject
Retrieves the isFrequent bit associated with the specified capability bit.
getCenter(Point3d) - Method in class javax.media.ding3d.BoundingSphere
Returns the position of this bounding sphere as a point.
getCenterEarToSpeaker() - Method in interface javax.media.ding3d.AudioDevice
Get Distance from interaural mid-point between Ears to a Speaker.
getCenterEarToSpeaker() - Method in class javax.media.ding3d.audioengines.AudioEngine
Get Distance from Ear to Speaker returns value set as distance from listener's ear to speaker
getCenterEyeInImagePlate(Point3d) - Method in class javax.media.ding3d.Canvas3D
Retrieves the actual position of the center eye in image-plate coordinates and copies that value into the object provided.
getChannelsAvailable() - Method in interface javax.media.ding3d.AudioDevice
Query number of channels currently available for use.
getChannelsAvailable() - Method in class javax.media.ding3d.audioengines.AudioEngine
Query number of channels currently available for use by the returns number of sound channels currently available (number not being used by active sounds.
getChannelsUsedForSound(Sound) - Method in interface javax.media.ding3d.AudioDevice
Query number of channels that are used, or would be used to render a particular sound node.
getChannelsUsedForSound(Sound) - Method in class javax.media.ding3d.audioengines.AudioEngine
Deprecated. This method is now part of the Sound class
getCharacterSpacing() - Method in class javax.media.ding3d.Text3D
Retrieves the character spacing used to construct the Text3D string.
getChild(int) - Method in class javax.media.ding3d.Group
Retrieves the child node at the specified index in this group node's list of children.
getChildIndexOrder() - Method in class javax.media.ding3d.OrderedGroup
Retrieves the current childIndexOrder array.
getChildMask() - Method in class javax.media.ding3d.Switch
Retrieves the current child selection mask.
getClassLoader() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.Controller
Get the class loader used to load the Scene Graph Objects and the serialized user data.
getClassLoader() - Method in class javax.media.ding3d.utils.scenegraph.io.SceneGraphFileReader
Get the ClassLoader used to load the scene graph objects and deserialize user data
getClassLoader() - Method in class javax.media.ding3d.utils.scenegraph.io.SceneGraphStreamReader
Get the ClassLoader used to load the scene graph objects and deserialize user data
getClipMode() - Method in class javax.media.ding3d.Raster
Retrieves the current clipping mode of this raster object.
getClosestDistance() - Method in class javax.media.ding3d.PickInfo
Retrieves the distance between the start point of the pickShape and the closest intersection point.
getClosestIntersection(Point3d) - Method in class javax.media.ding3d.utils.picking.PickResult
Gets the PickIntersection in this PickResult that is closest to a point
getClosestIntersectionPoint() - Method in class javax.media.ding3d.PickInfo
Retrieves the reference to the closest intersection point in this PickInfo object.
getClosestVertexCoordinates() - Method in class javax.media.ding3d.utils.pickfast.PickIntersection
Get coordinates of closest vertex (local)
getClosestVertexCoordinates() - Method in class javax.media.ding3d.utils.picking.PickIntersection
Get coordinates of closest vertex (local)
getClosestVertexCoordinatesVW() - Method in class javax.media.ding3d.utils.pickfast.PickIntersection
Get coordinates of closest vertex (world)
getClosestVertexCoordinatesVW() - Method in class javax.media.ding3d.utils.picking.PickIntersection
Get coordinates of closest vertex (world)
getClosestVertexIndex() - Method in class javax.media.ding3d.utils.pickfast.PickIntersection
Get index of closest vertex
getClosestVertexIndex() - Method in class javax.media.ding3d.utils.picking.PickIntersection
Get index of closest vertex
getCodeBase() - Method in class javax.media.ding3d.utils.applet.JMainFrame
 
getCodeBase() - Method in class javax.media.ding3d.utils.applet.MainFrame
 
getCoexistenceCenteringEnable() - Method in class javax.media.ding3d.View
Retrieves the coexistenceCentering enable flag.
getCoexistenceCenterInPworldPolicy() - Method in class javax.media.ding3d.PhysicalEnvironment
Returns the current coexistence center in physical world policy.
getCoexistenceToImagePlate(Canvas3D, Transform3D, Transform3D) - Method in class javax.media.ding3d.utils.universe.ViewInfo
Gets the current transforms from coexistence coordinates to image plate coordinates and copies them into the given Transform3Ds.
getCoexistenceToTrackerBase(Transform3D) - Method in class javax.media.ding3d.PhysicalEnvironment
Retrieves the coexistence coordinate system to tracker-base coordinate system transform and copies it into the specified Transform3D object.
getCoexistenceToViewPlatform(Canvas3D, Transform3D) - Method in class javax.media.ding3d.utils.universe.ViewInfo
Gets the current transform from coexistence coordinates to view platform coordinates and copies it into the given transform.
getCoexistenceToVworld(Canvas3D, Transform3D) - Method in class javax.media.ding3d.utils.universe.ViewInfo
Gets the current transform from coexistence coordinates to virtual world coordinates and copies it into the given transform.
getCollidable() - Method in class javax.media.ding3d.Node
Returns the collidable value; this value determines whether this node and it's children, if a group node, can be considered for collision purposes; if it is set to false, then neither this node nor any children nodes will be traversed for collision purposes; the default value is true.
getCollisionBounds() - Method in class javax.media.ding3d.Group
Returns the collision bounding object of this node.
getCollisionBounds() - Method in class javax.media.ding3d.Morph
Deprecated. Returns the collision bounding object of this node.
getCollisionBounds() - Method in class javax.media.ding3d.Shape3D
Returns the collision bounding object of this node.
getColor(Color3f) - Method in class javax.media.ding3d.Background
Retrieves the background color.
getColor(Color3f) - Method in class javax.media.ding3d.ColoringAttributes
Gets the intrinsic color of this ColoringAttributes component object.
getColor(Color3f) - Method in class javax.media.ding3d.Fog
Retrieves the fog color.
getColor(int, float[]) - Method in class javax.media.ding3d.GeometryArray
Gets the color associated with the vertex at the specified index for this object.
getColor(int, byte[]) - Method in class javax.media.ding3d.GeometryArray
Gets the color associated with the vertex at the specified index for this object.
getColor(int, Color3f) - Method in class javax.media.ding3d.GeometryArray
Gets the color associated with the vertex at the specified index for this object.
getColor(int, Color4f) - Method in class javax.media.ding3d.GeometryArray
Gets the color associated with the vertex at the specified index for this object.
getColor(int, Color3b) - Method in class javax.media.ding3d.GeometryArray
Gets the color associated with the vertex at the specified index for this object.
getColor(int, Color4b) - Method in class javax.media.ding3d.GeometryArray
Gets the color associated with the vertex at the specified index for this object.
getColor(Color3f) - Method in class javax.media.ding3d.Light
Gets this Light's current color and places it in the parameter specified.
getColor() - Method in class javax.media.ding3d.utils.geometry.Text2D
Returns the color of the text
getColorIndex(int) - Method in class javax.media.ding3d.IndexedGeometryArray
Retrieves the color index associated with the vertex at the specified index for this object.
getColorIndices(int, int[]) - Method in class javax.media.ding3d.IndexedGeometryArray
Retrieves the color indices associated with the vertices starting at the specified index for this object.
getColorIndices() - Method in class javax.media.ding3d.utils.geometry.GeometryInfo
Retrieves a reference to the array of indices into the color array.
getColoringAttributes() - Method in class javax.media.ding3d.Appearance
Retrieves the current coloringAttributes object.
getColorRef3b() - Method in class javax.media.ding3d.GeometryArray
Deprecated. As of Java 3D version 1.3, use geometry by-copy for Color3b arrays
getColorRef3f() - Method in class javax.media.ding3d.GeometryArray
Deprecated. As of Java 3D version 1.3, use geometry by-copy for Color3f arrays
getColorRef4b() - Method in class javax.media.ding3d.GeometryArray
Deprecated. As of Java 3D version 1.3, use geometry by-copy for Color4b arrays
getColorRef4f() - Method in class javax.media.ding3d.GeometryArray
Deprecated. As of Java 3D version 1.3, use geometry by-copy for Color4f arrays
getColorRefBuffer() - Method in class javax.media.ding3d.GeometryArray
Gets the color array buffer reference.
getColorRefByte() - Method in class javax.media.ding3d.GeometryArray
Gets the byte color array reference.
getColorRefFloat() - Method in class javax.media.ding3d.GeometryArray
Gets the float color array reference.
getColors(int, float[]) - Method in class javax.media.ding3d.GeometryArray
Gets the colors associated with the vertices starting at the specified index for this object.
getColors(int, byte[]) - Method in class javax.media.ding3d.GeometryArray
Gets the colors associated with the vertices starting at the specified index for this object.
getColors(int, Color3f[]) - Method in class javax.media.ding3d.GeometryArray
Gets the colors associated with the vertices starting at the specified index for this object.
getColors(int, Color4f[]) - Method in class javax.media.ding3d.GeometryArray
Gets the colors associated with the vertices starting at the specified index for this object.
getColors(int, Color3b[]) - Method in class javax.media.ding3d.GeometryArray
Gets the colors associated with the vertices starting at the specified index for this object.
getColors(int, Color4b[]) - Method in class javax.media.ding3d.GeometryArray
Gets the colors associated with the vertices starting at the specified index for this object.
getColors() - Method in class javax.media.ding3d.utils.geometry.GeometryInfo
Retrieves a reference to the colors array.
getColorTarget() - Method in class javax.media.ding3d.Material
Retrieves the current color target for this material.
getColumn(int, double[]) - Method in class javax.media.ding3d.vecmath.GMatrix
Places the values of the specified column into the array parameter.
getColumn(int, GVector) - Method in class javax.media.ding3d.vecmath.GMatrix
Places the values of the specified column into the vector parameter.
getColumn(int, Vector3d) - Method in class javax.media.ding3d.vecmath.Matrix3d
Copies the matrix values in the specified column into the vector parameter.
getColumn(int, double[]) - Method in class javax.media.ding3d.vecmath.Matrix3d
Copies the matrix values in the specified column into the array parameter.
getColumn(int, Vector3f) - Method in class javax.media.ding3d.vecmath.Matrix3f
Copies the matrix values in the specified column into the vector parameter.
getColumn(int, float[]) - Method in class javax.media.ding3d.vecmath.Matrix3f
Copies the matrix values in the specified column into the array parameter.
getColumn(int, Vector4d) - Method in class javax.media.ding3d.vecmath.Matrix4d
Copies the matrix values in the specified column into the vector parameter.
getColumn(int, double[]) - Method in class javax.media.ding3d.vecmath.Matrix4d
Copies the matrix values in the specified column into the array parameter.
getColumn(int, Vector4f) - Method in class javax.media.ding3d.vecmath.Matrix4f
Copies the matrix values in the specified column into the vector parameter.
getColumn(int, float[]) - Method in class javax.media.ding3d.vecmath.Matrix4f
Copies the matrix values in the specified column into the array parameter.
getCombineAlphaFunction(int) - Method in class javax.media.ding3d.TextureAttributes
Retrieves the function for the alpha component of the specified color operand for this object.
getCombineAlphaMode() - Method in class javax.media.ding3d.TextureAttributes
Retrieves the combine mode for the alpha component of the output color for this object.
getCombineAlphaScale() - Method in class javax.media.ding3d.TextureAttributes
Retrieves the scale factor for the alpha component of the output color for this object.
getCombineAlphaSource(int) - Method in class javax.media.ding3d.TextureAttributes
Retrieves the source for the alpha component of the specified color operand for this object.
getCombineRgbFunction(int) - Method in class javax.media.ding3d.TextureAttributes
Retrieves the function for the rgb components of the specified color operand for this object.
getCombineRgbMode() - Method in class javax.media.ding3d.TextureAttributes
Retrieves the combine mode for the rgb components of the output color for this object.
getCombineRgbScale() - Method in class javax.media.ding3d.TextureAttributes
Retrieves the scale factor for the rgb components of the output color for this object.
getCombineRgbSource(int) - Method in class javax.media.ding3d.TextureAttributes
Retrieves the source for the rgb components of the specified color operand for this object.
getComparator(View) - Static method in class javax.media.ding3d.utils.scenegraph.transparency.TransparencySortController
Returns the comparator for the specified view
getCompatibilityModeEnable() - Method in class javax.media.ding3d.View
Retrieves the compatibility mode enable flag.
getCompressedGeometry(byte[]) - Method in class javax.media.ding3d.CompressedGeometry
Deprecated. Retrieves the compressed geometry associated with the CompressedGeometry NodeComponent object.
getCompressedGeometry(byte[]) - Method in class javax.media.ding3d.utils.geometry.compression.CompressedGeometryData
Retrieves the compressed geometry associated with the CompressedGeometryData object.
getCompressedGeometryBuffer() - Method in class javax.media.ding3d.CompressedGeometry
Deprecated. Gets the compressed geometry data buffer reference, which is always null since NIO buffers are not supported for CompressedGeometry objects.
getCompressedGeometryBuffer() - Method in class javax.media.ding3d.utils.geometry.compression.CompressedGeometryData
Gets the compressed geometry data buffer reference, which is always null since NIO buffers are not supported for CompressedGeometryData objects.
getCompressedGeometryHeader(CompressedGeometryHeader) - Method in class javax.media.ding3d.CompressedGeometry
Deprecated. Copies the compressed geometry header from the CompressedGeometry NodeComponent into the passed in parameter.
getCompressedGeometryHeader(CompressedGeometryData.Header) - Method in class javax.media.ding3d.utils.geometry.compression.CompressedGeometryData
Copies the compressed geometry header from the CompressedGeometryData object into the passed in parameter.
getCompressedGeometryRef() - Method in class javax.media.ding3d.CompressedGeometry
Deprecated. Gets the compressed geometry data reference.
getCompressedGeometryRef() - Method in class javax.media.ding3d.utils.geometry.compression.CompressedGeometryData
Gets the compressed geometry data reference.
getCompressedGeometryShape3Ds() - Method in class javax.media.ding3d.utils.picking.PickResult
Get the array of Shape3Ds that came from decompressing a CompressedGeometry on the picked node.
getConcentration() - Method in class javax.media.ding3d.SpotLight
Gets spot light concentration.
getConfigContainer() - Method in class javax.media.ding3d.utils.universe.ConfiguredUniverse
Returns a container holding all the objects defined by the configuration file used to create the ConfiguredUniverse.
getConfigURL() - Static method in class javax.media.ding3d.utils.universe.ConfigContainer
Returns the config file URL based on system properties.
getConfigURL(String) - Static method in class javax.media.ding3d.utils.universe.ConfigContainer
Returns the config file URL based on system properties.
getConfigURL() - Static method in class javax.media.ding3d.utils.universe.ConfiguredUniverse
Returns the config file URL based on system properties.
getConfigURL(String) - Static method in class javax.media.ding3d.utils.universe.ConfiguredUniverse
Returns the config file URL based on system properties.
getConstantScaleEnable() - Method in class javax.media.ding3d.OrientedShape3D
Retrieves the constant scale enable flag.
getConstantSpeedTime() - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Gets the time interval for which the translation occurs at the normal speed.
getContinuousEnable() - Method in class javax.media.ding3d.Sound
Retrieves sound's continuous play flag.
getContourCounts() - Method in class javax.media.ding3d.utils.geometry.GeometryInfo
Retrieves a reference to the array of contourCounts.
getCoordinate(int, float[]) - Method in class javax.media.ding3d.GeometryArray
Gets the coordinate associated with the vertex at the specified index for this object using data in texCoords
getCoordinate(int, double[]) - Method in class javax.media.ding3d.GeometryArray
Gets the coordinate associated with the vertex at the specified index for this object.
getCoordinate(int, Point3f) - Method in class javax.media.ding3d.GeometryArray
Gets the coordinate associated with the vertex at the specified index for this object.
getCoordinate(int, Point3d) - Method in class javax.media.ding3d.GeometryArray
Gets the coordinate associated with the vertex at the specified index for this object.
getCoordinateIndex(int) - Method in class javax.media.ding3d.IndexedGeometryArray
Retrieves the coordinate index associated with the vertex at the specified index for this object.
getCoordinateIndices(int, int[]) - Method in class javax.media.ding3d.IndexedGeometryArray
Retrieves the coordinate indices associated with the vertices starting at the specified index for this object.
getCoordinateIndices() - Method in class javax.media.ding3d.utils.geometry.GeometryInfo
Retrieves a reference to the array of indices into the coordinate array.
getCoordinates(int, float[]) - Method in class javax.media.ding3d.GeometryArray
Gets the coordinates associated with the vertices starting at the specified index for this object.
getCoordinates(int, double[]) - Method in class javax.media.ding3d.GeometryArray
Gets the coordinates associated with the vertices starting at the specified index for this object.
getCoordinates(int, Point3f[]) - Method in class javax.media.ding3d.GeometryArray
Gets the coordinates associated with the vertices starting at the specified index for this object.
getCoordinates(int, Point3d[]) - Method in class javax.media.ding3d.GeometryArray
Gets the coordinates associated with the vertices starting at the specified index for this object.
getCoordinates() - Method in class javax.media.ding3d.utils.geometry.GeometryInfo
Retrieves a reference to the coordinate array.
getCoordIndicesRef() - Method in class javax.media.ding3d.IndexedGeometryArray
Returns a reference to the coordinate indices associated with the vertices
getCoordRef3d() - Method in class javax.media.ding3d.GeometryArray
Deprecated. As of Java 3D version 1.3, use geometry by-copy for Point3d arrays
getCoordRef3f() - Method in class javax.media.ding3d.GeometryArray
Deprecated. As of Java 3D version 1.3, use geometry by-copy for Point3f arrays
getCoordRefBuffer() - Method in class javax.media.ding3d.GeometryArray
Gets the coordinate array buffer reference.
getCoordRefDouble() - Method in class javax.media.ding3d.GeometryArray
Gets the double coordinate array reference.
getCoordRefFloat() - Method in class javax.media.ding3d.GeometryArray
Gets the float coordinate array reference.
getCreaseAngle() - Method in class javax.media.ding3d.utils.geometry.NormalGenerator
Returns the current value of the crease angle, in radians.
getCullFace() - Method in class javax.media.ding3d.PolygonAttributes
Gets the face culling for this appearance component object.
getCurrentFileVersion() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.Controller
Get the file version of the file we are reading
getCurrentFrameStartTime() - Method in class javax.media.ding3d.View
This method returns the time at which the most recent rendering frame started.
getCurrentIndex() - Method in class javax.media.ding3d.utils.compression.CompressedGeometryFile
Deprecated. Return the current object index associated with this instance.
getCurrentIndex() - Method in class javax.media.ding3d.utils.geometry.compression.CompressedGeometryFile
Return the current object index associated with this instance.
getCurrentSensorRead() - Method in class javax.media.ding3d.Sensor
Gets the current sensor read.
getData() - Method in class javax.media.ding3d.internal.FastVector
Get access to array data
getDataBuffer() - Method in class javax.media.ding3d.NioImageBuffer
Gets the data buffer to the specified input data buffer.
getDecayFilter() - Method in class javax.media.ding3d.AuralAttributes
Retrieve Decay Filter.
getDecayTime() - Method in class javax.media.ding3d.AuralAttributes
Retrieve Decay Time.
getDecreasingAlphaDuration() - Method in class javax.media.ding3d.Alpha
Retrieves this alpha's decreasingAlphaDuration.
getDecreasingAlphaRampDuration() - Method in class javax.media.ding3d.Alpha
Retrieves this alpha's decreasingAlphaRampDuration.
getDensity() - Method in class javax.media.ding3d.AuralAttributes
Retrieve Density.
getDensity() - Method in class javax.media.ding3d.ExponentialFog
Gets fog density.
getDepth() - Method in class javax.media.ding3d.ImageComponent3D
Retrieves the depth of this 3D image component object.
getDepth() - Method in class javax.media.ding3d.Texture3D
Retrieves the depth of this Texture3D object.
getDepthBufferEnable() - Method in class javax.media.ding3d.RenderingAttributes
Retrieves the state of zBuffer Enable flag
getDepthBufferFreezeTransparent() - Method in class javax.media.ding3d.View
Retrieves the current value of the depth buffer freeze transparent flag for this view.
getDepthBufferWriteEnable() - Method in class javax.media.ding3d.RenderingAttributes
Retrieves the state of Depth Buffer Write Enable flag.
getDepthComponent() - Method in class javax.media.ding3d.Raster
Retrieves the current depth image object.
getDepthData(float[]) - Method in class javax.media.ding3d.DepthComponentFloat
Copies the depth data from this object to the specified array.
getDepthData(int[]) - Method in class javax.media.ding3d.DepthComponentInt
Copies the depth data from this object to the specified array.
getDepthSize() - Method in class javax.media.ding3d.GraphicsConfigTemplate3D
Retrieves the size of the depth buffer.
getDepthTestFunction() - Method in class javax.media.ding3d.RenderingAttributes
Retrieves current depth test function.
getDescription() - Method in interface javax.media.ding3d.loaders.Scene
This method returns the text description of the file.
getDescription() - Method in class javax.media.ding3d.loaders.SceneBase
This method returns the text description of the file.
getDetailImage() - Method in class javax.media.ding3d.Texture2D
Deprecated. As of Java 3D 1.5 the optional detail texture feature is no longer supported.
getDetailMessage() - Method in class javax.media.ding3d.RenderingError
Returns the detail message for this rendering error.
getDetailMessage() - Method in class javax.media.ding3d.ShaderError
Returns the detail message for this shader error.
getDetailTextureFunc(float[], float[]) - Method in class javax.media.ding3d.Texture2D
Deprecated. As of Java 3D 1.5 the optional detail texture feature is no longer supported.
getDetailTextureFunc(Point2f[]) - Method in class javax.media.ding3d.Texture2D
Deprecated. As of Java 3D 1.5 the optional detail texture feature is no longer supported.
getDetailTextureFuncPointsCount() - Method in class javax.media.ding3d.Texture2D
Deprecated. As of Java 3D 1.5 the optional detail texture feature is no longer supported.
getDetailTextureLevel() - Method in class javax.media.ding3d.Texture2D
Deprecated. As of Java 3D 1.5 the optional detail texture feature is no longer supported.
getDetailTextureMode() - Method in class javax.media.ding3d.Texture2D
Deprecated. As of Java 3D 1.5 the optional detail texture feature is no longer supported.
getDeterminantSign() - Method in class javax.media.ding3d.Transform3D
Returns the sign of the determinant of this matrix; a return value of true indicates a non-negative determinant; a return value of false indicates a negative determinant.
getDevice() - Method in class javax.media.ding3d.Sensor
Retrieves the sensor's associated input device.
getDiffuseColor(Color3f) - Method in class javax.media.ding3d.Material
Retrieves this material's diffuse color.
getDiffusion() - Method in class javax.media.ding3d.AuralAttributes
Retrieve Diffusion.
getDing3dAttributeName() - Method in class javax.media.ding3d.ShaderAttributeBinding
Retrieves the name of the Java 3D system attribute that is bound to this shader attribute.
getDing3dBuffer() - Method in class javax.media.ding3d.internal.ByteBufferWrapper
Creates and returns a Ding3dBuffer object containing the buffer in this ByteBufferWrapper object.
getDing3dBuffer() - Method in class javax.media.ding3d.internal.DoubleBufferWrapper
Creates and returns a Ding3dBuffer object containing the buffer in this DoubleBufferWrapper object.
getDing3dBuffer() - Method in class javax.media.ding3d.internal.FloatBufferWrapper
Creates and returns a Ding3dBuffer object containing the buffer in this FloatBufferWrapper object.
getDing3dNode(int) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.SymbolTable
Return the Java3D node associated with the nodeID.
getDing3dNode() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.SymbolTableData
 
getDing3dThreadPriority() - Static method in class javax.media.ding3d.VirtualUniverse
Retrieves that priority of Java 3D's threads.
getDirection(Vector3f) - Method in class javax.media.ding3d.ConeSound
Retrieves this sound's direction and places it in the vector provided.
getDirection(Vector3f) - Method in class javax.media.ding3d.DirectionalLight
Gets this Light's current direction and places it in the parameter specified.
getDirection(Vector3d) - Method in class javax.media.ding3d.PickCone
Gets the direction of this PickCone.
getDirection(Vector3d) - Method in class javax.media.ding3d.PickCylinder
Gets the direction of this cylinder.
getDirection(Vector3f) - Method in class javax.media.ding3d.SpotLight
Gets this Light's current direction and places it in the parameter specified.
getDirtyFlags() - Method in class javax.media.ding3d.audioengines.Sample
 
getDistance(int) - Method in class javax.media.ding3d.DistanceLOD
Returns a particular LOD cut-off distance.
getDistance() - Method in class javax.media.ding3d.PickInfo.IntersectionInfo
Retrieves the distance between the start point of the pickShape and the intersection point.
getDistance() - Method in class javax.media.ding3d.utils.pickfast.PickIntersection
Get the distance from the PickShape start point to the intersection point
getDistance() - Method in class javax.media.ding3d.utils.picking.PickIntersection
Get the distance from the PickShape start point to the intersection point
getDistanceFilter(double[], float[]) - Method in class javax.media.ding3d.audioengines.AuralParameters
 
getDistanceFilter(Point2f[]) - Method in class javax.media.ding3d.AuralAttributes
Retrieve Distance Filter as a single array containing distances and frequency cutoff.
getDistanceFilter(float[], float[]) - Method in class javax.media.ding3d.AuralAttributes
Retrieve Distance Filter in separate distance and frequency cutoff arrays.
getDistanceFilterLength() - Method in class javax.media.ding3d.audioengines.AuralParameters
 
getDistanceFilterLength() - Method in class javax.media.ding3d.AuralAttributes
Retrieve Distance Filter array length.
getDistanceFilterType() - Method in class javax.media.ding3d.audioengines.AuralParameters
 
getDistanceGain(Point2f[], Point2f[]) - Method in class javax.media.ding3d.ConeSound
Gets this sound's elliptical distance attenuation.
getDistanceGain(float[], float[], float[], float[]) - Method in class javax.media.ding3d.ConeSound
Gets this sound's elliptical distance gain attenuation values in separate arrays.
getDistanceGain(Point2f[]) - Method in class javax.media.ding3d.PointSound
Gets this sound's distance attenuation.
getDistanceGain(float[], float[]) - Method in class javax.media.ding3d.PointSound
Gets this sound's distance gain attenuation values in separate arrays.
getDistanceGainLength() - Method in class javax.media.ding3d.PointSound
Get the length of this node's distance gain attenuation arrays.
getDistanceSquared() - Method in interface javax.media.ding3d.utils.scenegraph.transparency.TransparencySortGeom
Returns the distance squared of this object to the viewer.
getDivisions() - Method in class javax.media.ding3d.utils.geometry.Sphere
Returns the number of divisions
getDocumentBase() - Method in class javax.media.ding3d.utils.applet.JMainFrame
 
getDocumentBase() - Method in class javax.media.ding3d.utils.applet.MainFrame
 
getDominantHandIndex() - Method in class javax.media.ding3d.PhysicalEnvironment
Gets the sensor index of the dominant hand.
getDoubleBuffer() - Method in class javax.media.ding3d.GraphicsConfigTemplate3D
Retrieves the double buffering value.
getDoubleBufferAvailable() - Method in class javax.media.ding3d.Canvas3D
Returns a status flag indicating whether or not double buffering is available.
getDoubleBufferEnable() - Method in class javax.media.ding3d.Canvas3D
Returns a status flag indicating whether or not double buffering is enabled.
getDstBlendFunction() - Method in class javax.media.ding3d.TransparencyAttributes
Gets the destination blend function for this TransparencyAttributes object.
getDstOffset(Point) - Method in class javax.media.ding3d.Raster
Retrieves the current destination pixel offset.
getDuplicateOnCloneTree() - Method in class javax.media.ding3d.NodeComponent
Returns this node's duplicateOnCloneTree value.
getDuration() - Method in class javax.media.ding3d.audioengines.Sample
 
getDuration() - Method in class javax.media.ding3d.Sound
Get the Sound's duration
getDvrFactor() - Method in class javax.media.ding3d.utils.universe.Viewer
Retrieves the dynamic video resize factor of this viewer.
getDvrResizeCompensationEnable() - Method in class javax.media.ding3d.utils.universe.Viewer
Returns a status flag indicating whether or not dynamic video resize compensation is enabled.
getEcho() - Method in class javax.media.ding3d.utils.behaviors.sensor.Mouse6DPointerBehavior
Gets the echo used by this behavior.
getEchoColor(Color3f) - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Gets the 6DOF sensor echo color.
getEchoGeometry() - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Gets the Shape3D defining the 6DOF sensor's echo geometry and appearance.
getEchoSize() - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Gets the size of the 6DOF sensor echo in meters.
getEchoTransformGroup() - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Gets the transform group containing a 6DOF sensor's echo geometry.
getEchoTransparency() - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Gets the 6DOF sensor echo transparency value.
getEchoType() - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Gets the echo type.
getElapsedFrameCount() - Method in class javax.media.ding3d.WakeupOnElapsedFrames
Retrieves the elapsed frame count that was used when constructing this object.
getElapsedFrameTime() - Method in class javax.media.ding3d.WakeupOnElapsedTime
Retrieve the WakeupCriterion's elapsed time value that was used when constructing this object.
getElement(int, int) - Method in class javax.media.ding3d.vecmath.GMatrix
Retrieves the value at the specified row and column of this matrix.
getElement(int) - Method in class javax.media.ding3d.vecmath.GVector
Retrieves the value at the specified index value of this vector.
getElement(int, int) - Method in class javax.media.ding3d.vecmath.Matrix3d
Retrieves the value at the specified row and column of the specified matrix.
getElement(int, int) - Method in class javax.media.ding3d.vecmath.Matrix3f
Retrieves the value at the specified row and column of this matrix.
getElement(int, int) - Method in class javax.media.ding3d.vecmath.Matrix4d
Retrieves the value at the specified row and column of this matrix.
getElement(int, int) - Method in class javax.media.ding3d.vecmath.Matrix4f
Retrieves the value at the specified row and column of this matrix.
getEmissiveColor(Color3f) - Method in class javax.media.ding3d.Material
Retrieves this material's emissive color and stores it in the argument provided.
getEnable() - Method in class javax.media.ding3d.Behavior
Retrieves the state of the Behavior enable flag.
getEnable() - Method in class javax.media.ding3d.Light
Retrieves this Light's current state (on/off).
getEnable(int) - Method in class javax.media.ding3d.ModelClip
Retrieves the specified enable flag from this ModelClip node.
getEnable() - Method in class javax.media.ding3d.Sound
Retrieves sound's enabled flag.
getEnable() - Method in class javax.media.ding3d.TexCoordGeneration
Retrieves the state of the texCoordGeneration enable flag.
getEnable() - Method in class javax.media.ding3d.Texture
Retrieves the state of the texture enable flag.
getEnables(boolean[]) - Method in class javax.media.ding3d.ModelClip
Retrieves the per-plane enable flags from this ModelClip node.
getEnd(Point3d) - Method in class javax.media.ding3d.PickConeSegment
Gets the end point of this PickConeSegment.
getEnd(Point3d) - Method in class javax.media.ding3d.PickCylinderSegment
Gets the end point of this PickCylinderSegment.
getEndColor(Color3f) - Method in class javax.media.ding3d.ColorInterpolator
This method retrieves this interpolator's endColor.
getEndPosition() - Method in class javax.media.ding3d.PositionInterpolator
This method retrieves this interpolator's endPosition.
getErrorCode() - Method in class javax.media.ding3d.RenderingError
Returns the error code for this rendering error.
getErrorCode() - Method in class javax.media.ding3d.ShaderError
Returns the error code for this shader error.
getErrorMessage() - Method in class javax.media.ding3d.RenderingError
Returns the error message for this rendering error.
getErrorMessage() - Method in class javax.media.ding3d.ShaderError
Returns the error message for this shader error.
getExtrusionShape() - Method in class javax.media.ding3d.FontExtrusion
Gets the FontExtrusion's shape parameter.
getEyeToImagePlate(Canvas3D, Transform3D, Transform3D) - Method in class javax.media.ding3d.utils.universe.ViewInfo
Gets the transforms from eye coordinates to image plate coordinates and copies them into the Transform3Ds specified.
getEyeToViewPlatform(Canvas3D, Transform3D, Transform3D) - Method in class javax.media.ding3d.utils.universe.ViewInfo
Gets the current transforms from eye coordinates to view platform coordinates and copies them into the given Transform3Ds.
getEyeToVworld(Canvas3D, Transform3D, Transform3D) - Method in class javax.media.ding3d.utils.universe.ViewInfo
Gets the current transforms from eye coordinates to virtual world coordinates and copies them into the given Transform3Ds.
getFactor() - Method in class javax.media.ding3d.utils.behaviors.mouse.MouseWheelZoom
Return the y-axis movement multipler.
getFactor() - Method in class javax.media.ding3d.utils.behaviors.mouse.MouseZoom
Return the y-axis movement multipler.
getFastSpeedFactor() - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Gets the factor by which the normal translation speed is multiplied after the constant speed time interval.
getFieldOfView() - Method in class javax.media.ding3d.View
Returns the current field of view.
getFileName() - Method in class javax.media.ding3d.utils.compression.CompressedGeometryFile
Deprecated. Return a string containing the file name associated with this instance or null if there is none.
getFileName() - Method in class javax.media.ding3d.utils.geometry.compression.CompressedGeometryFile
Return a string containing the file name associated with this instance or null if there is none.
getFilePointer() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.Controller
Get the current file 'pointer' location.
getFilePointer() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.J3fInputStream
 
getFilePointer() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.J3fOutputStream
 
getFilePointer() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.RandomAccessFileControl
 
getFilePointer() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.StreamControl
Implementation of abstract method from Controller.
getFilePosition() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.SymbolTableData
 
getFilter4Func(float[]) - Method in class javax.media.ding3d.Texture
Copies the array of filter4 function values into the specified array.
getFilter4FuncPointsCount() - Method in class javax.media.ding3d.Texture
Retrieves the number of filter4 function values for this texture object.
getFirstChildIndex() - Method in class javax.media.ding3d.SwitchValueInterpolator
This method retrieves this interpolator's firstChildIndex.
getFirstPickEnable() - Method in class javax.media.ding3d.utils.picking.PickResult
Return the "first intersection only" value.
getFlags() - Method in interface javax.media.ding3d.loaders.Loader
Returns the current loading flags setting.
getFlags() - Method in class javax.media.ding3d.loaders.LoaderBase
Returns the current loading flags setting.
getFlags() - Method in class javax.media.ding3d.loaders.lw3d.Lw3dLoader
Returns the current loading flags setting.
getFlags() - Method in class javax.media.ding3d.loaders.objectfile.ObjectFile
Get the parameters currently defined for loading the model.
getFlags() - Method in class javax.media.ding3d.utils.pickfast.PickTool
Gets the PickInfo content flags.
getFog() - Method in class javax.media.ding3d.GraphicsContext3D
Retrieves the current Fog leaf node object.
getFogNodes() - Method in interface javax.media.ding3d.loaders.Scene
This method returns an array of all Fog nodes defined in the file.
getFogNodes() - Method in class javax.media.ding3d.loaders.SceneBase
This method returns an array of all Fog nodes defined in the file.
getFont() - Method in class javax.media.ding3d.Font3D
Returns the Java 2D Font used to create this Font3D object.
getFont3D() - Method in class javax.media.ding3d.Text3D
Returns the Font3D objects used by this Text3D NodeComponent object.
getFontExtrusion(FontExtrusion) - Method in class javax.media.ding3d.Font3D
Copies the FontExtrusion object used to create this Font3D object into the specified parameter.
getFontName() - Method in class javax.media.ding3d.utils.geometry.Text2D
Returns the font
getFontSize() - Method in class javax.media.ding3d.utils.geometry.Text2D
Returns the font size
getFontStyle() - Method in class javax.media.ding3d.utils.geometry.Text2D
Returns the font style
getFormat() - Method in class javax.media.ding3d.ImageComponent
Retrieves the format of this image component object.
getFormat() - Method in class javax.media.ding3d.TexCoordGeneration
Retrieves the current TexCoordGeneration format.
getFormat() - Method in class javax.media.ding3d.Texture
Retrieves the format of this Texture object.
getFrame() - Method in class javax.media.ding3d.utils.universe.Viewer
Deprecated. AWT Frame components are no longer created by the Viewer class.
getFrameNumber() - Method in class javax.media.ding3d.View
This method returns the frame number for this view.
getFrameStartTimes(long[]) - Method in class javax.media.ding3d.View
Copies the last k frame start time values into the user-specified array.
getFrequencyScaleFactor() - Method in class javax.media.ding3d.AuralAttributes
Retrieve Frequency Scale Factor.
getFrontBufferRendering() - Method in class javax.media.ding3d.GraphicsContext3D
Returns the current front buffer rendering flag.
getFrontClipDistance() - Method in class javax.media.ding3d.View
Returns the view model's front clip distance.
getFrontClipPolicy() - Method in class javax.media.ding3d.View
Returns the view model's current front clip policy.
getFrontDistance() - Method in class javax.media.ding3d.LinearFog
Gets front distance for fog.
getGain() - Method in class javax.media.ding3d.audioengines.Sample
 
getGenericObjects() - Method in class javax.media.ding3d.utils.universe.ConfigContainer
Returns a read-only Set of all generic configuration object instances in the order they were defined in the configuration file.
getGenMode() - Method in class javax.media.ding3d.TexCoordGeneration
Retrieves the current TexCoordGeneration generation mode.
getGeometry() - Method in class javax.media.ding3d.Background
Retrieves the background geometry.
getGeometry() - Method in class javax.media.ding3d.PickInfo.IntersectionInfo
Retrieves the reference to the intersected geometry in the picked object, either a Shape3D or Morph.
getGeometry() - Method in class javax.media.ding3d.ShaderError
Returns the geometry associated with this shader error.
getGeometry() - Method in class javax.media.ding3d.Shape3D
Retrieves the geometry component at index 0 from this Shape3D node's list of geometry components.
getGeometry(int) - Method in class javax.media.ding3d.Shape3D
Retrieves the geometry component at the specified index from this Shape3D node's list of geometry components.
getGeometry() - Method in interface javax.media.ding3d.utils.scenegraph.transparency.TransparencySortGeom
Returns the Geometry for this object.
getGeometryArray(int) - Method in class javax.media.ding3d.Morph
Deprecated. Retrieves the geometryArray component of this Morph node.
getGeometryArray(boolean, boolean, boolean) - Method in class javax.media.ding3d.utils.geometry.GeometryInfo
Creates and returns a non-indexed Java 3D GeometryArray object based on the data in the GeometryInfo object.
getGeometryArray() - Method in class javax.media.ding3d.utils.geometry.GeometryInfo
Creates and returns a non-indexed Java 3D GeometryArray object based on the data in the GeometryInfo object.
getGeometryArray() - Method in class javax.media.ding3d.utils.picking.PickIntersection
Returns the GeometryArray for the intersection
getGeometryArray() - Method in class javax.media.ding3d.utils.picking.PickResult
Get the GeometryArray at index 0 for the picked node
getGeometryArrayIndex() - Method in class javax.media.ding3d.utils.picking.PickIntersection
Returns the index of the intersected GeometryArray into the geometry arrays in the PickResult
getGeometryArrays() - Method in class javax.media.ding3d.utils.picking.PickResult
Get the array of GeometryArrays for the picked node
getGeometryIndex() - Method in class javax.media.ding3d.PickInfo.IntersectionInfo
Retrieves the index to the intersected geometry in the picked node, either a Shape3D or Morph.
getGlyphGeometry(char) - Method in class javax.media.ding3d.Font3D
Returns a GeometryArray of a glyph in this Font3D.
getGraphics2D() - Method in class javax.media.ding3d.Canvas3D
Get the 2D graphics object associated with this Canvas3D.
getGraphicsContext3D() - Method in class javax.media.ding3d.Canvas3D
Get the immediate mode 3D graphics context associated with this Canvas3D.
getGraphicsDevice() - Method in class javax.media.ding3d.RenderingError
Returns the graphics device associated with this rendering error.
getGreenSize() - Method in class javax.media.ding3d.GraphicsConfigTemplate3D
Retrieves the number of green bits requested by this template.
getHeadIndex() - Method in class javax.media.ding3d.PhysicalEnvironment
Gets the sensor index of the head.
getHeadToHeadTracker(Transform3D) - Method in class javax.media.ding3d.PhysicalBody
Retrieves the head to head-tracker coordinate system transform.
getHeadTrackerToLeftImagePlate(Transform3D) - Method in class javax.media.ding3d.Screen3D
Retrieves the head-tracker coordinate system to left image-plate coordinate system transform and copies it into the specified Transform3D object.
getHeadTrackerToRightImagePlate(Transform3D) - Method in class javax.media.ding3d.Screen3D
Retrieves the head-tracker coordinate system to right image-plate coordinate system transform and copies it into the specified Transform3D object.
getHeight() - Method in class javax.media.ding3d.Canvas3D
 
getHeight() - Method in class javax.media.ding3d.DepthComponent
Retrieves the height of this depth component object.
getHeight() - Method in class javax.media.ding3d.ImageComponent
Retrieves the height of this image component object.
getHeight() - Method in class javax.media.ding3d.NioImageBuffer
Gets the height of this data buffer.
getHeight() - Method in class javax.media.ding3d.Texture
Retrieves the height of this Texture object.
getHeight() - Method in class javax.media.ding3d.utils.geometry.Cone
Returns the height of the cone
getHeight() - Method in class javax.media.ding3d.utils.geometry.Cylinder
Returns the height of the cylinder
getHiRes(HiResCoord) - Method in class javax.media.ding3d.GraphicsContext3D
Retrieves the current HiRes coordinate of this context.
getHiRes(HiResCoord) - Method in class javax.media.ding3d.Locale
Returns this node's HiResCoord.
getHiResCoord(int[], int[], int[]) - Method in class javax.media.ding3d.HiResCoord
Retrieves this HiResCoord's location and saves the coordinates in the specified arrays.
getHiResCoord(HiResCoord) - Method in class javax.media.ding3d.HiResCoord
Retrieves this HiResCoord's location and places it into the hires argument.
getHiResCoordX(int[]) - Method in class javax.media.ding3d.HiResCoord
Retrieves this HiResCoord's X value and stores it in the specified array.
getHiResCoordY(int[]) - Method in class javax.media.ding3d.HiResCoord
Retrieves this HiResCoord's Y value and stores it in the specified array.
getHiResCoordZ(int[]) - Method in class javax.media.ding3d.HiResCoord
Retrieves this HiResCoord's Z value and stores it in the specified array.
getHomeTransform(Transform3D) - Method in class javax.media.ding3d.utils.behaviors.vp.ViewPlatformBehavior
Returns the behaviors "home" transform.
getHorizontalFOVs() - Method in interface javax.media.ding3d.loaders.Scene
This method returns an array of floats with the horizontal field of view.
getHorizontalFOVs() - Method in class javax.media.ding3d.loaders.SceneBase
This method returns an array of floats that contains the horizontal field of view values for each corresponding entry in the array of view groups returned by the method getViewGroups.
getHotspot(Point3d) - Method in class javax.media.ding3d.Sensor
Get the sensor's hotspot in this sensor's coordinate system.
getID() - Method in class javax.media.ding3d.utils.behaviors.sensor.SensorEvent
Gets the event type.
getIgnoreVertexColors() - Method in class javax.media.ding3d.RenderingAttributes
Retrieves the ignoreVertexColors flag for this RenderingAttributes object.
getImage() - Method in class javax.media.ding3d.Background
Retrieves the background image.
getImage() - Method in class javax.media.ding3d.ImageComponent2D
Retrieves the image from this ImageComponent2D object.
getImage() - Method in class javax.media.ding3d.ImageComponent3D
Retrieves the images from this ImageComponent3D object.
getImage(int) - Method in class javax.media.ding3d.ImageComponent3D
Retrieves one of the images from this ImageComponent3D object.
getImage() - Method in class javax.media.ding3d.Raster
Retrieves the current pixel array object.
getImage(int) - Method in class javax.media.ding3d.Texture
Retrieves the image for a specified mipmap level.
getImage(int, int) - Method in class javax.media.ding3d.TextureCubeMap
Retrieves the image for a specified mipmap level of a particular face of the cube map.
getImage(int) - Method in class javax.media.ding3d.TextureCubeMap
This method is not supported for TextureCubeMap.
getImage(URL) - Method in class javax.media.ding3d.utils.applet.JMainFrame
 
getImage(URL) - Method in class javax.media.ding3d.utils.applet.MainFrame
 
getImage() - Method in class javax.media.ding3d.utils.image.TextureLoader
Returns the associated ImageComponent2D object
getImageClass() - Method in class javax.media.ding3d.ImageComponent
Retrieves the image class of this ImageComponent object.
getImageCompression() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.Controller
Returns the imageCompression to be used IMAGE_COMPRESSION_NONE, IMAGE_COMPRESSION_GZIP, IMAGE_COMPRESSION_JPEG
getImagePlateToViewPlatform(Canvas3D, Transform3D, Transform3D) - Method in class javax.media.ding3d.utils.universe.ViewInfo
Gets the current transforms from image plate coordinates to view platform coordinates and copies them into the given Transform3Ds.
getImagePlateToVworld(Transform3D) - Method in class javax.media.ding3d.Canvas3D
Retrieves the current ImagePlate coordinates to Virtual World coordinates transform and places it into the specified object.
getImagePlateToVworld(Canvas3D, Transform3D, Transform3D) - Method in class javax.media.ding3d.utils.universe.ViewInfo
Gets the current transforms from image plate coordinates to virtual world coordinates and copies them into the given Transform3Ds.
getImages() - Method in class javax.media.ding3d.Texture
Retrieves the array of images for all mipmap levels.
getImages(int) - Method in class javax.media.ding3d.TextureCubeMap
Retrieves the array of images for all mipmap level of a particular face of the cube map.
getImages() - Method in class javax.media.ding3d.TextureCubeMap
This method is not supported for TextureCubeMap.
getImageScaleMode() - Method in class javax.media.ding3d.Background
Retrieves the current image scale mode.
getImageType() - Method in class javax.media.ding3d.NioImageBuffer
Gets the image type of this data buffer.
getIncreasingAlphaDuration() - Method in class javax.media.ding3d.Alpha
Retrieves this alpha's increasingAlphaDuration.
getIncreasingAlphaRampDuration() - Method in class javax.media.ding3d.Alpha
Retrieves this alpha's increasingAlphaRampDuration.
getIndexCount() - Method in class javax.media.ding3d.IndexedGeometryArray
Gets number of indices for this IndexedGeometryArray.
getIndexedGeometryArray(boolean, boolean, boolean, boolean, boolean) - Method in class javax.media.ding3d.utils.geometry.GeometryInfo
Creates and returns a IndexedGeometryArray based on the data in the GeometryInfo object.
getIndexedGeometryArray(boolean) - Method in class javax.media.ding3d.utils.geometry.GeometryInfo
Creates and returns an IndexedGeometryArray based on the data in the GeometryInfo object.
getIndexedGeometryArray() - Method in class javax.media.ding3d.utils.geometry.GeometryInfo
Creates and returns an IndexedGeometryArray based on the data in the GeometryInfo object.
getInfluencingBoundingLeaf() - Method in class javax.media.ding3d.AlternateAppearance
Retrieves the AlternateAppearance node's influencing bounding leaf.
getInfluencingBoundingLeaf() - Method in class javax.media.ding3d.Fog
Retrieves the Fog node's influencing bounding leaf.
getInfluencingBoundingLeaf() - Method in class javax.media.ding3d.Light
Retrieves the Light node's influencing bounding leaf.
getInfluencingBoundingLeaf() - Method in class javax.media.ding3d.ModelClip
Retrieves the ModelClip node's influencing bounding leaf.
getInfluencingBounds() - Method in class javax.media.ding3d.AlternateAppearance
Retrieves the AlternateAppearance node's influencing bounds.
getInfluencingBounds() - Method in class javax.media.ding3d.Fog
Retrieves the Fog node's influencing bounds.
getInfluencingBounds() - Method in class javax.media.ding3d.Light
Retrieves the Light node's influencing bounds.
getInfluencingBounds() - Method in class javax.media.ding3d.ModelClip
Retrieves the ModelClip node's influencing bounds.
getInitialColorIndex() - Method in class javax.media.ding3d.GeometryArray
Gets the initial color index for this GeometryArray object.
getInitialCoordIndex() - Method in class javax.media.ding3d.GeometryArray
Gets the initial coordinate index for this GeometryArray object.
getInitialGain() - Method in class javax.media.ding3d.Sound
Get the overall gain applied to the sound data associated with source.
getInitialIndexIndex() - Method in class javax.media.ding3d.IndexedGeometryArray
Gets the initial index index for this IndexedGeometryArray object.
getInitialNormalIndex() - Method in class javax.media.ding3d.GeometryArray
Gets the initial normal index for this GeometryArray object.
getInitialTexCoordIndex(int) - Method in class javax.media.ding3d.GeometryArray
Gets the initial texture coordinate index for the specified texture coordinate set for this GeometryArray object.
getInitialVertexAttrIndex(int) - Method in class javax.media.ding3d.GeometryArray
Gets the initial vertex attribute index for the specified vertex attribute number for this GeometryArray object.
getInitialVertexIndex() - Method in class javax.media.ding3d.GeometryArray
Gets the initial vertex index for this GeometryArray object.
getInputDevices() - Method in class javax.media.ding3d.utils.universe.ConfigContainer
Returns a read-only Set of all configured InputDevice instances in the order they were defined in the configuration file.
getInputStream() - Method in class javax.media.ding3d.MediaContainer
Retrieve Input Stream.
getInterleavedVertexBuffer() - Method in class javax.media.ding3d.GeometryArray
Gets the interleaved vertex array buffer reference.
getInterleavedVertices() - Method in class javax.media.ding3d.GeometryArray
Gets the interleaved vertices array reference.
getInterpolatedBank(float) - Method in class javax.media.ding3d.utils.behaviors.interpolators.KBCubicSplineSegment
Computes the interpolated bank along the curve at a given point between key frames and returns the interpolated value as a float This routine uses linear interpolation if the (i+1)th key frame's linear value is equal to 1.
getInterpolatedHeading(float) - Method in class javax.media.ding3d.utils.behaviors.interpolators.KBCubicSplineSegment
Computes the interpolated heading along the curve at a given point between key frames and returns the interpolated value as a float This routine uses linear interpolation if the (i+1)th key frame's linear value is equal to 1.
getInterpolatedPitch(float) - Method in class javax.media.ding3d.utils.behaviors.interpolators.KBCubicSplineSegment
Computes the interpolated pitch along the curve at a given point between key frames and returns the interpolated value as a float This routine uses linear interpolation if the (i+1)th key frame's linear value is equal to 1.
getInterpolatedPosition(float, Point3f) - Method in class javax.media.ding3d.utils.behaviors.interpolators.CubicSplineSegment
Computes the interpolated position along the curve at a given point between key frames and returns a Point3f with the interpolated x, y, and z scale components.
getInterpolatedPosition(float, Point3f) - Method in class javax.media.ding3d.utils.behaviors.interpolators.KBCubicSplineSegment
Computes the interpolated position along the curve at a given point between key frames and returns a Point3f with the interpolated x, y, and z scale components.
getInterpolatedPositionVector(float, Vector3f) - Method in class javax.media.ding3d.utils.behaviors.interpolators.CubicSplineSegment
Computes the interpolated position along the curve at a given point between key frames and returns a Vector3f with the interpolated x, y, and z scale components.
getInterpolatedPositionVector(float, Vector3f) - Method in class javax.media.ding3d.utils.behaviors.interpolators.KBCubicSplineSegment
Computes the interpolated position along the curve at a given point between key frames and returns a Vector3f with the interpolated x, y, and z scale components.
getInterpolatedQuaternion(float, Quat4f) - Method in class javax.media.ding3d.utils.behaviors.interpolators.CubicSplineSegment
Computes the interpolated quaternion along the curve at a given point between key frames.
getInterpolatedScale(float, Point3f) - Method in class javax.media.ding3d.utils.behaviors.interpolators.CubicSplineSegment
Computes the interpolated scale along the curve at a given point between key frames and returns a Point3f with the interpolated x, y, and z scale components.
getInterpolatedScale(float, Point3f) - Method in class javax.media.ding3d.utils.behaviors.interpolators.KBCubicSplineSegment
Computes the interpolated scale along the curve at a given point between key frames and returns a Point3f with the interpolated x, y, and z scale components.
getInterpolatedValue(float) - Method in class javax.media.ding3d.utils.behaviors.interpolators.CubicSplineSegment
Computes the ratio of the length of the spline from the ith key frame to the position specified by u to the length of the entire spline segment from the ith key frame to the (i+1) th key frame.
getInterpolatedValue(float) - Method in class javax.media.ding3d.utils.behaviors.interpolators.KBCubicSplineSegment
Computes the ratio of the length of the spline from the ith key frame to the position specified by u to the length of the entire spline segment from the ith key frame to the (i+1) th key frame.
getIntersection(int) - Method in class javax.media.ding3d.utils.picking.PickResult
Returns a specific PickIntersection object
getIntersectionInfo() - Method in class javax.media.ding3d.utils.pickfast.PickIntersection
Gets the IntersectionInfo this intersection is part of.
getIntersectionInfos() - Method in class javax.media.ding3d.PickInfo
Retrieves the reference to the array of intersection results in this PickInfo object.
getIntersectionPoint() - Method in class javax.media.ding3d.PickInfo.IntersectionInfo
Retrieves the reference to the intersection point in the pickable node.
getInverseProjection(Canvas3D, Transform3D, Transform3D) - Method in class javax.media.ding3d.utils.universe.ViewInfo
Gets the transforms from clipping coordinates to eye coordinates and copies them into the given Transform3Ds.
getInverseViewPlatformProjection(Canvas3D, Transform3D, Transform3D) - Method in class javax.media.ding3d.utils.universe.ViewInfo
Gets the transforms from clipping coordinates to view platform coordinates and copies them into the given Transform3Ds.
getInverseVworldProjection(Transform3D, Transform3D) - Method in class javax.media.ding3d.Canvas3D
Copies the inverse of the current Vworld projection transform for each eye into the specified Transform3D objects.
getInverseVworldProjection(Canvas3D, Transform3D, Transform3D) - Method in class javax.media.ding3d.utils.universe.ViewInfo
Gets the transforms from clipping coordinates to virtual world coordinates and copies them into the given Transform3Ds.
getJFrame(int) - Method in class javax.media.ding3d.utils.universe.Viewer
Returns the JFrame object created by this Viewer object at the specified index.
getJFrames() - Method in class javax.media.ding3d.utils.universe.Viewer
Returns all the JFrames created by this Viewer object.
getJPanel(int) - Method in class javax.media.ding3d.utils.universe.Viewer
Returns the JPanel object created by this Viewer object at the specified index.
getJPanels() - Method in class javax.media.ding3d.utils.universe.Viewer
Returns all the JPanel objects created by this Viewer object.
getKeyFrame(int) - Method in class javax.media.ding3d.utils.behaviors.interpolators.KBSplinePathInterpolator
This method retrieves the key frame at the specified index.
getKeyFrame(int) - Method in class javax.media.ding3d.utils.behaviors.interpolators.TCBSplinePathInterpolator
This method retrieves the key frame at the specified index.
getKnot(int) - Method in class javax.media.ding3d.PathInterpolator
Retrieves the knot at the specified index.
getKnots(float[]) - Method in class javax.media.ding3d.PathInterpolator
Copies the array of knots from this interpolator into the specified array.
getLastChildIndex() - Method in class javax.media.ding3d.SwitchValueInterpolator
This method retrieves this interpolator's lastSwitchIndex.
getLastFrameDuration() - Method in class javax.media.ding3d.View
This method returns the duration, in milliseconds, of the most recently completed rendering frame.
getLastTime() - Method in class javax.media.ding3d.utils.behaviors.sensor.SensorEvent
Gets the time in nanoseconds at which the dispatchEvents method of SensorEventAgent was last called to generate events, usually from the processStimulus method of a Behavior; may be used to measure frame time in behaviors that wake up every frame.
getLeftEarPosition(Point3d) - Method in class javax.media.ding3d.PhysicalBody
Retrieves the user head object's left ear position and places that value in the specified object.
getLeftEyeInImagePlate(Point3d) - Method in class javax.media.ding3d.Canvas3D
Retrieves the actual position of the left eye in image-plate coordinates and copies that value into the object provided.
getLeftEyePosition(Point3d) - Method in class javax.media.ding3d.PhysicalBody
Retrieves the user head object's left eye position and places that value in the specified object.
getLeftHandIndex() - Method in class javax.media.ding3d.PhysicalEnvironment
Gets the sensor index of the left hand.
getLeftManualEyeInCoexistence(Point3d) - Method in class javax.media.ding3d.View
Retrieves the position of the user-specified, manual left eye in coexistence coordinates and copies that value into the object provided.
getLeftManualEyeInImagePlate(Point3d) - Method in class javax.media.ding3d.Canvas3D
Retrieves the position of the user-specified, manual left eye in image-plate coordinates and copies that value into the object provided.
getLeftProjection(Transform3D) - Method in class javax.media.ding3d.View
Compatibility mode method that retrieves the current compatibility mode projection transform for the left eye and places it into the specified object.
getLight(int) - Method in class javax.media.ding3d.GraphicsContext3D
Retrieves the index selected light.
getLightingEnable() - Method in class javax.media.ding3d.Material
Retrieves the state of the lighting enable flag.
getLightNodes() - Method in interface javax.media.ding3d.loaders.Scene
This method returns an array of all Lights defined in the file.
getLightNodes() - Method in class javax.media.ding3d.loaders.SceneBase
This method returns an array of all Lights defined in the file.
getLineAntialiasingEnable() - Method in class javax.media.ding3d.LineAttributes
Retrieves the state of the line antialiasing flag.
getLineAttributes() - Method in class javax.media.ding3d.Appearance
Retrieves the current lineAttributes object.
getLinePattern() - Method in class javax.media.ding3d.LineAttributes
Gets the line pattern for this LineAttributes component object.
getLineWidth() - Method in class javax.media.ding3d.LineAttributes
Gets the line width for this LineAttributes component object.
getLinks() - Method in class javax.media.ding3d.SharedGroup
Returns the list of Link nodes that refer to this SharedGroup node.
getLocale() - Method in class javax.media.ding3d.Node
Retrieves the locale to which this node is attached.
getLocale() - Method in class javax.media.ding3d.SceneGraphPath
Retrieves the path's Locale
getLocale() - Method in class javax.media.ding3d.utils.pickfast.PickTool
Returns the Locale to be picked if the tool was initialized with a Locale, null otherwise.
getLocale() - Method in class javax.media.ding3d.utils.picking.PickTool
Returns the Locale to be picked if the tool was initialized with a Locale, null otherwise.
getLocale() - Method in class javax.media.ding3d.utils.universe.SimpleUniverse
Returns the Locale object associated with this scene graph.
getLocalEyeLightingEnable() - Method in class javax.media.ding3d.View
Retrieves a flag that indicates whether or not local eye lighting is enabled for this view.
getLocalToVworld(Transform3D) - Method in class javax.media.ding3d.Node
Retrieves the local coordinates to virtual world coordinates transform for this node in the scene graph.
getLocalToVworld(SceneGraphPath, Transform3D) - Method in class javax.media.ding3d.Node
Retrieves the local coordinates to virtual world coordinates transform for the particular path in the scene graph ending with this node.
getLocalToVWorld() - Method in class javax.media.ding3d.PickInfo
Retrieves the reference to the LocalToVworld transform of the picked node in this PickInfo object.
getLocalToVworld() - Method in class javax.media.ding3d.utils.picking.PickResult
Get the localToVworld transform for the Node
getLocalToVWorld(Transform3D) - Method in interface javax.media.ding3d.utils.scenegraph.transparency.TransparencySortGeom
Returns the LocalToVWorld transform for this object
getLocation(Point) - Method in class javax.media.ding3d.Canvas3D
 
getLocation() - Method in class javax.media.ding3d.Canvas3D
 
getLocationOnScreen() - Method in class javax.media.ding3d.Canvas3D
 
getLodOffset(Tuple3f) - Method in class javax.media.ding3d.Texture
Retrieves the LOD offset for this texture object.
getLoop() - Method in class javax.media.ding3d.Sound
Retrieves loop count for this sound
getLoopCount() - Method in class javax.media.ding3d.Alpha
Retrieves this alpha's loopCount.
getLoopCount() - Method in class javax.media.ding3d.audioengines.Sample
 
getLower(Point3d) - Method in class javax.media.ding3d.BoundingBox
Gets the lower corner of this bounding box.
getM00() - Method in class javax.media.ding3d.vecmath.Matrix3d
Get the first matrix element in the first row.
getM00() - Method in class javax.media.ding3d.vecmath.Matrix3f
Get the first matrix element in the first row.
getM00() - Method in class javax.media.ding3d.vecmath.Matrix4d
Get the first matrix element in the first row.
getM00() - Method in class javax.media.ding3d.vecmath.Matrix4f
Get the first matrix element in the first row.
getM01() - Method in class javax.media.ding3d.vecmath.Matrix3d
Get the second matrix element in the first row.
getM01() - Method in class javax.media.ding3d.vecmath.Matrix3f
Get the second matrix element in the first row.
getM01() - Method in class javax.media.ding3d.vecmath.Matrix4d
Get the second matrix element in the first row.
getM01() - Method in class javax.media.ding3d.vecmath.Matrix4f
Get the second matrix element in the first row.
getM02() - Method in class javax.media.ding3d.vecmath.Matrix3d
Get the third matrix element in the first row.
getM02() - Method in class javax.media.ding3d.vecmath.Matrix3f
Get the third matrix element in the first row.
getM02() - Method in class javax.media.ding3d.vecmath.Matrix4d
Get the third matrix element in the first row.
getM02() - Method in class javax.media.ding3d.vecmath.Matrix4f
Get the third matrix element in the first row.
getM03() - Method in class javax.media.ding3d.vecmath.Matrix4d
Get the fourth element of the first row.
getM03() - Method in class javax.media.ding3d.vecmath.Matrix4f
Get the fourth element of the first row.
getM10() - Method in class javax.media.ding3d.vecmath.Matrix3d
Get first matrix element in the second row.
getM10() - Method in class javax.media.ding3d.vecmath.Matrix3f
Get first matrix element in the second row.
getM10() - Method in class javax.media.ding3d.vecmath.Matrix4d
Get first matrix element in the second row.
getM10() - Method in class javax.media.ding3d.vecmath.Matrix4f
Get first matrix element in the second row.
getM11() - Method in class javax.media.ding3d.vecmath.Matrix3d
Get second matrix element in the second row.
getM11() - Method in class javax.media.ding3d.vecmath.Matrix3f
Get second matrix element in the second row.
getM11() - Method in class javax.media.ding3d.vecmath.Matrix4d
Get second matrix element in the second row.
getM11() - Method in class javax.media.ding3d.vecmath.Matrix4f
Get second matrix element in the second row.
getM12() - Method in class javax.media.ding3d.vecmath.Matrix3d
Get the third matrix element in the second row.
getM12() - Method in class javax.media.ding3d.vecmath.Matrix3f
Get the third matrix element in the second row.
getM12() - Method in class javax.media.ding3d.vecmath.Matrix4d
Get the third matrix element in the second row.
getM12() - Method in class javax.media.ding3d.vecmath.Matrix4f
Get the third matrix element in the second row.
getM13() - Method in class javax.media.ding3d.vecmath.Matrix4d
Get the fourth element of the second row.
getM13() - Method in class javax.media.ding3d.vecmath.Matrix4f
Get the fourth element of the second row.
getM20() - Method in class javax.media.ding3d.vecmath.Matrix3d
Get the first matrix element in the third row.
getM20() - Method in class javax.media.ding3d.vecmath.Matrix3f
Get the first matrix element in the third row.
getM20() - Method in class javax.media.ding3d.vecmath.Matrix4d
Get the first matrix element in the third row.
getM20() - Method in class javax.media.ding3d.vecmath.Matrix4f
Get the first matrix element in the third row.
getM21() - Method in class javax.media.ding3d.vecmath.Matrix3d
Get the second matrix element in the third row.
getM21() - Method in class javax.media.ding3d.vecmath.Matrix3f
Get the second matrix element in the third row.
getM21() - Method in class javax.media.ding3d.vecmath.Matrix4d
Get the second matrix element in the third row.
getM21() - Method in class javax.media.ding3d.vecmath.Matrix4f
Get the second matrix element in the third row.
getM22() - Method in class javax.media.ding3d.vecmath.Matrix3d
Get the third matrix element in the third row .
getM22() - Method in class javax.media.ding3d.vecmath.Matrix3f
Get the third matrix element in the third row .
getM22() - Method in class javax.media.ding3d.vecmath.Matrix4d
Get the third matrix element in the third row.
getM22() - Method in class javax.media.ding3d.vecmath.Matrix4f
Get the third matrix element in the third row.
getM23() - Method in class javax.media.ding3d.vecmath.Matrix4d
Get the fourth element of the third row.
getM23() - Method in class javax.media.ding3d.vecmath.Matrix4f
Get the fourth element of the third row.
getM30() - Method in class javax.media.ding3d.vecmath.Matrix4d
Get the first element of the fourth row.
getM30() - Method in class javax.media.ding3d.vecmath.Matrix4f
Get the first element of the fourth row.
getM31() - Method in class javax.media.ding3d.vecmath.Matrix4d
Get the second element of the fourth row.
getM31() - Method in class javax.media.ding3d.vecmath.Matrix4f
Get the second element of the fourth row.
getM32() - Method in class javax.media.ding3d.vecmath.Matrix4d
Get the third element of the fourth row.
getM32() - Method in class javax.media.ding3d.vecmath.Matrix4f
Get the third element of the fourth row.
getM33() - Method in class javax.media.ding3d.vecmath.Matrix4d
Get the fourth element of the fourth row.
getM33() - Method in class javax.media.ding3d.vecmath.Matrix4f
Get the fourth element of the fourth row.
getMagFilter() - Method in class javax.media.ding3d.Texture
Retrieves the magnification filter.
getMajorVersionNumber() - Method in class javax.media.ding3d.utils.compression.CompressedGeometryFile
Deprecated. Return the major version number of the most recent compressor used to compress any of the objects in this instance.
getMajorVersionNumber() - Method in class javax.media.ding3d.utils.geometry.compression.CompressedGeometryFile
Return the major version number of the most recent compressor used to compress any of the objects in this instance.
getMaterial() - Method in class javax.media.ding3d.Appearance
Retrieves the current material object.
getMatrixXIndex2D() - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Gets the index where the X value of a 2D valuator read matrix can be found.
getMatrixYIndex2D() - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Gets the index where the Y value of a 2D valuator read matrix can be found.
getMaxFrameStartTimes() - Static method in class javax.media.ding3d.View
Retrieves the implementation-dependent maximum number of frames whose start times will be recorded by the system.
getMaximumAngle() - Method in class javax.media.ding3d.RotationInterpolator
This method retrieves this interpolator's maximumAngle, in radians.
getMaximumLevel() - Method in class javax.media.ding3d.Texture
Retrieves the maximum level for this texture object.
getMaximumLOD() - Method in class javax.media.ding3d.Texture
Retrieves the maximum level-of-detail for this texture object.
getMaximumScale() - Method in class javax.media.ding3d.ScaleInterpolator
This method retrieves this interpolator's maximumScale.
getMaximumTransparency() - Method in class javax.media.ding3d.TransparencyInterpolator
This method retrieves this interpolator's maximumTransparency.
getMaxStripLength() - Method in class javax.media.ding3d.utils.geometry.StripifierStats
Returns the length in triangles of the longest strip created by the stripifier.
getMinFilter() - Method in class javax.media.ding3d.Texture
Retrieves the minification filter.
getMinimumAngle() - Method in class javax.media.ding3d.RotationInterpolator
This method retrieves this interpolator's minimumAngle, in radians.
getMinimumFrameCycleTime() - Method in class javax.media.ding3d.View
Retrieves the minimum frame cycle time, in milliseconds, for this view.
getMinimumLOD() - Method in class javax.media.ding3d.Texture
Retrieves the minimum level-of-detail for this texture object.
getMinimumScale() - Method in class javax.media.ding3d.ScaleInterpolator
This method retrieves this interpolator's minimumScale.
getMinimumTransparency() - Method in class javax.media.ding3d.TransparencyInterpolator
This method retrieves this interpolator's minimumTransparency.
getMinorMinorVersionNumber() - Method in class javax.media.ding3d.utils.compression.CompressedGeometryFile
Deprecated. Return the subminor version number of the most recent compressor used to compress any of the objects in this instance.
getMinorMinorVersionNumber() - Method in class javax.media.ding3d.utils.geometry.compression.CompressedGeometryFile
Return the subminor version number of the most recent compressor used to compress any of the objects in this instance.
getMinorVersionNumber() - Method in class javax.media.ding3d.utils.compression.CompressedGeometryFile
Deprecated. Return the minor version number of the most recent compressor used to compress any of the objects in this instance.
getMinorVersionNumber() - Method in class javax.media.ding3d.utils.geometry.compression.CompressedGeometryFile
Return the minor version number of the most recent compressor used to compress any of the objects in this instance.
getMinRadius() - Method in class javax.media.ding3d.utils.behaviors.vp.OrbitBehavior
Returns the minimum orbit radius.
getMinStripLength() - Method in class javax.media.ding3d.utils.geometry.StripifierStats
Returns the length in triangles of the shortest strip created by the stripifier.
getMipMapMode() - Method in class javax.media.ding3d.Texture
Retrieves current mipmap mode.
getMode() - Method in class javax.media.ding3d.Alpha
Retrieves this alpha's mode.
getMode() - Method in class javax.media.ding3d.utils.pickfast.behaviors.PickMouseBehavior
Returns the pickMode
getMode() - Method in class javax.media.ding3d.utils.pickfast.PickTool
Gets the picking detail mode.
getMode() - Method in class javax.media.ding3d.utils.picking.behaviors.PickMouseBehavior
Returns the pickMode
getMode() - Method in class javax.media.ding3d.utils.picking.PickTool
Gets the picking detail mode.
getModelBounds() - Method in class javax.media.ding3d.utils.compression.CompressionStream
Deprecated. Get the original bounds of the coordinate data, in modeling coordinates.
getModelBounds() - Method in class javax.media.ding3d.utils.geometry.compression.CompressionStream
Get the original bounds of the coordinate data, in modeling coordinates.
getModelClip() - Method in class javax.media.ding3d.GraphicsContext3D
Retrieves the current ModelClip leaf node object.
getModelTransform(Transform3D) - Method in class javax.media.ding3d.GraphicsContext3D
Retrieves the current model transform.
getMonoscopicViewPolicy() - Method in class javax.media.ding3d.Canvas3D
Returns policy on how Java 3D generates monoscopic view.
getMonoscopicViewPolicy() - Method in class javax.media.ding3d.View
Deprecated. As of Java 3D version 1.2, replaced by Canvas3D.getMonoscopicViewPolicy
getMultiTransformGroup() - Method in class javax.media.ding3d.utils.universe.ViewingPlatform
Returns the MultitransformGroup object for this ViewingPlatform object.
getMute() - Method in class javax.media.ding3d.Sound
Retrieves sound Mute state.
getMuteFlag() - Method in class javax.media.ding3d.audioengines.Sample
 
getName() - Method in class javax.media.ding3d.SceneGraphObject
Returns the name of this object.
getNamedBehaviors() - Method in class javax.media.ding3d.utils.universe.ConfiguredUniverse
Returns all named ViewPlatformBehaviors defined by the configuration file used to create the ConfiguredUniverse, if any.
getNamedCanvases(String) - Method in class javax.media.ding3d.utils.universe.ConfigContainer
Returns a read-only Map containing the named Canvas3D instances used by the specified Viewer.
getNamedGenericObjects() - Method in class javax.media.ding3d.utils.universe.ConfigContainer
Returns a read-only Map that maps generic object names to instances.
getNamedInputDevices() - Method in class javax.media.ding3d.utils.universe.ConfigContainer
Returns a read-only Map that maps InputDevice names to instances.
getNamedObject(String) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.Controller
Return the SceneGraphObject associated with the name
getNamedObject(String) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.SymbolTable
Return the SceneGraphObject associated with the name
getNamedObject(String) - Method in class javax.media.ding3d.utils.scenegraph.io.SceneGraphFileReader
Return the named object.
getNamedObjectMap(HashMap) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.SymbolTable
Add the namedObject mappings to map
getNamedObjects() - Method in interface javax.media.ding3d.loaders.Scene
This method returns a Hashtable which contains a list of all named objects in the file and their associated scene graph objects.
getNamedObjects() - Method in class javax.media.ding3d.loaders.SceneBase
This method returns a Hashtable which contains a list of all named objects in the file and their associated scene graph objects.
getNamedPhysicalBodies() - Method in class javax.media.ding3d.utils.universe.ConfigContainer
Returns a read-only Map that maps PhysicalBody names to instances.
getNamedPhysicalEnvironments() - Method in class javax.media.ding3d.utils.universe.ConfigContainer
Returns a read-only Map that maps PhysicalEnvironment names to instances.
getNamedSensors() - Method in class javax.media.ding3d.utils.universe.ConfigContainer
Returns a read-only Map that maps Sensor names to instances.
getNamedSensors() - Method in class javax.media.ding3d.utils.universe.ConfiguredUniverse
Returns all named Sensors defined by the configuration file used to create the ConfiguredUniverse, if any.
getNamedViewers() - Method in class javax.media.ding3d.utils.universe.ConfigContainer
Returns a read-only Map that maps Viewer names to instances.
getNamedViewingPlatforms() - Method in class javax.media.ding3d.utils.universe.ConfigContainer
Returns a read-only Map that maps ViewingPlatform names to instances.
getNamedViewPlatformBehaviors() - Method in class javax.media.ding3d.utils.universe.ConfigContainer
Returns a read-only Map that maps ViewPlatformBehavior names to instances.
getNames() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.Controller
Get all the names of the named objects
getNames() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.SymbolTable
Get all the names of the named objects
getNames() - Method in class javax.media.ding3d.utils.scenegraph.io.SceneGraphFileReader
Return the names of all the named objects
getNewObjectReference(SceneGraphObject) - Method in class javax.media.ding3d.NodeReferenceTable
This method is used in conjunction with the cloneTree method.
getNioImage() - Method in class javax.media.ding3d.ImageComponent2D
Retrieves the image from this ImageComponent2D object.
getNioImage() - Method in class javax.media.ding3d.ImageComponent3D
Retrieves the images from this ImageComponent3D object.
getNioImage(int) - Method in class javax.media.ding3d.ImageComponent3D
Retrieves one of the images from this ImageComponent3D object.
getNode() - Method in class javax.media.ding3d.PickInfo
Retrieves the reference to the picked node, either a Shape3D or a Morph, in this PickInfo object.
getNode(int) - Method in class javax.media.ding3d.SceneGraphPath
Retrieves the node at the specified index.
getNode(PickInfo, int) - Method in class javax.media.ding3d.utils.pickfast.PickTool
Get the first node of a certain type up the SceneGraphPath
getNode(int) - Method in class javax.media.ding3d.utils.picking.PickResult
Get the first node of a certain type up the SceneGraphPath
getNode() - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.NullSceneGraphObjectState
 
getNode() - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.SceneGraphObjectState
 
getNodeClassFromID(int) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.Controller
 
getNodeClassID(SceneGraphObject) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.Controller
 
getNodeID() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.SymbolTableData
 
getNodeID() - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.NullSceneGraphObjectState
 
getNodeID() - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.SceneGraphObjectState
 
getNodeState() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.SymbolTableData
 
getNominalEyeHeightFromGround() - Method in class javax.media.ding3d.PhysicalBody
Retrieves the nominal eye height from the ground plane.
getNominalEyeOffsetFromNominalScreen() - Method in class javax.media.ding3d.PhysicalBody
Retrieves the nominal eye offset from the display screen.
getNominalSensorRotation(Transform3D) - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Gets the nominal sensor transform.
getNonDominantHandIndex() - Method in class javax.media.ding3d.PhysicalEnvironment
Gets the sensor index of the non-dominant hand.
getNormal(int, float[]) - Method in class javax.media.ding3d.GeometryArray
Gets the normal associated with the vertex at the specified index for this object.
getNormal(int, Vector3f) - Method in class javax.media.ding3d.GeometryArray
Gets the normal associated with the vertex at the specified index for this object.
getNormalIndex(int) - Method in class javax.media.ding3d.IndexedGeometryArray
Retrieves the normal index associated with the vertex at the specified index for this object.
getNormalIndices(int, int[]) - Method in class javax.media.ding3d.IndexedGeometryArray
Retrieves the normal indices associated with the vertices starting at the specified index for this object.
getNormalIndices() - Method in class javax.media.ding3d.utils.geometry.GeometryInfo
Retrieves a reference to the array of indices into the Normal array.
getNormalizedBounds() - Method in class javax.media.ding3d.utils.compression.CompressionStream
Deprecated. Get the bounds of the compressed object in normalized coordinates.
getNormalizedBounds() - Method in class javax.media.ding3d.utils.geometry.compression.CompressionStream
Get the bounds of the compressed object in normalized coordinates.
getNormalRef3f() - Method in class javax.media.ding3d.GeometryArray
Deprecated. As of Java 3D version 1.3, use geometry by-copy for Vector3f arrays
getNormalRefBuffer() - Method in class javax.media.ding3d.GeometryArray
Gets the normal array buffer reference.
getNormalRefFloat() - Method in class javax.media.ding3d.GeometryArray
Gets the float normal array reference.
getNormals(int, float[]) - Method in class javax.media.ding3d.GeometryArray
Gets the normals associated with the vertices starting at the specified index for this object.
getNormals(int, Vector3f[]) - Method in class javax.media.ding3d.GeometryArray
Gets the normals associated with the vertices starting at the specified index for this object.
getNormals() - Method in class javax.media.ding3d.utils.geometry.GeometryInfo
Retrieves a reference to the normal array.
getNumberOfChannelsUsed(int) - Method in interface javax.media.ding3d.AudioDevice3D
Retrieves the number of channels (on executing audio device) that this sound is using, if it is playing, or is expected to use if it were begun to be played.
getNumberOfChannelsUsed(int, boolean) - Method in interface javax.media.ding3d.AudioDevice3D
Retrieves the number of channels (on executing audio device) that this sound is using, if it is playing, or is projected to use if it were to be started playing.
getNumberOfChannelsUsed(int) - Method in class javax.media.ding3d.audioengines.AudioEngine3D
Get number of channels used by a particular sample on the audio device.
getNumberOfChannelsUsed(int, boolean) - Method in class javax.media.ding3d.audioengines.AudioEngine3D
Get number of channels that would be used by a particular sample on the audio device given the mute flag passed in as a parameter.
getNumberOfChannelsUsed(int) - Method in class javax.media.ding3d.audioengines.javasound.JavaSoundMixer
 
getNumberOfChannelsUsed(int, boolean) - Method in class javax.media.ding3d.audioengines.javasound.JavaSoundMixer
Overriden method from AudioEngine3D.
getNumberOfChannelsUsed() - Method in class javax.media.ding3d.audioengines.Sample
 
getNumberOfChannelsUsed() - Method in class javax.media.ding3d.Sound
Retrieves number of channels that are being used to render this sound on the audio device associated with the Virtual Universe's primary view.
getNumberOfChannelsUsed(View) - Method in class javax.media.ding3d.Sound
Retrieves number of channels that are being used to render this sound on the audio device associated with given view.
getNumButtons() - Method in class javax.media.ding3d.SensorRead
Returns the number of buttons associated with this SensorRead object.
getNumCol() - Method in class javax.media.ding3d.vecmath.GMatrix
Returns the number of colmuns in this matrix.
getNumColorComponents() - Method in class javax.media.ding3d.utils.geometry.GeometryInfo
Returns the number of color data components stored per vertex in the current GeometryInfo object (3 for RGB or 4 for RGBA).
getNumOrigTris() - Method in class javax.media.ding3d.utils.geometry.StripifierStats
Returns the number of triangles in the original, un-stripified data.
getNumOrigVerts() - Method in class javax.media.ding3d.utils.geometry.StripifierStats
Returns the number of vertices in the original, un-stripified data
getNumPlanes() - Method in class javax.media.ding3d.BoundingPolytope
 
getNumRow() - Method in class javax.media.ding3d.vecmath.GMatrix
Returns the number of rows in this matrix.
getNumSchedulingIntervals() - Static method in class javax.media.ding3d.Behavior
Returns the number of scheduling intervals supported by this implementation of Java 3D.
getNumStrips() - Method in class javax.media.ding3d.GeometryStripArray
Get number of strips in the GeometryStripArray.
getNumStrips() - Method in class javax.media.ding3d.IndexedGeometryStripArray
Get number of strips in the GeometryStripArray
getNumStrips() - Method in class javax.media.ding3d.utils.geometry.StripifierStats
Returns the number of strips created by the stripifier.
getNumTexCoordComponents() - Method in class javax.media.ding3d.utils.geometry.GeometryInfo
Returns the number of texture coordinate components that are stored per vertex.
getNumTextureColorTableComponents() - Method in class javax.media.ding3d.TextureAttributes
Retrieves the number of color components in the current texture color table.
getNumTransforms() - Method in class javax.media.ding3d.utils.universe.MultiTransformGroup
Returns the number of transforms in this MultiTransformGroup object.
getNumTriangles() - Method in class javax.media.ding3d.utils.geometry.Primitive
Returns the total number of triangles in this primitive.
getNumVertices() - Method in class javax.media.ding3d.utils.geometry.Primitive
Returns the total number of vertices in this primitive.
getNumVerts() - Method in class javax.media.ding3d.utils.geometry.StripifierStats
Returns the number of vertices in the stripified data.
getObject(String) - Method in class javax.media.ding3d.loaders.lw3d.Lw3dLoader
getObject() iterates through the objectList checking the given name against the fileName and objectName of each object in turn.
getObject() - Method in class javax.media.ding3d.SceneGraphPath
Retrieves the path's terminal node object.
getObject() - Method in class javax.media.ding3d.utils.picking.PickResult
Get the picked node
getObjectCount() - Method in class javax.media.ding3d.utils.compression.CompressedGeometryFile
Deprecated. Return the number of compressed objects in this instance.
getObjectCount() - Method in class javax.media.ding3d.utils.geometry.compression.CompressedGeometryFile
Return the number of compressed objects in this instance.
getObstructionGain() - Method in class javax.media.ding3d.audioengines.Sample
 
getOcclusionGain() - Method in class javax.media.ding3d.audioengines.Sample
 
getOffScreenBuffer() - Method in class javax.media.ding3d.Canvas3D
Retrieves the off-screen buffer for this Canvas3D.
getOffscreenCanvas3D() - Method in class javax.media.ding3d.exp.swing.JCanvas3D
Returns the offscreen heavyweight canvas of that lightweight component.
getOffScreenLocation() - Method in class javax.media.ding3d.Canvas3D
Retrieves the location of this off-screen Canvas3D.
getOffScreenLocation(Point) - Method in class javax.media.ding3d.Canvas3D
Retrieves the location of this off-screen Canvas3D and stores it in the specified Point object.
getOffset(Point) - Method in class javax.media.ding3d.Raster
Deprecated. As of Java 3D version 1.3, replaced by getSrcOffset(java.awt.Point)
getOrigin(Point3d) - Method in class javax.media.ding3d.PickCone
Gets the origin of this PickCone.
getOrigin(Point3d) - Method in class javax.media.ding3d.PickCylinder
Gets the origin point of this cylinder object.
getOutputFileVersion() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.Controller
Get the file version that we should write
getPanel() - Method in class javax.media.ding3d.utils.universe.Viewer
Deprecated. AWT Panel components are no longer created by the Viewer class.
getParameter(String) - Method in class javax.media.ding3d.utils.applet.JMainFrame
 
getParameter(String) - Method in class javax.media.ding3d.utils.applet.MainFrame
 
getParent() - Method in class javax.media.ding3d.Node
 
getPath() - Method in class javax.media.ding3d.Text3D
Retrieves the node's path field.
getPatternMask() - Method in class javax.media.ding3d.LineAttributes
Retrieves the line pattern mask.
getPatternScaleFactor() - Method in class javax.media.ding3d.LineAttributes
Retrieves the line pattern scale factor.
getPause() - Method in class javax.media.ding3d.Sound
Retrieves the value of the Pause state flag.
getPauseTime() - Method in class javax.media.ding3d.Alpha
Returns the time at which this alpha was paused.
getPerspectiveCorrectionMode() - Method in class javax.media.ding3d.TextureAttributes
Gets perspective correction mode value.
getPhaseDelayDuration() - Method in class javax.media.ding3d.Alpha
Retrieves this alpha's phaseDelayDuration.
getPhysicalBackClipDistance(Canvas3D) - Method in class javax.media.ding3d.utils.universe.ViewInfo
Gets the back clip distance scaled to physical meters.
getPhysicalBodies() - Method in class javax.media.ding3d.utils.universe.ConfigContainer
Returns a read-only Set of all configured PhysicalBody instances in the order they were defined in the configuration file.
getPhysicalBody() - Method in class javax.media.ding3d.utils.universe.Viewer
Returns the PhysicalBody object associated with the Viewer object.
getPhysicalBody() - Method in class javax.media.ding3d.View
Returns a reference to the view model's PhysicalBody object.
getPhysicalEnvironment() - Method in class javax.media.ding3d.utils.universe.Viewer
Returns the PhysicalEnvironment object associated with the Viewer object.
getPhysicalEnvironment() - Method in class javax.media.ding3d.View
Returns a reference to the view model's PhysicalEnvironment object.
getPhysicalEnvironments() - Method in class javax.media.ding3d.utils.universe.ConfigContainer
Returns a read-only Set of all configured PhysicalEnvironment instances in the order they were defined in the configuration file.
getPhysicalFrontClipDistance(Canvas3D) - Method in class javax.media.ding3d.utils.universe.ViewInfo
Gets the front clip distance scaled to physical meters.
getPhysicalHeight() - Method in class javax.media.ding3d.Canvas3D
Retrieves the physical height of this canvas window in meters.
getPhysicalHeight(Canvas3D) - Method in class javax.media.ding3d.utils.universe.ViewInfo
Gets the height of the specified canvas scaled to physical meters.
getPhysicalLocation(Canvas3D, Point3d) - Method in class javax.media.ding3d.utils.universe.ViewInfo
Gets the location of the specified canvas relative to the image plate origin.
getPhysicalScreenHeight() - Method in class javax.media.ding3d.Screen3D
Retrieves the the screen's physical height in meters.
getPhysicalScreenWidth() - Method in class javax.media.ding3d.Screen3D
Retrieves the screen's physical width in meters.
getPhysicalToViewPlatformScale(Canvas3D) - Method in class javax.media.ding3d.utils.universe.ViewInfo
Gets the scale factor from physical meters to view platform units.
getPhysicalToVirtualScale(Canvas3D) - Method in class javax.media.ding3d.utils.universe.ViewInfo
Gets the scale factor from physical meters to virtual units.
getPhysicalWidth() - Method in class javax.media.ding3d.Canvas3D
Retrieves the physical width of this canvas window in meters.
getPhysicalWidth(Canvas3D) - Method in class javax.media.ding3d.utils.universe.ViewInfo
Gets the width of the specified canvas scaled to physical meters.
getPickable() - Method in class javax.media.ding3d.Node
Returns true if this Node is pickable, false if it is not pickable.
getPickMode() - Method in class javax.media.ding3d.utils.behaviors.picking.PickRotateBehavior
Deprecated. Return the pickMode component of this PickRotateBehavior.
getPickMode() - Method in class javax.media.ding3d.utils.behaviors.picking.PickTranslateBehavior
Deprecated. Return the pickMode component of this PickTranslaeBehavior.
getPickMode() - Method in class javax.media.ding3d.utils.behaviors.picking.PickZoomBehavior
Deprecated. Return the pickMode component of this PickZoomBehavior.
getPickShape() - Method in class javax.media.ding3d.utils.pickfast.PickTool
Returns the PickShape for this object.
getPickShape() - Method in class javax.media.ding3d.utils.picking.PickResult
Get the PickShape used for intersections
getPickShape() - Method in class javax.media.ding3d.utils.picking.PickTool
Returns the PickShape for this object.
getPixelLocationFromImagePlate(Point3d, Point2d) - Method in class javax.media.ding3d.Canvas3D
Projects the specified point from image plate coordinates into AWT pixel coordinates.
getPixelLocationInImagePlate(int, int, Point3d) - Method in class javax.media.ding3d.Canvas3D
Computes the position of the specified AWT pixel value in image-plate coordinates and copies that value into the object provided.
getPixelLocationInImagePlate(Point2d, Point3d) - Method in class javax.media.ding3d.Canvas3D
Computes the position of the specified AWT pixel value in image-plate coordinates and copies that value into the object provided.
getPixelLocationInImagePlate(Canvas3D, int, int, Point3d) - Method in class javax.media.ding3d.utils.universe.ViewInfo
Gets the location of the AWT pixel value and copies it into the specified Point3d.
getPlane(int, Vector4d) - Method in class javax.media.ding3d.ModelClip
Retrieves the specified clipping plane from this ModelClip node.
getPlaneQ(Vector4f) - Method in class javax.media.ding3d.TexCoordGeneration
Retrieves a copy of the plane equation used to generate the Q coordinate.
getPlaneR(Vector4f) - Method in class javax.media.ding3d.TexCoordGeneration
Retrieves a copy of the plane equation used to generate the R coordinate.
getPlanes(Vector4d[]) - Method in class javax.media.ding3d.BoundingPolytope
Returns the equations of the bounding planes for this bounding polytope.
getPlanes(Vector4d[]) - Method in class javax.media.ding3d.ModelClip
Retrieves the clipping planes from this ModelClip node.
getPlaneS(Vector4f) - Method in class javax.media.ding3d.TexCoordGeneration
Retrieves a copy of the plane equation used to generate the S coordinate.
getPlaneT(Vector4f) - Method in class javax.media.ding3d.TexCoordGeneration
Retrieves a copy of the plane equation used to generate the T coordinate.
getPlatformGeometry() - Method in class javax.media.ding3d.utils.universe.ViewingPlatform
Returns the PlatformGeometry associated with this ViewingPlatform
getPointAntialiasingEnable() - Method in class javax.media.ding3d.PointAttributes
Retrieves the state of the point antialiasing flag.
getPointAttributes() - Method in class javax.media.ding3d.Appearance
Retrieves the current pointAttributes object.
getPointColor() - Method in class javax.media.ding3d.utils.pickfast.PickIntersection
Returns the color of the intersection point.
getPointColor() - Method in class javax.media.ding3d.utils.picking.PickIntersection
Returns the color of the intersection point.
getPointCoordinates() - Method in class javax.media.ding3d.utils.pickfast.PickIntersection
Returns the coordinates of the intersection point (local coordinates), if available.
getPointCoordinates() - Method in class javax.media.ding3d.utils.picking.PickIntersection
Returns the coordinates of the intersection point (local coordinates), if available.
getPointCoordinatesVW() - Method in class javax.media.ding3d.utils.pickfast.PickIntersection
Returns the coordinates of the intersection point (world coordinates), if available.
getPointCoordinatesVW() - Method in class javax.media.ding3d.utils.picking.PickIntersection
Returns the coordinates of the intersection point (world coordinates), if available.
getPointNormal() - Method in class javax.media.ding3d.utils.pickfast.PickIntersection
Returns the normal of the intersection point.
getPointNormal() - Method in class javax.media.ding3d.utils.picking.PickIntersection
Returns the normal of the intersection point.
getPointSize() - Method in class javax.media.ding3d.PointAttributes
Gets the point size for this appearance component object.
getPointTextureCoordinate(int) - Method in class javax.media.ding3d.utils.pickfast.PickIntersection
Returns the texture coordinate of the intersection point at the specifed index in the specified texture coordinate set.
getPointTextureCoordinate(int) - Method in class javax.media.ding3d.utils.picking.PickIntersection
Returns the texture coordinate of the intersection point at the specifed index in the specified texture coordinate set.
getPolygonAttributes() - Method in class javax.media.ding3d.Appearance
Retrieves the current polygonAttributes object.
getPolygonMode() - Method in class javax.media.ding3d.PolygonAttributes
Gets the polygon rasterization mode for this appearance component object.
getPolygonOffset() - Method in class javax.media.ding3d.PolygonAttributes
Gets the constant polygon offset.
getPolygonOffsetFactor() - Method in class javax.media.ding3d.PolygonAttributes
Gets the polygon offset factor.
getPosition(Point3f) - Method in class javax.media.ding3d.DistanceLOD
Retrieves the current position of this LOD node.
getPosition(Point3f) - Method in class javax.media.ding3d.PointLight
Gets this Light's current position and places it in the parameter specified.
getPosition(Point3f) - Method in class javax.media.ding3d.PointSound
Retrieves this sound's direction and places it in the vector provided.
getPosition(int, Point3f) - Method in class javax.media.ding3d.PositionPathInterpolator
Retrieves the position value at the specified index.
getPosition(Point3f) - Method in class javax.media.ding3d.Raster
Retrieves the current position in object coordinates of this raster.
getPosition(int, Point3f) - Method in class javax.media.ding3d.RotPosPathInterpolator
Retrieves the position value at the specified index.
getPosition(int, Point3f) - Method in class javax.media.ding3d.RotPosScalePathInterpolator
Retrieves the position value at the specified index.
getPosition(Point3f) - Method in class javax.media.ding3d.Text3D
Copies the node's position field into the supplied parameter.
getPositions(Point3f[]) - Method in class javax.media.ding3d.PositionPathInterpolator
Copies the array of position values from this interpolator into the specified array.
getPositions(Point3f[]) - Method in class javax.media.ding3d.RotPosPathInterpolator
Copies the array of position values from this interpolator into the specified array.
getPositions(Point3f[]) - Method in class javax.media.ding3d.RotPosScalePathInterpolator
Copies the array of position values from this interpolator into the specified array.
getPostId() - Method in class javax.media.ding3d.WakeupOnBehaviorPost
Retrieve the WakeupCriterion's specified postId
getPredictionPolicy() - Method in class javax.media.ding3d.Sensor
Deprecated. As of Java 3D version 1.4, prediction is not a supported feature.
getPredictor() - Method in class javax.media.ding3d.Sensor
Deprecated. As of Java 3D version 1.4, prediction is not a supported feature.
getPreferredConfiguration() - Static method in class javax.media.ding3d.utils.universe.SimpleUniverse
Finds the preferred GraphicsConfiguration object for the system.
getPrimitive() - Method in class javax.media.ding3d.utils.geometry.GeometryInfo
Get the current primitive.
getPrimitiveColorIndices() - Method in class javax.media.ding3d.utils.pickfast.PickIntersection
Get the color indices for the intersected primitive.
getPrimitiveColorIndices() - Method in class javax.media.ding3d.utils.picking.PickIntersection
Get the color indices for the intersected primitive.
getPrimitiveColors() - Method in class javax.media.ding3d.utils.pickfast.PickIntersection
Get the colors of the intersected primitive.
getPrimitiveColors() - Method in class javax.media.ding3d.utils.picking.PickIntersection
Get the colors of the intersected primitive.
getPrimitiveCoordinateIndices() - Method in class javax.media.ding3d.utils.pickfast.PickIntersection
Get the coordinates indices for the intersected primitive.
getPrimitiveCoordinateIndices() - Method in class javax.media.ding3d.utils.picking.PickIntersection
Get the coordinates indices for the intersected primitive.
getPrimitiveCoordinates() - Method in class javax.media.ding3d.utils.pickfast.PickIntersection
Get the local coordinates intersected primitive
getPrimitiveCoordinates() - Method in class javax.media.ding3d.utils.picking.PickIntersection
Get the local coordinates intersected primitive
getPrimitiveCoordinatesVW() - Method in class javax.media.ding3d.utils.pickfast.PickIntersection
Get VWorld coordinates of the intersected primitive
getPrimitiveCoordinatesVW() - Method in class javax.media.ding3d.utils.picking.PickIntersection
Get VWorld coordinates of the intersected primitive
getPrimitiveFlags() - Method in class javax.media.ding3d.utils.geometry.Primitive
Returns the flags of primitive (generate normal, textures, caching, etc).
getPrimitiveNormalIndices() - Method in class javax.media.ding3d.utils.pickfast.PickIntersection
Get the normal indices for the intersected primitive.
getPrimitiveNormalIndices() - Method in class javax.media.ding3d.utils.picking.PickIntersection
Get the normal indices for the intersected primitive.
getPrimitiveNormals() - Method in class javax.media.ding3d.utils.pickfast.PickIntersection
Get the normals of the intersected primitive.
getPrimitiveNormals() - Method in class javax.media.ding3d.utils.picking.PickIntersection
Get the normals of the intersected primitive.
getPrimitiveTexCoordIndices(int) - Method in class javax.media.ding3d.utils.pickfast.PickIntersection
Get the texture coordinate indices for the intersected primitive at the specifed index in the specified texture coordinate set.
getPrimitiveTexCoordIndices(int) - Method in class javax.media.ding3d.utils.picking.PickIntersection
Get the texture coordinate indices for the intersected primitive at the specifed index in the specified texture coordinate set.
getPrimitiveTexCoords(int) - Method in class javax.media.ding3d.utils.pickfast.PickIntersection
Get the texture coordinates of the intersected primitive at the specifed index in the specified texture coordinate set.
getPrimitiveTexCoords(int) - Method in class javax.media.ding3d.utils.picking.PickIntersection
Get the texture coordinates of the intersected primitive at the specifed index in the specified texture coordinate set.
getPrimitiveVertexIndices() - Method in class javax.media.ding3d.utils.pickfast.PickIntersection
Get vertex indices of the intersected primitive
getPrimitiveVertexIndices() - Method in class javax.media.ding3d.utils.picking.PickIntersection
Get vertex indices of the intersected primitive
getPriority() - Method in class javax.media.ding3d.Sound
Retrieves sound's priority value.
getProcessingMode() - Method in interface javax.media.ding3d.InputDevice
This method retrieves the device's processing mode: one of BLOCKING, NON_BLOCKING, or DEMAND_DRIVEN.
getProjection(Canvas3D, Transform3D, Transform3D) - Method in class javax.media.ding3d.utils.universe.ViewInfo
Gets the transforms from eye coordinates to clipping coordinates and copies them into the given Transform3Ds.
getProjectionPolicy() - Method in class javax.media.ding3d.View
Retrieves the current projection policy for this View.
getProperties() - Static method in class javax.media.ding3d.VirtualUniverse
Returns a read-only Map object containing key-value pairs that define various global properties for Java 3D.
getQuat(int, Quat4f) - Method in class javax.media.ding3d.RotationPathInterpolator
Retrieves the quat value at the specified index.
getQuat(int, Quat4f) - Method in class javax.media.ding3d.RotPosPathInterpolator
Retrieves the quat value at the specified index.
getQuat(int, Quat4f) - Method in class javax.media.ding3d.RotPosScalePathInterpolator
Retrieves the quat value at the specified index.
getQuats(Quat4f[]) - Method in class javax.media.ding3d.RotationPathInterpolator
Copies the array of quaternion values from this interpolator into the specified array.
getQuats(Quat4f[]) - Method in class javax.media.ding3d.RotPosPathInterpolator
Copies the array of quaternion values from this interpolator into the specified array.
getQuats(Quat4f[]) - Method in class javax.media.ding3d.RotPosScalePathInterpolator
Copies the array of quaternion values from this interpolator into the specified array.
getRadius() - Method in class javax.media.ding3d.BoundingSphere
Returns the radius of this bounding sphere as a double.
getRadius() - Method in class javax.media.ding3d.PickCylinder
Gets the radius of this cylinder object
getRadius() - Method in class javax.media.ding3d.utils.geometry.Cone
Returns the radius of the cone
getRadius() - Method in class javax.media.ding3d.utils.geometry.Cylinder
Returns the radius of the cylinder
getRadius() - Method in class javax.media.ding3d.utils.geometry.Sphere
Returns the radius of the sphere
getRasterOp() - Method in class javax.media.ding3d.RenderingAttributes
Retrieves the current raster operation for this RenderingAttributes object.
getRasterOpEnable() - Method in class javax.media.ding3d.RenderingAttributes
Retrieves the rasterOp enable flag for this RenderingAttributes object.
getRateScaleFactor() - Method in class javax.media.ding3d.audioengines.Sample
 
getRateScaleFactor() - Method in class javax.media.ding3d.Sound
Retrieves Sample Rate.
getRead(Transform3D) - Method in class javax.media.ding3d.Sensor
Retrieves the last sensor reading and copies that value into the specified argument.
getRead(Transform3D, long) - Method in class javax.media.ding3d.Sensor
Deprecated. As of Java 3D version 1.4, prediction is not a supported feature; use getRead(Transform3D) instead.
getReadAction2D() - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Gets the configured 2D valuator read action.
getReadAction6D() - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Gets the configured 6DOF sensor read action.
getRectangleScaleFactor() - Method in class javax.media.ding3d.utils.geometry.Text2D
Gets the current scale factor being used in converting the image width/height to width/height values in 3D.
getRedSize() - Method in class javax.media.ding3d.GraphicsConfigTemplate3D
Retrieves the number of red bits requested by this template.
getReferenceCount() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.SymbolTableData
 
getReflectionCoefficient() - Method in class javax.media.ding3d.AuralAttributes
Retrieve Reflective Coefficient.
getReflectionDelay() - Method in class javax.media.ding3d.AuralAttributes
Retrieve Reflection Delay Time.
getRegion() - Method in class javax.media.ding3d.BoundingLeaf
Retrieves this BoundingLeaf's bounding region.
getReleaseEnable() - Method in class javax.media.ding3d.Sound
Retrieves the release flag for sound associated with sound.
getRenderedImage() - Method in class javax.media.ding3d.ImageComponent2D
Retrieves the image from this ImageComponent2D object.
getRenderedImage() - Method in class javax.media.ding3d.ImageComponent3D
Retrieves the images from this ImageComponent3D object.
getRenderedImage(int) - Method in class javax.media.ding3d.ImageComponent3D
Retrieves one of the images from this ImageComponent3D object.
getRenderingAttributes() - Method in class javax.media.ding3d.Appearance
Retrieves the current renderingAttributes object.
getResetViewButtonCount2D() - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Gets the number of buttons to be pressed simultaneously on the 2D valuator in order to reset the view back to the home transform.
getResetViewButtonCount6D() - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Gets the number of buttons to be pressed simultaneously on the 6DOF sensor in order to reset the view back to the home transform.
getResizeMode() - Method in class javax.media.ding3d.exp.swing.JCanvas3D
Retrieves the resize mode for that component.
getResizeValidationDelay() - Method in class javax.media.ding3d.exp.swing.JCanvas3D
Retrieves the validation delay for that canvas, whatever the resize mode is set to.
getResolution() - Static method in class javax.media.ding3d.utils.timer.Ding3dTimer
Deprecated. Get the nanosecond resolution of the timer
getReverbBounds() - Method in class javax.media.ding3d.AuralAttributes
Retrieve Reverberation Delay Bounds volume.
getReverbCoefficient() - Method in class javax.media.ding3d.AuralAttributes
Retrieve Reverb Coefficient.
getReverbDelay() - Method in class javax.media.ding3d.AuralAttributes
Retrieve Reverberation Delay Time.
getReverbOrder() - Method in class javax.media.ding3d.AuralAttributes
Retrieve Reverberation Order
getRightEarPosition(Point3d) - Method in class javax.media.ding3d.PhysicalBody
Retrieves the user head object's right ear position and places that value in the specified object.
getRightEyeInImagePlate(Point3d) - Method in class javax.media.ding3d.Canvas3D
Retrieves the actual position of the right eye in image-plate coordinates and copies that value into the object provided.
getRightEyePosition(Point3d) - Method in class javax.media.ding3d.PhysicalBody
Retrieves the user head object's right eye position and places that value in the specified object.
getRightHandIndex() - Method in class javax.media.ding3d.PhysicalEnvironment
Gets the sensor index of the right hand.
getRightManualEyeInCoexistence(Point3d) - Method in class javax.media.ding3d.View
Retrieves the position of the user-specified, manual right eye in coexistence coordinates and copies that value into the object provided.
getRightManualEyeInImagePlate(Point3d) - Method in class javax.media.ding3d.Canvas3D
Retrieves the position of the user-specified, manual right eye in image-plate coordinates and copies that value into the object provided.
getRightProjection(Transform3D) - Method in class javax.media.ding3d.View
Compatibility mode method that retrieves the current compatibility mode projection transform for the right eye and places it into the specified object.
getRolloff() - Method in class javax.media.ding3d.AuralAttributes
Retrieve Attribute Gain Rolloff.
getRotateEnable() - Method in class javax.media.ding3d.utils.behaviors.vp.OrbitBehavior
Retrieves the state of rotate enabled
getRotationCenter(Point3d) - Method in class javax.media.ding3d.utils.behaviors.vp.OrbitBehavior
Places the value of the center around which the View rotates into the Point3d.
getRotationCoords() - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Gets the rotation coordinate system.
getRotationPoint(Point3f) - Method in class javax.media.ding3d.Billboard
Gets the rotation point and sets the parameter to this value.
getRotationPoint(Point3f) - Method in class javax.media.ding3d.OrientedShape3D
Retrieves the rotation point of this OrientedShape3D node, and copies it into the specified vector.
getRotationScale(Matrix3f) - Method in class javax.media.ding3d.Transform3D
Gets the upper 3x3 values of this matrix and places them into the matrix m1.
getRotationScale(Matrix3d) - Method in class javax.media.ding3d.Transform3D
Gets the upper 3x3 values of this matrix and places them into the matrix m1.
getRotationScale(Matrix3f) - Method in class javax.media.ding3d.vecmath.Matrix4d
Gets the upper 3x3 values of this matrix and places them into the matrix m1.
getRotationScale(Matrix3d) - Method in class javax.media.ding3d.vecmath.Matrix4d
Gets the upper 3x3 values of this matrix and places them into the matrix m1.
getRotationScale(Matrix3f) - Method in class javax.media.ding3d.vecmath.Matrix4f
Gets the upper 3x3 values of this matrix and places them into the matrix m1.
getRotationSpeed() - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Gets the rotation speed.
getRotationTimeBase() - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Gets the time base for rotation speed.
getRotationUnits() - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Gets the rotation speed units
getRotXFactor() - Method in class javax.media.ding3d.utils.behaviors.vp.OrbitBehavior
Returns the x rotation movement multiplier
getRotYFactor() - Method in class javax.media.ding3d.utils.behaviors.vp.OrbitBehavior
Returns the y rotation movement multiplier
getRow(int, double[]) - Method in class javax.media.ding3d.vecmath.GMatrix
Places the values of the specified row into the array parameter.
getRow(int, GVector) - Method in class javax.media.ding3d.vecmath.GMatrix
Places the values of the specified row into the vector parameter.
getRow(int, Vector3d) - Method in class javax.media.ding3d.vecmath.Matrix3d
Copies the matrix values in the specified row into the vector parameter.
getRow(int, double[]) - Method in class javax.media.ding3d.vecmath.Matrix3d
Copies the matrix values in the specified row into the array parameter.
getRow(int, Vector3f) - Method in class javax.media.ding3d.vecmath.Matrix3f
Copies the matrix values in the specified row into the vector parameter.
getRow(int, float[]) - Method in class javax.media.ding3d.vecmath.Matrix3f
Copies the matrix values in the specified row into the array parameter.
getRow(int, Vector4d) - Method in class javax.media.ding3d.vecmath.Matrix4d
Copies the matrix values in the specified row into the vector parameter.
getRow(int, double[]) - Method in class javax.media.ding3d.vecmath.Matrix4d
Copies the matrix values in the specified row into the array parameter.
getRow(int, Vector4f) - Method in class javax.media.ding3d.vecmath.Matrix4f
Copies the matrix values in the specified row into the vector parameter.
getRow(int, float[]) - Method in class javax.media.ding3d.vecmath.Matrix4f
Copies the matrix values in the specified row into the array parameter.
getSample(int) - Method in class javax.media.ding3d.audioengines.AudioEngine3D
Get specific sample from indexed sample list Checks for valid index before attempting to get sample from list.
getSampleDuration(int) - Method in interface javax.media.ding3d.AudioDevice3D
Returns the duration in milliseconds of the sound sample, if this information can be determined.
getSampleDuration(int) - Method in class javax.media.ding3d.audioengines.AudioEngine3D
Get length of time a sample would play if allowed to play to completion.
getSampleDuration(int) - Method in class javax.media.ding3d.audioengines.javasound.JavaSoundMixer
 
getSampleListSize() - Method in class javax.media.ding3d.audioengines.AudioEngine3D
 
getScale() - Method in class javax.media.ding3d.OrientedShape3D
Retrieves the scale value for this OrientedShape3D.
getScale(int) - Method in class javax.media.ding3d.RotPosScalePathInterpolator
Retrieves the scale at the specified index.
getScale() - Method in class javax.media.ding3d.Transform3D
Returns the uniform scale factor of this matrix.
getScale(Vector3d) - Method in class javax.media.ding3d.Transform3D
Gets the possibly non-uniform scale components of the current transform and places them into the scale vector.
getScale() - Method in class javax.media.ding3d.utils.geometry.ColorCube
Returns the scale of the Cube
getScale() - Method in class javax.media.ding3d.vecmath.Matrix3d
Performs an SVD normalization of this matrix to calculate and return the uniform scale factor.
getScale() - Method in class javax.media.ding3d.vecmath.Matrix3f
Performs an SVD normalization of this matrix to calculate and return the uniform scale factor.
getScale() - Method in class javax.media.ding3d.vecmath.Matrix4d
Performs an SVD normalization of this matrix to calculate and return the uniform scale factor.
getScale() - Method in class javax.media.ding3d.vecmath.Matrix4f
Performs an SVD normalization of this matrix to calculate and return the uniform scale factor.
getScaledImage(float, float) - Method in class javax.media.ding3d.utils.image.TextureLoader
Returns the scaled ImageComponent2D object
getScaledImage(int, int) - Method in class javax.media.ding3d.utils.image.TextureLoader
Returns the scaled ImageComponent2D object
getScales(float[]) - Method in class javax.media.ding3d.RotPosScalePathInterpolator
Copies the array of scale values from this interpolator into the specified array.
getScaleSpeed() - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Gets the scaling speed.
getScaleTimeBase() - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Gets the time base for scaling speed.
getSceneAntialiasing() - Method in class javax.media.ding3d.GraphicsConfigTemplate3D
Retrieves the scene antialiasing value.
getSceneAntialiasingAvailable() - Method in class javax.media.ding3d.Canvas3D
Returns a status flag indicating whether or not scene antialiasing is available.
getSceneAntialiasingEnable() - Method in class javax.media.ding3d.View
Returns a flag that indicates whether or not scene antialiasing is enabled for this view.
getSceneGraphPath() - Method in class javax.media.ding3d.PickInfo
Retrieves the reference to the SceneGraphPath in this PickInfo object.
getSceneGraphPath() - Method in class javax.media.ding3d.utils.picking.PickResult
Get the SceneGraphPath.
getSceneGroup() - Method in interface javax.media.ding3d.loaders.Scene
This method returns the BranchGroup containing the overall scene loaded by the loader.
getSceneGroup() - Method in class javax.media.ding3d.loaders.SceneBase
This method returns the BranchGroup containing the overall scene loaded by the loader.
getSchedulingBoundingLeaf() - Method in class javax.media.ding3d.Behavior
Retrieves the Behavior node's scheduling bounding leaf.
getSchedulingBoundingLeaf() - Method in class javax.media.ding3d.Sound
Retrieves the Sound node's scheduling bounding leaf.
getSchedulingBounds() - Method in class javax.media.ding3d.Behavior
Retrieves the Behavior node's scheduling bounds.
getSchedulingBounds() - Method in class javax.media.ding3d.Sound
Retrieves the Sound node's scheduling bounds.
getSchedulingInterval() - Method in class javax.media.ding3d.Behavior
Retrieves the current scheduling interval of this Behavior node.
getScope(int) - Method in class javax.media.ding3d.AlternateAppearance
Retrieves the Group node at the specified index from this AlternateAppearance node's list of scopes.
getScope(int) - Method in class javax.media.ding3d.Fog
Retrieves the Group node at the specified index from this Fog node's list of scopes.
getScope(int) - Method in class javax.media.ding3d.Light
Retrieves the Group node at the specified index from this Light node's list of scopes.
getScope(int) - Method in class javax.media.ding3d.ModelClip
Retrieves the Group node at the specified index from this ModelClip node's list of scopes.
getScreen3D() - Method in class javax.media.ding3d.Canvas3D
Retrieve the Screen3D object that this Canvas3D is attached to.
getScreenScale() - Method in class javax.media.ding3d.View
Returns the current screen scale value
getScreenScalePolicy() - Method in class javax.media.ding3d.View
Returns the current screen scale policy, one of: SCALE_SCREEN_SIZE or SCALE_EXPLICIT.
getSegment(int) - Method in class javax.media.ding3d.utils.behaviors.interpolators.CubicSplineCurve
This method returns the CubicSplineSegments pointed to by index
getSegment(int) - Method in class javax.media.ding3d.utils.behaviors.interpolators.KBCubicSplineCurve
This method returns the KBCubicSplineSegments pointed to by index
getSensor(int) - Method in interface javax.media.ding3d.InputDevice
Gets the specified Sensor associated with the device.
getSensor(int) - Method in class javax.media.ding3d.PhysicalEnvironment
Gets the sensor specified by the index; sensors are indexed starting at 0.
getSensor() - Method in class javax.media.ding3d.utils.behaviors.sensor.Mouse6DPointerBehavior
Gets the sensor used by this behavior.
getSensor() - Method in class javax.media.ding3d.utils.behaviors.sensor.SensorEvent
Gets a reference to the provoking sensor.
getSensor2D() - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Returns a reference to the 2D valuator used for manipulating the view platform.
getSensor6D() - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Returns a reference to the 6DOF sensor used for manipulating the view platform.
getSensorButtonCount() - Method in class javax.media.ding3d.Sensor
Returns the number of buttons associated with this sensor.
getSensorButtonListeners(Sensor, int) - Method in class javax.media.ding3d.utils.behaviors.sensor.SensorEventAgent
Gets the SensorButtonListener implementations bound to the given sensor and button.
getSensorCount() - Method in interface javax.media.ding3d.InputDevice
This method gets the number of sensors associated with the device.
getSensorCount() - Method in class javax.media.ding3d.PhysicalEnvironment
Get the current sensor count.
getSensorEventAgent() - Method in class javax.media.ding3d.utils.behaviors.sensor.Mouse6DPointerBehavior
Gets the SensorEventAgent used by this behavior.
getSensorEventAgent() - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Gets the SensorEventAgent used by this behavior.
getSensorHotspotInVworld(Sensor, Point3f) - Method in class javax.media.ding3d.View
Retrieves the position of the specified Sensor's hotspot in virtual-world coordinates and copies that value into the position provided.
getSensorHotspotInVworld(Sensor, Point3d) - Method in class javax.media.ding3d.View
Retrieves the position of the specified Sensor's hotspot in virtual-world coordinates and copies that value into the position provided.
getSensorRead(Transform3D) - Method in class javax.media.ding3d.utils.behaviors.sensor.SensorEvent
Copies the sensor's read value at the time of the event into the given Transform3D.
getSensorReadCount() - Method in class javax.media.ding3d.Sensor
Returns the number of SensorRead objects associated with this sensor.
getSensorReadListeners(Sensor) - Method in class javax.media.ding3d.utils.behaviors.sensor.SensorEventAgent
Gets the SensorReadListeners bound to the specified sensor.
getSensors() - Method in class javax.media.ding3d.utils.behaviors.sensor.SensorEventAgent
Returns an array of references to all sensors that have been bound to listeners.
getSensors() - Method in class javax.media.ding3d.utils.universe.ConfigContainer
Returns a read-only Set of all configured Sensor instances in the order they were defined in the configuration file.
getSensorToVworld(Canvas3D, Sensor, Transform3D) - Method in class javax.media.ding3d.utils.universe.ViewInfo
Gets a read from the specified sensor and transforms it to virtual world coordinates.
getSensorToVworld(Sensor, Transform3D) - Method in class javax.media.ding3d.View
Computes the sensor to virtual-world transform and copies that value into the transform provided.
getShadeModel() - Method in class javax.media.ding3d.ColoringAttributes
Gets the shade mode for this ColoringAttributes component object.
getShader() - Method in class javax.media.ding3d.ShaderError
Returns the shader object associated with this shader error.
getShaderAppearance() - Method in class javax.media.ding3d.ShaderError
Returns the shader appearance associated with this shader error.
getShaderAttribute() - Method in class javax.media.ding3d.ShaderError
Returns the shader attribute associated with this shader error.
getShaderAttributeSet() - Method in class javax.media.ding3d.ShaderAppearance
Retrieves the current ShaderAttributeSet object.
getShaderAttributeSet() - Method in class javax.media.ding3d.ShaderError
Returns the shader attribute set associated with this shader error.
getShaderAttrNames() - Method in class javax.media.ding3d.CgShaderProgram
 
getShaderAttrNames() - Method in class javax.media.ding3d.GLSLShaderProgram
 
getShaderAttrNames() - Method in class javax.media.ding3d.ShaderProgram
Retrieves the shader attribute names array from this ShaderProgram object.
getShaderProgram() - Method in class javax.media.ding3d.ShaderAppearance
Retrieves the current ShaderProgram object.
getShaderProgram() - Method in class javax.media.ding3d.ShaderError
Returns the shader program associated with this shader error.
getShaders() - Method in class javax.media.ding3d.CgShaderProgram
 
getShaders() - Method in class javax.media.ding3d.GLSLShaderProgram
 
getShaders() - Method in class javax.media.ding3d.ShaderProgram
Retrieves the array of shaders from this shader program.
getShaderSource() - Method in class javax.media.ding3d.SourceCodeShader
Retrieves the shader source string from this shader object.
getShaderType() - Method in class javax.media.ding3d.Shader
Returns the type of this shader.
getShadingLanguage() - Method in class javax.media.ding3d.Shader
Returns the shading language of this shader.
getShape(int) - Method in class javax.media.ding3d.utils.geometry.Box
Gets one of the faces (Shape3D) from the box that contains the geometry and appearance.
getShape() - Method in class javax.media.ding3d.utils.geometry.ColorCube
Deprecated. ColorCube now extends shape so it is no longer necessary to call this method.
getShape(int) - Method in class javax.media.ding3d.utils.geometry.Cone
Obtains the Shape3D node associated with one of the parts of the cone (the body or the cap).
getShape(int) - Method in class javax.media.ding3d.utils.geometry.Cylinder
Obtains the Shape3D node associated with a given part of the cylinder.
getShape(int) - Method in class javax.media.ding3d.utils.geometry.Primitive
Obtains a shape node of a subpart of the primitive.
getShape(int) - Method in class javax.media.ding3d.utils.geometry.Sphere
Obtains Sphere's shape node that contains the geometry.
getShape() - Method in class javax.media.ding3d.utils.geometry.Sphere
Obtains Sphere's shape node that contains the geometry.
getShape3D() - Method in class javax.media.ding3d.ShaderError
Returns the shape node associated with this shader error.
getShape3D() - Method in interface javax.media.ding3d.utils.scenegraph.transparency.TransparencySortGeom
Returns the Shape3D being rendered using this geometry.
getSharedGroup() - Method in class javax.media.ding3d.Link
Retrieves the node's SharedGroup reference.
getSharedGroup(int) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.SymbolTable
Get the symbol for the shared group If the sharedgroup has not been loaded then load it before returning (if we are using RandomAccessFileControl
getSharpenTextureFunc(float[], float[]) - Method in class javax.media.ding3d.Texture
Copies the array of sharpen texture LOD function points into the specified arrays.
getSharpenTextureFunc(Point2f[]) - Method in class javax.media.ding3d.Texture
Copies the array of sharpen texture LOD function points including the lod values and the corresponding function values into the specified array.
getSharpenTextureFuncPointsCount() - Method in class javax.media.ding3d.Texture
Gets the number of points in the sharpen texture LOD function for this texture object.
getShininess() - Method in class javax.media.ding3d.Material
Retrieves this material's shininess.
getSize() - Method in class javax.media.ding3d.Canvas3D
 
getSize(Dimension) - Method in class javax.media.ding3d.Canvas3D
 
getSize() - Method in class javax.media.ding3d.internal.FastVector
Get number of ints currently stored in the array;
getSize(Dimension) - Method in class javax.media.ding3d.Raster
Retrieves the current raster size.
getSize() - Method in class javax.media.ding3d.Screen3D
Retrieves the width and height (in pixels) of this Screen3D.
getSize(Dimension) - Method in class javax.media.ding3d.Screen3D
Retrieves the width and height (in pixels) of this Screen3D and copies it into the specified Dimension object.
getSize() - Method in class javax.media.ding3d.vecmath.GVector
Returns the number of elements in this vector.
getSound(int) - Method in class javax.media.ding3d.GraphicsContext3D
Retrieves the index selected sound.
getSoundData() - Method in class javax.media.ding3d.audioengines.Sample
 
getSoundData() - Method in class javax.media.ding3d.Sound
Retrieves description/data associated with this sound source.
getSoundNodes() - Method in interface javax.media.ding3d.loaders.Scene
This method returns an array of all of the Sound nodes defined in the file.
getSoundNodes() - Method in class javax.media.ding3d.loaders.SceneBase
This method returns an array of all of the Sound nodes defined in the file.
getSoundType() - Method in class javax.media.ding3d.audioengines.Sample
 
getSource() - Method in class javax.media.ding3d.utils.behaviors.sensor.SensorEvent
Gets a reference to the originating object which instantiated the SensorEventAgent, usually a Behavior; may be null.
getSpecularColor(Color3f) - Method in class javax.media.ding3d.Material
Retrieves this material's specular color.
getSpreadAngle() - Method in class javax.media.ding3d.PickCone
Gets the spread angle of this PickCone.
getSpreadAngle() - Method in class javax.media.ding3d.SpotLight
Gets spot light spread angle.
getSrcBlendFunction() - Method in class javax.media.ding3d.TransparencyAttributes
Gets the source blend function for this TransparencyAttributes object.
getSrcOffset(Point) - Method in class javax.media.ding3d.Raster
Retrieves the current source pixel offset.
getStartColor(Color3f) - Method in class javax.media.ding3d.ColorInterpolator
This method retrieves this interpolator's startColor.
getStartPosition() - Method in class javax.media.ding3d.PositionInterpolator
This method retrieves this interpolator's startPosition.
getStartPosition() - Method in class javax.media.ding3d.utils.pickfast.PickTool
Returns the start postion used for distance measurement.
getStartPosition() - Method in class javax.media.ding3d.utils.picking.PickTool
Returns the start postion used for distance measurement.
getStartTime() - Method in class javax.media.ding3d.Alpha
Retrieves this alpha's startTime, the base for all relative time specifications; the default value for startTime is the system start time.
getStartTime(int) - Method in interface javax.media.ding3d.AudioDevice3D
Returns the system time of when the sound was last "started".
getStartTime(int) - Method in class javax.media.ding3d.audioengines.AudioEngine3D
Get time this sample begun playing on the audio device.
getStartTime(int) - Method in class javax.media.ding3d.audioengines.javasound.JavaSoundMixer
 
getStartTime() - Method in class javax.media.ding3d.audioengines.Sample
 
getStateClass() - Method in interface javax.media.ding3d.utils.scenegraph.io.SceneGraphStateProvider
Returns the State class
getStencilEnable() - Method in class javax.media.ding3d.RenderingAttributes
Retrieves the stencil buffer enable flag for this RenderingAttributes object.
getStencilFunction(int[]) - Method in class javax.media.ding3d.RenderingAttributes
Retrieves the stencil function, reference value, and comparison mask, and copies them into the specified array.
getStencilOp(int[]) - Method in class javax.media.ding3d.RenderingAttributes
Retrieves the current set of stencil operations, and copies them into the specified array.
getStencilSize() - Method in class javax.media.ding3d.GraphicsConfigTemplate3D
Retrieves the size of the stencil buffer.
getStencilWriteMask() - Method in class javax.media.ding3d.RenderingAttributes
Retrieves the current stencil write mask for this RenderingAttributes object.
getStereo() - Method in class javax.media.ding3d.GraphicsConfigTemplate3D
Retrieves the stereo value.
getStereoAvailable() - Method in class javax.media.ding3d.Canvas3D
Returns a status flag indicating whether or not stereo is available.
getStereoEnable() - Method in class javax.media.ding3d.Canvas3D
Returns a status flag indicating whether or not stereo is enabled.
getStereoMode() - Method in class javax.media.ding3d.GraphicsContext3D
Returns the current stereo mode.
getStream(String) - Method in class javax.media.ding3d.utils.applet.JMainFrame
 
getStream(String) - Method in class javax.media.ding3d.utils.applet.MainFrame
 
getStreamKeys() - Method in class javax.media.ding3d.utils.applet.JMainFrame
 
getStreamKeys() - Method in class javax.media.ding3d.utils.applet.MainFrame
 
getString(String) - Static method in class javax.media.ding3d.internal.Ding3dUtilsI18N
 
getString() - Method in class javax.media.ding3d.Text3D
Copies the character string used in the construction of the Text3D node into the supplied parameter.
getString() - Method in class javax.media.ding3d.utils.geometry.Text2D
Returns the text string
getStripCounts() - Method in class javax.media.ding3d.utils.geometry.GeometryInfo
Retrieves a reference to the array of stripCounts.
getStripifierStats() - Method in class javax.media.ding3d.utils.geometry.Stripifier
Returns the stripifier stats object.
getStripIndexCounts(int[]) - Method in class javax.media.ding3d.IndexedGeometryStripArray
Gets a list of indexCounts for each strip.
getStripLengthCounts() - Method in class javax.media.ding3d.utils.geometry.StripifierStats
Returns an array of length 14 that contains the number of strips of a given length created by the stripifier.
getStripVertexCounts(int[]) - Method in class javax.media.ding3d.GeometryStripArray
Get a list of vertexCounts for each strip.
getSwitch(int) - Method in class javax.media.ding3d.LOD
Returns the switch node specified by the index.
getSymbol(SceneGraphObject) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.SymbolTable
Get the table entry for node
getSymbol(int) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.SymbolTable
Return the node with the give ID
getSymbol() - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.NullSceneGraphObjectState
 
getSymbol() - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.SceneGraphObjectState
 
getSymbolTable() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.Controller
 
getTarget() - Method in class javax.media.ding3d.Billboard
Returns a copy of the transformGroup associated with this Billboard.
getTarget() - Method in class javax.media.ding3d.ColorInterpolator
This method retrieves this interpolator's target material component object.
getTarget() - Method in class javax.media.ding3d.SwitchValueInterpolator
This method retrieves this interpolator's target Switch node reference.
getTarget() - Method in class javax.media.ding3d.TransformInterpolator
This method retrieves this interpolator's TransformGroup node reference.
getTarget() - Method in class javax.media.ding3d.TransparencyInterpolator
This method retrieves this interpolator's target reference.
getTessellationTolerance() - Method in class javax.media.ding3d.Font3D
Returns the tessellation tolerance with which this Font3D was created.
getTessellationTolerance() - Method in class javax.media.ding3d.FontExtrusion
Returns the tessellation tolerance with which this FontExtrusion was created.
getTexCoordGeneration() - Method in class javax.media.ding3d.Appearance
Retrieves the current texCoordGeneration object.
getTexCoordGeneration() - Method in class javax.media.ding3d.TextureUnitState
Retrieves the current texCoordGeneration object.
getTexCoordRef2f(int) - Method in class javax.media.ding3d.GeometryArray
Deprecated. As of Java 3D version 1.3, use geometry by-copy for TexCoord2f arrays
getTexCoordRef3f(int) - Method in class javax.media.ding3d.GeometryArray
Deprecated. As of Java 3D version 1.3, use geometry by-copy for TexCoord3f arrays
getTexCoordRefBuffer(int) - Method in class javax.media.ding3d.GeometryArray
Gets the texture coordinate array buffer reference for the specified texture coordinate set.
getTexCoordRefFloat(int) - Method in class javax.media.ding3d.GeometryArray
Gets the float texture coordinate array reference for the specified texture coordinate set.
getTexCoordSetCount() - Method in class javax.media.ding3d.GeometryArray
Retrieves the number of texture coordinate sets in this GeometryArray object.
getTexCoordSetCount() - Method in class javax.media.ding3d.utils.geometry.GeometryInfo
Returns the number of texture coordinate sets in this GeometryInfo.
getTexCoordSetMap(int[]) - Method in class javax.media.ding3d.GeometryArray
Retrieves the texture coordinate set mapping array from this GeometryArray object.
getTexCoordSetMap() - Method in class javax.media.ding3d.utils.geometry.GeometryInfo
Returns a reference to the texture coordinate set map.
getTexCoordSetMapLength() - Method in class javax.media.ding3d.GeometryArray
Retrieves the length of the texture coordinate set mapping array of this GeometryArray object.
getTexture() - Method in class javax.media.ding3d.Appearance
Retrieves the current texture object.
getTexture() - Method in class javax.media.ding3d.TextureUnitState
Retrieves the current texture object.
getTexture() - Method in class javax.media.ding3d.utils.image.TextureLoader
Returns the associated Texture object.
getTextureAttributes() - Method in class javax.media.ding3d.Appearance
Retrieves the current textureAttributes object.
getTextureAttributes() - Method in class javax.media.ding3d.TextureUnitState
Retrieves the current textureAttributes object.
getTextureBlendColor(Color4f) - Method in class javax.media.ding3d.TextureAttributes
Gets the texture blend color for this appearance component object.
getTextureColorTable(int[][]) - Method in class javax.media.ding3d.TextureAttributes
Retrieves the texture color table and copies it into the specified array.
getTextureColorTableSize() - Method in class javax.media.ding3d.TextureAttributes
Retrieves the size of the current texture color table.
getTextureCoordinate(int, float[]) - Method in class javax.media.ding3d.GeometryArray
Deprecated. As of Java 3D version 1.2, replaced by getTextureCoordinate(int texCoordSet, ...)
getTextureCoordinate(int, int, float[]) - Method in class javax.media.ding3d.GeometryArray
Gets the texture coordinate associated with the vertex at the specified index in the specified texture coordinate set for this object.
getTextureCoordinate(int, Point2f) - Method in class javax.media.ding3d.GeometryArray
Deprecated. As of Java 3D version 1.2, replaced by getTextureCoordinate(int texCoordSet, TexCoord2f texCoord)
getTextureCoordinate(int, int, TexCoord2f) - Method in class javax.media.ding3d.GeometryArray
Gets the texture coordinate associated with the vertex at the specified index in the specified texture coordinate set for this object.
getTextureCoordinate(int, Point3f) - Method in class javax.media.ding3d.GeometryArray
Deprecated. As of Java 3D version 1.2, replaced by getTextureCoordinate(int texCoordSet, TexCoord3f texCoord)
getTextureCoordinate(int, int, TexCoord3f) - Method in class javax.media.ding3d.GeometryArray
Gets the texture coordinate associated with the vertex at the specified index in the specified texture coordinate set for this object.
getTextureCoordinate(int, int, TexCoord4f) - Method in class javax.media.ding3d.GeometryArray
Gets the texture coordinate associated with the vertex at the specified index in the specified texture coordinate set for this object.
getTextureCoordinateIndex(int) - Method in class javax.media.ding3d.IndexedGeometryArray
Deprecated. As of Java 3D version 1.2, replaced by getTextureCoordinateIndex(int texCoordSet, ...)
getTextureCoordinateIndex(int, int) - Method in class javax.media.ding3d.IndexedGeometryArray
Retrieves the texture coordinate index associated with the vertex at the specified index in the specified texture coordinate set for this object.
getTextureCoordinateIndices(int, int[]) - Method in class javax.media.ding3d.IndexedGeometryArray
Deprecated. As of Java 3D version 1.2, replaced by getTextureCoordinateIndices(int texCoordSet, ...)
getTextureCoordinateIndices(int, int, int[]) - Method in class javax.media.ding3d.IndexedGeometryArray
Retrieves the texture coordinate indices associated with the vertices starting at the specified index in the specified texture coordinate set for this object.
getTextureCoordinateIndices(int) - Method in class javax.media.ding3d.utils.geometry.GeometryInfo
Retrieves a reference to the specified array of texture coordinate indices.
getTextureCoordinateIndices() - Method in class javax.media.ding3d.utils.geometry.GeometryInfo
Deprecated. As of Java 3D 1.3 replaced by int[] getTextureCoordinateIndices(int texCoordSet)
getTextureCoordinates(int, float[]) - Method in class javax.media.ding3d.GeometryArray
Deprecated. As of Java 3D version 1.2, replaced by getTextureCoordinates(int texCoordSet, ...)
getTextureCoordinates(int, int, float[]) - Method in class javax.media.ding3d.GeometryArray
Gets the texture coordinates associated with the vertices starting at the specified index in the specified texture coordinate set for this object.
getTextureCoordinates(int, Point2f[]) - Method in class javax.media.ding3d.GeometryArray
Deprecated. As of Java 3D version 1.2, replaced by getTextureCoordinates(int texCoordSet, TexCoord2f texCoords[])
getTextureCoordinates(int, int, TexCoord2f[]) - Method in class javax.media.ding3d.GeometryArray
Gets the texture coordinates associated with the vertices starting at the specified index in the specified texture coordinate set for this object.
getTextureCoordinates(int, Point3f[]) - Method in class javax.media.ding3d.GeometryArray
Deprecated. As of Java 3D version 1.2, replaced by getTextureCoordinates(int texCoordSet, TexCoord3f texCoords[])
getTextureCoordinates(int, int, TexCoord3f[]) - Method in class javax.media.ding3d.GeometryArray
Gets the texture coordinates associated with the vertices starting at the specified index in the specified texture coordinate set for this object.
getTextureCoordinates(int, int, TexCoord4f[]) - Method in class javax.media.ding3d.GeometryArray
Gets the texture coordinates associated with the vertices starting at the specified index in the specified texture coordinate set for this object.
getTextureCoordinates(int) - Method in class javax.media.ding3d.utils.geometry.GeometryInfo
Returns a reference to the indicated texture coordinate array.
getTextureCoordinates() - Method in class javax.media.ding3d.utils.geometry.GeometryInfo
Deprecated. As of Java 3D 1.3 replaced by getTextureCoordinates(int texCoordSet)
getTextureMode() - Method in class javax.media.ding3d.TextureAttributes
Gets the texture mode parameter for this texture attributes object.
getTextureTransform(Transform3D) - Method in class javax.media.ding3d.TextureAttributes
Retrieves a copy of the texture transform object.
getTextureUnitCount() - Method in class javax.media.ding3d.Appearance
Retrieves the length of the texture unit state array from this appearance object.
getTextureUnitState() - Method in class javax.media.ding3d.Appearance
Retrieves the array of texture unit state objects from this Appearance object.
getTextureUnitState(int) - Method in class javax.media.ding3d.Appearance
Retrieves the texture unit state object at the specified index within the texture unit state array.
getThreshold2D() - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Gets the 2D valuator threshold.
getTime() - Method in class javax.media.ding3d.SensorRead
Retrieve this SensorRead's associated time stamp
getTime() - Method in class javax.media.ding3d.utils.behaviors.sensor.SensorEvent
Gets the time in nanoseconds at which the dispatchEvents method of SensorEventAgent was called to generate this event, usually from the processStimulus method of a Behavior.
getTolerance() - Method in class javax.media.ding3d.utils.pickfast.behaviors.PickMouseBehavior
Returns the pick tolerance
getTolerance() - Method in class javax.media.ding3d.utils.pickfast.PickCanvas
Get the pick tolerance.
getTolerance() - Method in class javax.media.ding3d.utils.picking.behaviors.PickMouseBehavior
Returns the pick tolerance
getTolerance() - Method in class javax.media.ding3d.utils.picking.PickCanvas
Get the pick tolerance.
getTotalChannels() - Method in interface javax.media.ding3d.AudioDevice
Query total number of channels available for sound rendering for this audio device.
getTotalChannels() - Method in class javax.media.ding3d.audioengines.AudioEngine
Query total number of channels available for sound rendering for this audio device.
getTotalChannels() - Method in class javax.media.ding3d.audioengines.javasound.JavaSoundMixer
Query total number of channels available for sound rendering for this audio device.
getTotalCurveLength() - Method in class javax.media.ding3d.utils.behaviors.interpolators.CubicSplineCurve
This method returns the total length of the entire CubicSplineCurve motion path.
getTotalCurveLength() - Method in class javax.media.ding3d.utils.behaviors.interpolators.KBCubicSplineCurve
This method returns the total length of the entire KBCubicSplineCurve motion path.
getTotalTime() - Method in class javax.media.ding3d.utils.geometry.StripifierStats
Returns the total time spent in the stripify() method
getTotalTris() - Method in class javax.media.ding3d.utils.geometry.StripifierStats
Returns the number of triangles in the stripified data.
getTrackerBaseToImagePlate(Transform3D) - Method in class javax.media.ding3d.Screen3D
Retrieves the tracker-base coordinate system to image-plate coordinate system transform and copies it into the specified Transform3D object.
getTrackerBaseToViewPlatform(Canvas3D, Transform3D) - Method in class javax.media.ding3d.utils.universe.ViewInfo
Gets the transform from tracker base coordinates to view platform coordinates and copies it into the specified Transform3D.
getTrackerBaseToVworld(Canvas3D, Transform3D) - Method in class javax.media.ding3d.utils.universe.ViewInfo
Gets the transform from tracker base coordinates to virtual world coordinates and copies it into the specified Transform3D.
getTrackingAvailable() - Method in class javax.media.ding3d.PhysicalEnvironment
Returns a status flag indicating whether or not tracking is available.
getTrackingEnable() - Method in class javax.media.ding3d.View
Returns a status flag indicating whether or not head tracking is enabled.
getTransform() - Method in class javax.media.ding3d.SceneGraphPath
Returns a copy of the transform associated with this SceneGraphPath; returns null if there is no transform associated.
getTransform(Transform3D) - Method in class javax.media.ding3d.TransformGroup
Copies the transform component of this TransformGroup into the passed transform object.
getTransformAxis() - Method in class javax.media.ding3d.TransformInterpolator
This method retrieves this interpolator's axis of transform.
getTransformCenter(Point3d) - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Gets the rotation/scale center in virtual world coordinates.
getTransformCenterSource() - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Gets the rotation/scale center source.
getTransformGroup() - Method in class javax.media.ding3d.utils.behaviors.mouse.MouseBehavior
Return the transformGroup on which this node is operating
getTransformGroup(int) - Method in class javax.media.ding3d.utils.universe.MultiTransformGroup
Returns the selected TransformGroup node.
getTransformGroup() - Method in class javax.media.ding3d.WakeupOnTransformChange
Returns the TransformGroup node used in creating this WakeupCriterion
getTranslateEnable() - Method in class javax.media.ding3d.utils.behaviors.vp.OrbitBehavior
Retrieves the state of translate enabled
getTranslationSpeed() - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Gets the normal speed at which to translate the view platform.
getTranslationTimeBase() - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Gets the time base for translation speed.
getTranslationUnits() - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Gets the translation speed units.
getTransparency() - Method in class javax.media.ding3d.TransparencyAttributes
Retrieves this appearance's transparency.
getTransparencyAttributes() - Method in class javax.media.ding3d.Appearance
Retrieves the current transparencyAttributes object.
getTransparencyMode() - Method in class javax.media.ding3d.TransparencyAttributes
Gets the transparency mode for this appearance component object.
getTransparencySortingPolicy() - Method in class javax.media.ding3d.View
Retrieves the current transparency sorting policy.
getTransXFactor() - Method in class javax.media.ding3d.utils.behaviors.vp.OrbitBehavior
Returns the x translation movement multiplier
getTransYFactor() - Method in class javax.media.ding3d.utils.behaviors.vp.OrbitBehavior
Returns the y translation movement multiplier
getTriggeringBehavior() - Method in class javax.media.ding3d.WakeupOnBehaviorPost
Returns the behavior that triggered this wakeup.
getTriggeringBounds() - Method in class javax.media.ding3d.WakeupOnCollisionEntry
Retrieves the Bounds object that caused the collision
getTriggeringBounds() - Method in class javax.media.ding3d.WakeupOnCollisionExit
Retrieves the Bounds object that caused the collision
getTriggeringBounds() - Method in class javax.media.ding3d.WakeupOnCollisionMovement
Retrieves the Bounds object that caused the collision
getTriggeringPath() - Method in class javax.media.ding3d.WakeupOnCollisionEntry
Retrieves the path describing the object causing the collision.
getTriggeringPath() - Method in class javax.media.ding3d.WakeupOnCollisionExit
Retrieves the path describing the object causing the collision.
getTriggeringPath() - Method in class javax.media.ding3d.WakeupOnCollisionMovement
Retrieves the path describing the object causing the collision.
getTriggeringPostId() - Method in class javax.media.ding3d.WakeupOnBehaviorPost
Returns the postId that caused the behavior to wakeup.
getTriggeringSensor() - Method in class javax.media.ding3d.WakeupOnSensorEntry
Retrieves the Sensor object that caused the wakeup.
getTriggeringSensor() - Method in class javax.media.ding3d.WakeupOnSensorExit
Retrieves the Sensor object that caused the wakeup.
getTriggeringViewPlatform() - Method in class javax.media.ding3d.WakeupOnViewPlatformEntry
Retrieves the ViewPlatform node that caused the wakeup.
getTriggeringViewPlatform() - Method in class javax.media.ding3d.WakeupOnViewPlatformExit
Retrieves the ViewPlatform node that caused the wakeup.
getTriggerTime() - Method in class javax.media.ding3d.Alpha
Retrieves this alpha's triggerTime.
getType() - Method in class javax.media.ding3d.Raster
Retrieves the current type of this raster object, one of: RASTER_COLOR, RASTER_DEPTH, or RASTER_COLOR_DEPTH.
getType() - Method in class javax.media.ding3d.Transform3D
Returns the type of this matrix as an or'ed bitmask of of all of the type classifications to which it belongs.
getUniverse() - Method in class javax.media.ding3d.utils.universe.Viewer
Returns the Universe to which this Viewer is attached
getUniverse() - Method in class javax.media.ding3d.utils.universe.ViewingPlatform
Returns the Universe to which this ViewingPlatform is attached
getUnsavedNodeComponents() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.SymbolTable
 
getUnsavedNodeComponentsSize() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.SymbolTable
 
getUpper(Point3d) - Method in class javax.media.ding3d.BoundingBox
Gets the upper corner of this bounding box.
getURL() - Method in class javax.media.ding3d.MediaContainer
Deprecated. As of Java 3D version 1.2, replaced by getURLString
getURLObject() - Method in class javax.media.ding3d.MediaContainer
Retrieve URL Object.
getURLString() - Method in class javax.media.ding3d.MediaContainer
Retrieve URL String.
getUseCoordIndexOnly() - Method in class javax.media.ding3d.utils.geometry.GeometryInfo
Returns true if the data in this GeometryInfo is currently formatted in the USE_COORD_INDEX_ONLY format where a single index list is used to index into all data lists.
getUserData() - Method in class javax.media.ding3d.SceneGraphObject
Retrieves the userData field from this scene graph object.
getUserData() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.RandomAccessFileControl
 
getUserHeadToVworld(Transform3D) - Method in class javax.media.ding3d.View
Retrieves the user-head to virtual-world transform and copies that value into the transform provided.
getUserHeadToVworldEnable() - Method in class javax.media.ding3d.View
Returns a status flag indicating whether or not Java 3D is continuously updating the userHeadToVworldEnable transform.
getValidIndexCount() - Method in class javax.media.ding3d.IndexedGeometryArray
Gets the valid index count for this IndexedGeometryArray object.
getValidVertexCount() - Method in class javax.media.ding3d.GeometryArray
Gets the valid vertex count for this GeometryArray object.
getValue() - Method in class javax.media.ding3d.ShaderAttributeArray
 
getValue() - Method in class javax.media.ding3d.ShaderAttributeObject
Retrieves the value of this shader attribute.
getValue() - Method in class javax.media.ding3d.ShaderAttributeValue
 
getValue() - Static method in class javax.media.ding3d.utils.timer.Ding3dTimer
Deprecated. Get the timer value, in nanoseconds.
getValueClass() - Method in class javax.media.ding3d.ShaderAttributeObject
Retrieves the base class of the value of this shader attribute.
getVelocityScaleFactor() - Method in class javax.media.ding3d.AuralAttributes
Retrieve Velocity Scale Factor used to calculate Doppler Effect.
getVertexAttr(int, int, float[]) - Method in class javax.media.ding3d.GeometryArray
Gets the vertex attribute associated with the vertex at the specified index in the specified vertex attribute number for this object.
getVertexAttr(int, int, Point2f) - Method in class javax.media.ding3d.GeometryArray
Gets the vertex attribute associated with the vertex at the specified index in the specified vertex attribute number for this object.
getVertexAttr(int, int, Point3f) - Method in class javax.media.ding3d.GeometryArray
Gets the vertex attribute associated with the vertex at the specified index in the specified vertex attribute number for this object.
getVertexAttr(int, int, Point4f) - Method in class javax.media.ding3d.GeometryArray
Gets the vertex attribute associated with the vertex at the specified index in the specified vertex attribute number for this object.
getVertexAttrCount() - Method in class javax.media.ding3d.GeometryArray
Retrieves the number of vertex attributes in this GeometryArray object.
getVertexAttrIndex(int, int) - Method in class javax.media.ding3d.IndexedGeometryArray
Retrieves the vertex attribute index associated with the vertex at the specified index for the specified vertex attribute number for this object.
getVertexAttrIndices(int, int, int[]) - Method in class javax.media.ding3d.IndexedGeometryArray
Retrieves the vertex attribute indices associated with the vertices starting at the specified index for the specified vertex attribute number for this object.
getVertexAttrNames() - Method in class javax.media.ding3d.CgShaderProgram
 
getVertexAttrNames() - Method in class javax.media.ding3d.GLSLShaderProgram
 
getVertexAttrNames() - Method in class javax.media.ding3d.ShaderProgram
Retrieves the vertex attribute names array from this ShaderProgram object.
getVertexAttrRefBuffer(int) - Method in class javax.media.ding3d.GeometryArray
Gets the vertex attribute array buffer reference for the specified vertex attribute number.
getVertexAttrRefFloat(int) - Method in class javax.media.ding3d.GeometryArray
Gets the float vertex attribute array reference for the specified vertex attribute number.
getVertexAttrs(int, int, float[]) - Method in class javax.media.ding3d.GeometryArray
Gets the vertex attributes associated with the vertices starting at the specified index in the specified vertex attribute number for this object.
getVertexAttrs(int, int, Point2f[]) - Method in class javax.media.ding3d.GeometryArray
Gets the vertex attributes associated with the vertices starting at the specified index in the specified vertex attribute number for this object.
getVertexAttrs(int, int, Point3f[]) - Method in class javax.media.ding3d.GeometryArray
Gets the vertex attributes associated with the vertices starting at the specified index in the specified vertex attribute number for this object.
getVertexAttrs(int, int, Point4f[]) - Method in class javax.media.ding3d.GeometryArray
Gets the vertex attributes associated with the vertices starting at the specified index in the specified vertex attribute number for this object.
getVertexAttrSizes(int[]) - Method in class javax.media.ding3d.GeometryArray
Retrieves the vertex attribute sizes array from this GeometryArray object.
getVertexCount() - Method in class javax.media.ding3d.GeometryArray
Retrieves the number of vertices in this GeometryArray
getVertexFormat() - Method in class javax.media.ding3d.GeometryArray
Retrieves the vertexFormat of this GeometryArray
getVertexIndices() - Method in class javax.media.ding3d.PickInfo.IntersectionInfo
Retrieves the vertex indices of the intersected primitive in the geometry.
getView() - Method in class javax.media.ding3d.audioengines.AudioEngine3D
Get reference to the current View object.
getView() - Method in class javax.media.ding3d.Canvas3D
Gets view that points to this Canvas3D.
getView() - Method in class javax.media.ding3d.utils.universe.Viewer
Returns the View object associated with the Viewer object.
getView(int) - Method in class javax.media.ding3d.ViewSpecificGroup
Retrieves the View object at the specified index from this node's list of views.
getViewAttachPolicy() - Method in class javax.media.ding3d.ViewPlatform
Returns the current coexistence center in virtual-world policy.
getViewer(int) - Method in class javax.media.ding3d.utils.universe.ConfiguredUniverse
Returns the Viewer object specified by the given index.
getViewer() - Method in class javax.media.ding3d.utils.universe.SimpleUniverse
Returns the Viewer object associated with this scene graph.
getViewer(View) - Static method in class javax.media.ding3d.utils.universe.Viewer
Get the Viewer associated with the view object.
getViewers() - Method in class javax.media.ding3d.utils.universe.ConfigContainer
Returns a read-only Set of all configured Viewer instances in the order they were defined in the configuration file.
getViewers() - Method in class javax.media.ding3d.utils.universe.ConfiguredUniverse
Returns all of the Viewer objects associated with this scene graph.
getViewers() - Method in class javax.media.ding3d.utils.universe.ViewingPlatform
Returns the Viewers attached to this ViewingPlatform
getViewerVisibility() - Method in class javax.media.ding3d.utils.universe.ConfigContainer
Returns whether Viewers should be created with their AWT components initially visible or invisible.
getViewGroups() - Method in interface javax.media.ding3d.loaders.Scene
This method returns an array of all View Groups defined in the file.
getViewGroups() - Method in class javax.media.ding3d.loaders.SceneBase
This method returns an array of all View Groups defined in the file.
getViewingPlatform() - Method in class javax.media.ding3d.utils.behaviors.vp.ViewPlatformBehavior
Returns the ViewingPlatform for this behavior
getViewingPlatform() - Method in class javax.media.ding3d.utils.universe.SimpleUniverse
Returns the ViewingPlatform object associated with this scene graph.
getViewingPlatform() - Method in class javax.media.ding3d.utils.universe.Viewer
Get the ViewingPlatform object used by this Viewer.
getViewingPlatforms() - Method in class javax.media.ding3d.utils.universe.ConfigContainer
Returns a read-only Set of all configured ViewingPlatform instances in the order they were defined in the configuration file.
getViewPlatform() - Method in class javax.media.ding3d.utils.universe.ViewingPlatform
Returns the ViewPlatform node for this ViewingPlatform object.
getViewPlatform() - Method in class javax.media.ding3d.View
Retrieves the currently attached ViewPlatform object
getViewPlatformBehavior() - Method in class javax.media.ding3d.utils.universe.ViewingPlatform
Returns the ViewPlatformBehavior
getViewPlatformBehaviors() - Method in class javax.media.ding3d.utils.universe.ConfigContainer
Returns a read-only Set of all configured ViewPlatformBehavior instances in the order they were defined in the configuration file.
getViewPlatformToCoexistence(Canvas3D, Transform3D) - Method in class javax.media.ding3d.utils.universe.ViewInfo
Gets the current transform from view platform coordinates to coexistence coordinates and copies it into the given transform.
getViewPlatformToEye(Canvas3D, Transform3D, Transform3D) - Method in class javax.media.ding3d.utils.universe.ViewInfo
Gets the current transforms from view platform coordinates to eye coordinates and copies them into the given Transform3Ds.
getViewPlatformTransform() - Method in class javax.media.ding3d.utils.universe.ViewingPlatform
Returns a reference to the "bottom most" transform in the MultiTransformGroup that is above the ViewPlatform node.
getViewPlatformTransformCount() - Method in class javax.media.ding3d.utils.universe.ConfigContainer
Returns the number of TransformGroups with which ViewingPlatforms should be created.
getViewPolicy() - Method in class javax.media.ding3d.View
Retrieves the current view computation policy for this View.
getVirtualUniverse() - Method in class javax.media.ding3d.Locale
Retrieves the virtual universe within which this Locale object is contained.
getVisibilityPolicy() - Method in class javax.media.ding3d.View
Retrieves the current visibility policy.
getVisible() - Method in class javax.media.ding3d.RenderingAttributes
Retrieves the visibility flag for this RenderingAttributes object.
getVpcToEc(Transform3D) - Method in class javax.media.ding3d.View
Compatibility mode method that retrieves the current ViewPlatform Coordinates (VPC) system to Eye Coordinates (EC) transform and copies it into the specified object.
getVworldProjection(Transform3D, Transform3D) - Method in class javax.media.ding3d.Canvas3D
Copies the current Vworld projection transform for each eye into the specified Transform3D objects.
getVworldToImagePlate(Transform3D) - Method in class javax.media.ding3d.Canvas3D
Retrieves the current Virtual World coordinates to ImagePlate coordinates transform and places it into the specified object.
getVWrldXfrmFlag() - Method in class javax.media.ding3d.audioengines.Sample
 
getW() - Method in class javax.media.ding3d.vecmath.Tuple4b
Get w, the fourth value.
getW() - Method in class javax.media.ding3d.vecmath.Tuple4d
Get the w coordinate.
getW() - Method in class javax.media.ding3d.vecmath.Tuple4f
Get the w coordinate.
getW() - Method in class javax.media.ding3d.vecmath.Tuple4i
Get the w coordinate.
getWeights() - Method in class javax.media.ding3d.Morph
Deprecated. Retrieves the Morph node's morph weight vector.
getWhichChild() - Method in class javax.media.ding3d.Switch
Retrieves the current child selection index that specifies which child is rendered.
getWidth() - Method in class javax.media.ding3d.Canvas3D
 
getWidth() - Method in class javax.media.ding3d.DepthComponent
Retrieves the width of this depth component object.
getWidth() - Method in class javax.media.ding3d.ImageComponent
Retrieves the width of this image component object.
getWidth() - Method in class javax.media.ding3d.NioImageBuffer
Gets the width of this data buffer.
getWidth() - Method in class javax.media.ding3d.Texture
Retrieves the width of this Texture object.
getWindowEyepointPolicy() - Method in class javax.media.ding3d.View
Returns the current window eyepoint policy, one of: RELATIVE_TO_SCREEN, RELATIVE_TO_WINDOW, RELATIVE_TO_FIELD_OF_VIEW or RELATIVE_TO_COEXISTENCE.
getWindowMovementPolicy() - Method in class javax.media.ding3d.View
Returns the current window movement policy, one of: VIRTUAL_WORLD or PHYSICAL_WORLD.
getWindowResizePolicy() - Method in class javax.media.ding3d.View
Returns the current window resize policy, one of: VIRTUAL_WORLD or PHYSICAL_WORLD.
getX() - Method in class javax.media.ding3d.Canvas3D
 
getX() - Method in class javax.media.ding3d.vecmath.AxisAngle4d
Get value of x coordinate.
getX() - Method in class javax.media.ding3d.vecmath.AxisAngle4f
Get value of x coordinate.
getX() - Method in class javax.media.ding3d.vecmath.Tuple2d
Get the x coordinate.
getX() - Method in class javax.media.ding3d.vecmath.Tuple2f
Get the x coordinate.
getX() - Method in class javax.media.ding3d.vecmath.Tuple2i
Get the x coordinate.
getX() - Method in class javax.media.ding3d.vecmath.Tuple3b
Get x, the first value.
getX() - Method in class javax.media.ding3d.vecmath.Tuple3d
Get the x coordinate.
getX() - Method in class javax.media.ding3d.vecmath.Tuple3f
Get the x coordinate.
getX() - Method in class javax.media.ding3d.vecmath.Tuple3i
Get the x coordinate.
getX() - Method in class javax.media.ding3d.vecmath.Tuple4b
Get x, the first value.
getX() - Method in class javax.media.ding3d.vecmath.Tuple4d
Get the x coordinate.
getX() - Method in class javax.media.ding3d.vecmath.Tuple4f
Get the x coordinate.
getX() - Method in class javax.media.ding3d.vecmath.Tuple4i
Get the x coordinate.
getXdimension() - Method in class javax.media.ding3d.utils.geometry.Box
Returns the X-dimension size of the Box
getXdivisions() - Method in class javax.media.ding3d.utils.geometry.Cone
Returns the number divisions along the X direction
getXdivisions() - Method in class javax.media.ding3d.utils.geometry.Cylinder
Returns the number divisions along the X direction
getXFactor() - Method in class javax.media.ding3d.utils.behaviors.mouse.MouseRotate
Return the x-axis movement multipler.
getXFactor() - Method in class javax.media.ding3d.utils.behaviors.mouse.MouseTranslate
Return the x-axis movement multipler.
getY() - Method in class javax.media.ding3d.Canvas3D
 
getY() - Method in class javax.media.ding3d.vecmath.AxisAngle4d
Get value of y coordinate.
getY() - Method in class javax.media.ding3d.vecmath.AxisAngle4f
Get value of y coordinate.
getY() - Method in class javax.media.ding3d.vecmath.Tuple2d
Get the y coordinate.
getY() - Method in class javax.media.ding3d.vecmath.Tuple2f
Get the y coordinate.
getY() - Method in class javax.media.ding3d.vecmath.Tuple2i
Get the y coordinate.
getY() - Method in class javax.media.ding3d.vecmath.Tuple3b
Get y, the second value.
getY() - Method in class javax.media.ding3d.vecmath.Tuple3d
Get the y coordinate.
getY() - Method in class javax.media.ding3d.vecmath.Tuple3f
Get the y coordinate.
getY() - Method in class javax.media.ding3d.vecmath.Tuple3i
Get the y coordinate.
getY() - Method in class javax.media.ding3d.vecmath.Tuple4b
Get y, the second value.
getY() - Method in class javax.media.ding3d.vecmath.Tuple4d
Get the y coordinate.
getY() - Method in class javax.media.ding3d.vecmath.Tuple4f
Get the y coordinate.
getY() - Method in class javax.media.ding3d.vecmath.Tuple4i
Get the y coordinate.
getYdimension() - Method in class javax.media.ding3d.utils.geometry.Box
Returns the Y-dimension size of the Box
getYdivisions() - Method in class javax.media.ding3d.utils.geometry.Cone
Returns the number of divisions along the height of the cone
getYdivisions() - Method in class javax.media.ding3d.utils.geometry.Cylinder
Returns the number of divisions along the height of the cylinder
getYFactor() - Method in class javax.media.ding3d.utils.behaviors.mouse.MouseRotate
Return the y-axis movement multipler.
getYFactor() - Method in class javax.media.ding3d.utils.behaviors.mouse.MouseTranslate
Return the y-axis movement multipler.
getZ() - Method in class javax.media.ding3d.vecmath.AxisAngle4d
Get value of z coordinate.
getZ() - Method in class javax.media.ding3d.vecmath.AxisAngle4f
Get value of z coordinate.
getZ() - Method in class javax.media.ding3d.vecmath.Tuple3b
Get z, the third value.
getZ() - Method in class javax.media.ding3d.vecmath.Tuple3d
Get the z coordinate.
getZ() - Method in class javax.media.ding3d.vecmath.Tuple3f
Get the z coordinate.
getZ() - Method in class javax.media.ding3d.vecmath.Tuple3i
Get the z coordinate.
getZ() - Method in class javax.media.ding3d.vecmath.Tuple4b
Get z, the third value.
getZ() - Method in class javax.media.ding3d.vecmath.Tuple4d
Get the z coordinate.
getZ() - Method in class javax.media.ding3d.vecmath.Tuple4f
Get the z coordinate.
getZ() - Method in class javax.media.ding3d.vecmath.Tuple4i
Get the z coordinate.
getZdimension() - Method in class javax.media.ding3d.utils.geometry.Box
Returns the Z-dimension size of the Box
getZoomEnable() - Method in class javax.media.ding3d.utils.behaviors.vp.OrbitBehavior
Retrieves the state of zoom enabled
getZoomFactor() - Method in class javax.media.ding3d.utils.behaviors.vp.OrbitBehavior
Returns the zoom movement multiplier
GLSLShaderProgram - Class in javax.media.ding3d
The GLSLShaderProgram object is a concrete implementation of a ShaderProgram node component for the OpenGL GLSL shading language.
GLSLShaderProgram() - Constructor for class javax.media.ding3d.GLSLShaderProgram
Constructs a GLSL shader program node component.
GMatrix - Class in javax.media.ding3d.vecmath
A double precision, general, dynamically-resizable, two-dimensional matrix class.
GMatrix(int, int) - Constructor for class javax.media.ding3d.vecmath.GMatrix
Constructs an nRow by NCol identity matrix.
GMatrix(int, int, double[]) - Constructor for class javax.media.ding3d.vecmath.GMatrix
Constructs an nRow by nCol matrix initialized to the values in the matrix array.
GMatrix(GMatrix) - Constructor for class javax.media.ding3d.vecmath.GMatrix
Constructs a new GMatrix and copies the initial values from the parameter matrix.
GNOMON - Static variable in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Indicates that the echo type is a gnomon displaying the directions of the sensor's local coordinate system axes at the location of the sensor's hotspot.
goHome() - Method in class javax.media.ding3d.utils.behaviors.vp.ViewPlatformBehavior
Positions and reorients the ViewingPlatform to its "home" transform.
GRAB_VIEW - Static variable in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Indicates that a 6DOF sensor button action should be bound to grabbing the view.
graphBuilt - Variable in class javax.media.ding3d.utils.scenegraph.io.retained.SymbolTableData
 
GRAPHICS_CONFIG_ERROR - Static variable in class javax.media.ding3d.RenderingError
Indicates that an error occurred while getting the best graphics configuration or while testing whether a given graphics config is supported.
GraphicsConfigTemplate3D - Class in javax.media.ding3d
This class is used to obtain a valid GraphicsConfiguration that can be used by Java 3D.
GraphicsConfigTemplate3D() - Constructor for class javax.media.ding3d.GraphicsConfigTemplate3D
Constructs a GraphicsConfigTemplate3D object with default parameters.
GraphicsContext3D - Class in javax.media.ding3d
A GraphicsContext3D object is used for immediate mode rendering into a 3D canvas.
GraphStructureChangeListener - Interface in javax.media.ding3d
Listener interface for monitoring structural changes to live scene graphs.
GREATER - Static variable in class javax.media.ding3d.RenderingAttributes
Specifies that pixels are drawn if the source/reference value is greater than the destination/test value.
GREATER_OR_EQUAL - Static variable in class javax.media.ding3d.RenderingAttributes
Specifies that pixels are drawn if the source/reference value is greater than or equal to the destination/test value.
Group - Class in javax.media.ding3d
The Group node object is a general-purpose grouping node.
Group() - Constructor for class javax.media.ding3d.Group
Constructs a Group node with default parameters.
GROUP - Static variable in class javax.media.ding3d.utils.behaviors.picking.PickObject
Deprecated. A flag to indicate to the pickNode method to return a Group node from a given SceneGraphPath.
GROUP - Static variable in class javax.media.ding3d.utils.picking.PickResult
Flag to pass to getNode(int) to return a Group node from the SceneGraphPath.
GroupState - Class in javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d
 
GroupState(SymbolTableData, Controller) - Constructor for class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.GroupState
 
GVector - Class in javax.media.ding3d.vecmath
A double precision, general, dynamically-resizable, one-dimensional vector class.
GVector(int) - Constructor for class javax.media.ding3d.vecmath.GVector
Constructs a new GVector of the specified length with all vector elements initialized to 0.
GVector(double[]) - Constructor for class javax.media.ding3d.vecmath.GVector
Constructs a new GVector from the specified array elements.
GVector(GVector) - Constructor for class javax.media.ding3d.vecmath.GVector
Constructs a new GVector from the specified vector.
GVector(Tuple2f) - Constructor for class javax.media.ding3d.vecmath.GVector
Constructs a new GVector and copies the initial values from the specified tuple.
GVector(Tuple3f) - Constructor for class javax.media.ding3d.vecmath.GVector
Constructs a new GVector and copies the initial values from the specified tuple.
GVector(Tuple3d) - Constructor for class javax.media.ding3d.vecmath.GVector
Constructs a new GVector and copies the initial values from the specified tuple.
GVector(Tuple4f) - Constructor for class javax.media.ding3d.vecmath.GVector
Constructs a new GVector and copies the initial values from the specified tuple.
GVector(Tuple4d) - Constructor for class javax.media.ding3d.vecmath.GVector
Constructs a new GVector and copies the initial values from the specified tuple.
GVector(double[], int) - Constructor for class javax.media.ding3d.vecmath.GVector
Constructs a new GVector of the specified length and initializes it by copying the specified number of elements from the specified array.
GZIP_COMPRESSION - Static variable in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.ImageComponentState
Use GZIP to compress images.

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