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

G

genAttIndexToLoc - Variable in class org.jogamp.java3d.Jogl2es2Context.LocationData
 
generateTexID - Variable in class org.jogamp.java3d.Jogl2es2PerFrameStats
 
Geometry - Class in org.jogamp.java3d
Geometry is an abstract class that specifies the geometry component information required by a Shape3D node.
Geometry() - Constructor for class org.jogamp.java3d.Geometry
Constructs a new Geometry object.
GeometryArray - Class in org.jogamp.java3d
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 org.jogamp.java3d.GeometryArray
Constructs an empty GeometryArray object with the specified number of vertices and vertex format.
GeometryArray(int, int, int, int[]) - Constructor for class org.jogamp.java3d.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 org.jogamp.java3d.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.
GeometryData() - Constructor for class org.jogamp.java3d.Jogl2es2Context.GeometryData
 
GeometryService - Interface in org.jogamp.java3d
A service interface for certain geometric operations that are not available in core Java 3D.
GeometryStripArray - Class in org.jogamp.java3d
The GeometryStripArray object is an abstract class that is extended for a set of GeometryArray strip primitives.
GeometryStripArray(int, int, int[]) - Constructor for class org.jogamp.java3d.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 org.jogamp.java3d.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 org.jogamp.java3d.GeometryStripArray
Constructs an empty GeometryStripArray object with the specified number of vertices, vertex format, number of texture coordinate sets, texture coordinate mapping array, vertex attribute count, vertex attribute sizes array, and array of per-strip vertex counts.
GeometryUpdater - Interface in org.jogamp.java3d
The GeometryUpdater interface is used in updating geometry data that is accessed by reference from a live or compiled GeometryArray object.
geoToClearBuffers - Variable in class org.jogamp.java3d.Jogl2es2Context
 
geoToClearBuffers - Variable in class org.jogamp.java3d.Jogl2es2PerFrameStats
 
geoToColorBuf - Variable in class org.jogamp.java3d.Jogl2es2Context.GeometryData
 
geoToColorsOffset - Variable in class org.jogamp.java3d.Jogl2es2Context.GeometryData
 
geoToCoordBuf - Variable in class org.jogamp.java3d.Jogl2es2Context.GeometryData
 
geoToCoordBuf1 - Variable in class org.jogamp.java3d.Jogl2es2Context.GeometryData
 
geoToCoordBuf2 - Variable in class org.jogamp.java3d.Jogl2es2Context.GeometryData
 
geoToCoordBuf3 - Variable in class org.jogamp.java3d.Jogl2es2Context.GeometryData
 
geoToCoordBufSize - Variable in class org.jogamp.java3d.Jogl2es2Context.GeometryData
 
geoToCoordOffset - Variable in class org.jogamp.java3d.Jogl2es2Context.GeometryData
 
geoToIndBuf - Variable in class org.jogamp.java3d.Jogl2es2Context.GeometryData
 
geoToIndBufSize - Variable in class org.jogamp.java3d.Jogl2es2Context.GeometryData
 
geoToIndStripBuf - Variable in class org.jogamp.java3d.Jogl2es2Context.GeometryData
 
geoToNormalBuf - Variable in class org.jogamp.java3d.Jogl2es2Context.GeometryData
 
geoToNormalsOffset - Variable in class org.jogamp.java3d.Jogl2es2Context.GeometryData
 
geoToTexCoordOffset - Variable in class org.jogamp.java3d.Jogl2es2Context.GeometryData
 
geoToTexCoordsBuf - Variable in class org.jogamp.java3d.Jogl2es2Context.GeometryData
 
geoToVattrOffset - Variable in class org.jogamp.java3d.Jogl2es2Context.GeometryData
 
geoToVertAttribBuf - Variable in class org.jogamp.java3d.Jogl2es2Context.GeometryData
 
get() - Method in class org.jogamp.java3d.PickBounds
Gets the bounds object from this PickBounds.
get(Point3d) - Method in class org.jogamp.java3d.PickPoint
Deprecated.
Gets the position of this PickPoint.
get(Point3d, Vector3d) - Method in class org.jogamp.java3d.PickRay
Retrieves the parameters from this PickRay.
get(Point3d, Point3d) - Method in class org.jogamp.java3d.PickSegment
Gets the parameters from this PickSegment.
get(Transform3D) - Method in class org.jogamp.java3d.SensorRead
Retrieve the SensorRead's transform and place it in result
get(String) - Method in class org.jogamp.java3d.ShaderAttributeSet
Retrieves the shader attribute with the specified attrName from the attributes set.
get(int) - Method in class org.jogamp.java3d.SparseArray
Gets the Object mapped from the specified key, or null if no such mapping has been made.
get(int, E) - Method in class org.jogamp.java3d.SparseArray
Gets the Object mapped from the specified key, or the specified Object if no such mapping has been made.
get(Integer) - Method in class org.jogamp.java3d.SparseArray
 
get(double[]) - Method in class org.jogamp.java3d.Transform3D
Places the values of this transform into the double precision array of length 16.
get(float[]) - Method in class org.jogamp.java3d.Transform3D
Places the values of this transform into the single precision array of length 16.
get(Matrix3d) - Method in class org.jogamp.java3d.Transform3D
Places the normalized rotational component of this transform into the 3x3 matrix argument.
get(Matrix3f) - Method in class org.jogamp.java3d.Transform3D
Places the normalized rotational component of this transform into the 3x3 matrix argument.
get(Quat4f) - Method in class org.jogamp.java3d.Transform3D
Places the quaternion equivalent of the normalized rotational component of this transform into the quaternion parameter.
get(Quat4d) - Method in class org.jogamp.java3d.Transform3D
Places the quaternion equivalent of the normalized rotational component of this transform into the quaternion parameter.
get(Matrix4d) - Method in class org.jogamp.java3d.Transform3D
Places the values of this transform into the double precision matrix argument.
get(Matrix4f) - Method in class org.jogamp.java3d.Transform3D
Places the values of this transform into the single precision matrix argument.
get(Quat4d, Vector3d) - Method in class org.jogamp.java3d.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 org.jogamp.java3d.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 org.jogamp.java3d.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 org.jogamp.java3d.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 org.jogamp.java3d.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 org.jogamp.java3d.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 org.jogamp.java3d.Transform3D
Retrieves the translational components of this transform.
get(Vector3d) - Method in class org.jogamp.java3d.Transform3D
Retrieves the translational components of this transform.
getActivationRadius() - Method in class org.jogamp.java3d.ViewPlatform
Get the ViewPlatform's activation radius.
getAlignment() - Method in class org.jogamp.java3d.Text3D
Retrieves the text alignment policy for this Text3D NodeComponent object.
getAlignmentAxis(Vector3f) - Method in class org.jogamp.java3d.Billboard
Gets the alignment axis and sets the parameter to this value.
getAlignmentAxis(Vector3f) - Method in class org.jogamp.java3d.OrientedShape3D
Retrieves the alignment axis of this OrientedShape3D node, and copies it into the specified vector.
getAlignmentMode() - Method in class org.jogamp.java3d.Billboard
Gets the alignment mode.
getAlignmentMode() - Method in class org.jogamp.java3d.OrientedShape3D
Retrieves the alignment mode.
getAll() - Method in class org.jogamp.java3d.ShaderAttributeSet
Returns a shallow copy of the attributes set.
getAllBranchGraphs() - Method in class org.jogamp.java3d.Locale
Gets an Iterator object of all branch graphs in this Locale.
getAllCanvas3Ds() - Method in class org.jogamp.java3d.View
Gets the iterator object of all the Canvas3Ds.
getAllChildren() - Method in class org.jogamp.java3d.Group
Returns an Iterator object of this group node's list of children.
getAllGeometries() - Method in class org.jogamp.java3d.Shape3D
Returns an iterator of this Shape3D node's list of geometry components.
getAllInputDevices() - Method in class org.jogamp.java3d.PhysicalEnvironment
Create an enumerator that produces all input devices.
getAllLights() - Method in class org.jogamp.java3d.GraphicsContext3D
Retrieves the iterator object of all the lights.
getAllLocales() - Method in class org.jogamp.java3d.VirtualUniverse
Returns the iterator object of all locales in this virtual universe.
getAllScopes() - Method in class org.jogamp.java3d.AlternateAppearance
Returns an iterator of this AlternateAppearance node's list of scopes.
getAllScopes() - Method in class org.jogamp.java3d.Fog
Returns an iterator of this Fog node's list of scopes.
getAllScopes() - Method in class org.jogamp.java3d.Light
Returns an iterator of this Light node's list of scopes.
getAllScopes() - Method in class org.jogamp.java3d.ModelClip
Returns an iterator of this ModelClip node's list of scopes.
getAllSounds() - Method in class org.jogamp.java3d.GraphicsContext3D
Retrieves the iterator object of all the sounds.
getAllSwitches() - Method in class org.jogamp.java3d.LOD
Returns the iterator object of all switches.
getAllViews() - Method in class org.jogamp.java3d.ViewSpecificGroup
Returns an iterator of this ViewSpecificGroup node's list of views.
getAlpha() - Method in class org.jogamp.java3d.Interpolator
Retrieves this interpolator's alpha object.
getAlphaAtOneDuration() - Method in class org.jogamp.java3d.Alpha
Retrieves this alpha's alphaAtOneDuration.
getAlphaAtZeroDuration() - Method in class org.jogamp.java3d.Alpha
Retrieves this alpha's alphaAtZeroDuration.
getAlphaTestFunction() - Method in class org.jogamp.java3d.RenderingAttributes
Retrieves current alpha test function.
getAlphaTestValue() - Method in class org.jogamp.java3d.RenderingAttributes
Retrieves the alpha test value.
getAlternateCollisionTarget() - Method in class org.jogamp.java3d.Group
Returns the collision target state.
getAmbientColor(Color3f) - Method in class org.jogamp.java3d.Material
Retrieves this material's ambient color.
getAngleOffsetToSpeaker() - Method in interface org.jogamp.java3d.AudioDevice
Get Angle Offset (in radians) To Speaker.
getAngularAttenuation(Point3f[]) - Method in class org.jogamp.java3d.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 org.jogamp.java3d.ConeSound
Copies the array of attenuation values from this sound, including gain and filter, into the separate arrays.
getAngularAttenuationLength() - Method in class org.jogamp.java3d.ConeSound
Retrieves angular attenuation array length.
getAnisotropicFilterDegree() - Method in class org.jogamp.java3d.Texture
Retrieves the anisotropic filter degree for this texture object.
getAnisotropicFilterMode() - Method in class org.jogamp.java3d.Texture
Retrieves the anisotropic filter mode for this texture object.
getAppearance() - Method in class org.jogamp.java3d.AlternateAppearance
Retrieves the appearance from this AlternateAppearance node.
getAppearance() - Method in class org.jogamp.java3d.GraphicsContext3D
Retrieves the current Appearance component object.
getAppearance() - Method in class org.jogamp.java3d.Morph
Deprecated.
Retrieves the appearance component of this morph node.
getAppearance() - Method in class org.jogamp.java3d.Shape3D
Retrieves the appearance component of this shape node.
getAppearanceOverrideEnable() - Method in class org.jogamp.java3d.Morph
Deprecated.
Retrieves the appearanceOverrideEnable flag for this node.
getAppearanceOverrideEnable() - Method in class org.jogamp.java3d.Shape3D
Retrieves the appearanceOverrideEnable flag for this node.
getApplicationBoundingLeaf() - Method in class org.jogamp.java3d.Background
Retrieves the Background node's application bounding leaf.
getApplicationBoundingLeaf() - Method in class org.jogamp.java3d.Clip
Retrieves the Clip node's application bounding leaf.
getApplicationBoundingLeaf() - Method in class org.jogamp.java3d.Soundscape
Retrieves the Soundscape node's application bounding leaf.
getApplicationBounds() - Method in class org.jogamp.java3d.Background
Retrieves the Background node's application bounds.
getApplicationBounds() - Method in class org.jogamp.java3d.Clip
Retrieves the Clip node's application bounds.
getApplicationBounds() - Method in class org.jogamp.java3d.Soundscape
Retrieves the Soundscape node's application bounds.
getArmingBounds() - Method in class org.jogamp.java3d.WakeupOnCollisionEntry
Returns the bounds object used in specifying the collision condition.
getArmingBounds() - Method in class org.jogamp.java3d.WakeupOnCollisionExit
Returns the bounds object used in specifying the collision condition.
getArmingBounds() - Method in class org.jogamp.java3d.WakeupOnCollisionMovement
Returns the bounds object used in specifying the collision condition.
getArmingPath() - Method in class org.jogamp.java3d.WakeupOnCollisionEntry
Returns the path used in specifying the collision condition.
getArmingPath() - Method in class org.jogamp.java3d.WakeupOnCollisionExit
Returns the path used in specifying the collision condition.
getArmingPath() - Method in class org.jogamp.java3d.WakeupOnCollisionMovement
Returns the path used in specifying the collision condition.
getArrayLengths() - Method in class org.jogamp.java3d.PathInterpolator
Retrieves the length of the knots array.
getAttenuation(Point3f) - Method in class org.jogamp.java3d.PointLight
Gets this Light's current attenuation values and places it in the parameter specified.
getAttributeGain() - Method in class org.jogamp.java3d.AuralAttributes
Retrieve Attribute Gain (amplitude).
getAttributeName() - Method in class org.jogamp.java3d.ShaderAttribute
Retrieves the name of this shader attribute.
getAudioDevice() - Method in class org.jogamp.java3d.PhysicalEnvironment
Gets the audioDevice for this PhysicalEnvironment.
getAudioPlaybackType() - Method in interface org.jogamp.java3d.AudioDevice
Get Type of Audio Playback Output Device.
getAuralAttributes() - Method in class org.jogamp.java3d.GraphicsContext3D
Retrieves the current AuralAttributes component object.
getAuralAttributes() - Method in class org.jogamp.java3d.Soundscape
Retrieve reference of Aural Attributes
getAutoNormalize() - Method in class org.jogamp.java3d.Transform3D
Returns the state of auto-normalization.
getAWTEvent() - Method in class org.jogamp.java3d.WakeupOnAWTEvent
Retrieves the array of consecutive AWT event that triggered this wakeup.
getAxisOfRotation() - Method in class org.jogamp.java3d.RotationInterpolator
Deprecated.
As of Java 3D version 1.3, replaced by TransformInterpolator.getTransformAxis()
getAxisOfRotation() - Method in class org.jogamp.java3d.RotationPathInterpolator
Deprecated.
As of Java 3D version 1.3, replaced by TransformInterpolator.getTransformAxis()
getAxisOfRotPos() - Method in class org.jogamp.java3d.RotPosPathInterpolator
Deprecated.
As of Java 3D version 1.3, replaced by TransformInterpolator.getTransformAxis()
getAxisOfRotPosScale() - Method in class org.jogamp.java3d.RotPosScalePathInterpolator
Deprecated.
As of Java 3D version 1.3, replaced by TransformInterpolator.geTransformAxis()
getAxisOfScale() - Method in class org.jogamp.java3d.ScaleInterpolator
Deprecated.
As of Java 3D version 1.3, replaced by TransformInterpolator.getTransformAxis()
getAxisOfTranslation() - Method in class org.jogamp.java3d.PositionInterpolator
Deprecated.
As of Java 3D version 1.3, replaced by TransformInterpolator.getTransformAxis()
getAxisOfTranslation() - Method in class org.jogamp.java3d.PositionPathInterpolator
Deprecated.
As of Java 3D version 1.3, replaced by TransformInterpolator.getTransformAxis()
getBackClipDistance() - Method in class org.jogamp.java3d.View
Returns the view model's back clip distance.
getBackClipPolicy() - Method in class org.jogamp.java3d.View
Returns the view model's current back clip policy.
getBackDistance() - Method in class org.jogamp.java3d.Clip
Retrieves the back clip distance.
getBackDistance() - Method in class org.jogamp.java3d.LinearFog
Gets back distance for fog.
getBackFaceNormalFlip() - Method in class org.jogamp.java3d.PolygonAttributes
Gets the back face normal flip flag.
getBackground() - Method in class org.jogamp.java3d.GraphicsContext3D
Retrieves the current Background leaf node object.
getBackground() - Method in class org.jogamp.java3d.J3DGraphics2D
This method is not supported.
getBaseLevel() - Method in class org.jogamp.java3d.Texture
Retrieves the base level for this texture object.
getBehavior() - Method in class org.jogamp.java3d.WakeupOnBehaviorPost
Returns the behavior specified in this object's constructor.
getBestConfiguration(GraphicsConfiguration[]) - Method in class org.jogamp.java3d.GraphicsConfigTemplate3D
Implement the abstract function of getBestConfiguration() in GraphicsConfigTemplate.
getBestType() - Method in class org.jogamp.java3d.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 org.jogamp.java3d.GraphicsConfigTemplate3D
Retrieves the number of blue bits requested by this template.
getBoundaryColor(Color4f) - Method in class org.jogamp.java3d.Texture
Retrieves the texture boundary color for this texture object.
getBoundaryModeR() - Method in class org.jogamp.java3d.Texture3D
Retrieves the boundary mode for the R coordinate.
getBoundaryModeS() - Method in class org.jogamp.java3d.Texture
Retrieves the boundary mode for the S coordinate.
getBoundaryModeT() - Method in class org.jogamp.java3d.Texture
Retrieves the boundary mode for the T coordinate.
getBoundaryWidth() - Method in class org.jogamp.java3d.Texture
Retrieves the width of the boundary of this Texture object.
getBoundingBox(int, BoundingBox) - Method in class org.jogamp.java3d.Font3D
Returns the 3D bounding box of the specified glyph code.
getBoundingBox(BoundingBox) - Method in class org.jogamp.java3d.Text3D
Retrieves the 3D bounding box that encloses this Text3D object.
getBounds() - Method in class org.jogamp.java3d.Node
Returns the bounding object of a node.
getBounds() - Method in class org.jogamp.java3d.Shape3D
See parent class for the documentation on getBounds().
getBounds() - Method in class org.jogamp.java3d.WakeupOnSensorEntry
Returns this object's bounds specification
getBounds() - Method in class org.jogamp.java3d.WakeupOnSensorExit
Returns this object's bounds specification
getBounds() - Method in class org.jogamp.java3d.WakeupOnViewPlatformEntry
Returns this object's bounds specification
getBounds() - Method in class org.jogamp.java3d.WakeupOnViewPlatformExit
Returns this object's bounds specification
getBoundsAutoCompute() - Method in class org.jogamp.java3d.Node
Gets the value indicating if the automatic calcuation of geometric bounds of a node is on/off.
getBuffer() - Method in class org.jogamp.java3d.J3DBuffer
Retrieves the NIO buffer object from this J3DBuffer.
getBufferOverride() - Method in class org.jogamp.java3d.GraphicsContext3D
Returns the current buffer override flag.
getButtons(int[]) - Method in class org.jogamp.java3d.SensorRead
Copies the array of button values for this SensorRead object into the specified array.
getByteCount() - Method in class org.jogamp.java3d.CompressedGeometry
Deprecated.
Returns the size, in bytes, of the compressed geometry buffer.
getCacheEnable() - Method in class org.jogamp.java3d.MediaContainer
Retrieve Cache Enable state flag.
getCanvas3D() - Method in class org.jogamp.java3d.GraphicsContext3D
Gets the Canvas3D that created this GraphicsContext3D.
getCanvas3D() - Method in class org.jogamp.java3d.RenderingError
Returns the canvas associated with this rendering error.
getCanvas3D() - Method in class org.jogamp.java3d.ShaderError
Returns the canvas associated with this shader error.
getCanvas3D(int) - Method in class org.jogamp.java3d.View
Gets the Canvas3D at the specified index position.
getCapability(int) - Method in class org.jogamp.java3d.SceneGraphObject
Retrieves the specified capability bit.
getCapabilityIsFrequent(int) - Method in class org.jogamp.java3d.SceneGraphObject
Retrieves the isFrequent bit associated with the specified capability bit.
getCenter(Point3d) - Method in class org.jogamp.java3d.BoundingBox
 
getCenter(Point3d) - Method in class org.jogamp.java3d.BoundingPolytope
 
getCenter(Point3d) - Method in class org.jogamp.java3d.BoundingSphere
Returns the position of this bounding sphere as a point.
getCenter(Point3d) - Method in class org.jogamp.java3d.Bounds
Gets the centroid of this bounding region.
getCenterEarToSpeaker() - Method in interface org.jogamp.java3d.AudioDevice
Get Distance from interaural mid-point between Ears to a Speaker.
getCenterEyeInImagePlate(Point3d) - Method in class org.jogamp.java3d.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 org.jogamp.java3d.AudioDevice
Query number of channels currently available for use.
getChannelsUsedForSound(Sound) - Method in interface org.jogamp.java3d.AudioDevice
Query number of channels that are used, or would be used to render a particular sound node.
getCharacterSpacing() - Method in class org.jogamp.java3d.Text3D
Retrieves the character spacing used to construct the Text3D string.
getChild(int) - Method in class org.jogamp.java3d.Group
Retrieves the child node at the specified index in this group node's list of children.
getChildIndexOrder() - Method in class org.jogamp.java3d.OrderedGroup
Retrieves the current childIndexOrder array.
getChildMask() - Method in class org.jogamp.java3d.Switch
Retrieves the current child selection mask.
getClipMode() - Method in class org.jogamp.java3d.Raster
Retrieves the current clipping mode of this raster object.
getClosestDistance() - Method in class org.jogamp.java3d.PickInfo
Retrieves the distance between the start point of the pickShape and the closest intersection point.
getClosestIntersectionPoint() - Method in class org.jogamp.java3d.PickInfo
Retrieves the reference to the closest intersection point in this PickInfo object.
getCoexistenceCenteringEnable() - Method in class org.jogamp.java3d.View
Retrieves the coexistenceCentering enable flag.
getCoexistenceCenterInPworldPolicy() - Method in class org.jogamp.java3d.PhysicalEnvironment
Returns the current coexistence center in physical world policy.
getCoexistenceToTrackerBase(Transform3D) - Method in class org.jogamp.java3d.PhysicalEnvironment
Retrieves the coexistence coordinate system to tracker-base coordinate system transform and copies it into the specified Transform3D object.
getCollidable() - Method in class org.jogamp.java3d.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 org.jogamp.java3d.Group
Returns the collision bounding object of this node.
getCollisionBounds() - Method in class org.jogamp.java3d.Morph
Deprecated.
Returns the collision bounding object of this node.
getCollisionBounds() - Method in class org.jogamp.java3d.Shape3D
Returns the collision bounding object of this node.
getColor(Color3f) - Method in class org.jogamp.java3d.Background
Retrieves the background color.
getColor(Color3f) - Method in class org.jogamp.java3d.ColoringAttributes
Gets the intrinsic color of this ColoringAttributes component object.
getColor(Color3f) - Method in class org.jogamp.java3d.Fog
Retrieves the fog color.
getColor(int, float[]) - Method in class org.jogamp.java3d.GeometryArray
Gets the color associated with the vertex at the specified index for this object.
getColor(int, byte[]) - Method in class org.jogamp.java3d.GeometryArray
Gets the color associated with the vertex at the specified index for this object.
getColor(int, Color3f) - Method in class org.jogamp.java3d.GeometryArray
Gets the color associated with the vertex at the specified index for this object.
getColor(int, Color4f) - Method in class org.jogamp.java3d.GeometryArray
Gets the color associated with the vertex at the specified index for this object.
getColor(int, Color3b) - Method in class org.jogamp.java3d.GeometryArray
Gets the color associated with the vertex at the specified index for this object.
getColor(int, Color4b) - Method in class org.jogamp.java3d.GeometryArray
Gets the color associated with the vertex at the specified index for this object.
getColor(Color3f) - Method in class org.jogamp.java3d.Light
Gets this Light's current color and places it in the parameter specified.
getColorIndex(int) - Method in class org.jogamp.java3d.IndexedGeometryArray
Retrieves the color index associated with the vertex at the specified index for this object.
getColorIndices(int, int[]) - Method in class org.jogamp.java3d.IndexedGeometryArray
Retrieves the color indices associated with the vertices starting at the specified index for this object.
getColoringAttributes() - Method in class org.jogamp.java3d.Appearance
Retrieves the current coloringAttributes object.
getColorRef3b() - Method in class org.jogamp.java3d.GeometryArray
Deprecated.
As of Java 3D version 1.3, use geometry by-copy for Color3b arrays
getColorRef3f() - Method in class org.jogamp.java3d.GeometryArray
Deprecated.
As of Java 3D version 1.3, use geometry by-copy for Color3f arrays
getColorRef4b() - Method in class org.jogamp.java3d.GeometryArray
Deprecated.
As of Java 3D version 1.3, use geometry by-copy for Color4b arrays
getColorRef4f() - Method in class org.jogamp.java3d.GeometryArray
Deprecated.
As of Java 3D version 1.3, use geometry by-copy for Color4f arrays
getColorRefBuffer() - Method in class org.jogamp.java3d.GeometryArray
Gets the color array buffer reference.
getColorRefByte() - Method in class org.jogamp.java3d.GeometryArray
Gets the byte color array reference.
getColorRefFloat() - Method in class org.jogamp.java3d.GeometryArray
Gets the float color array reference.
getColors(int, float[]) - Method in class org.jogamp.java3d.GeometryArray
Gets the colors associated with the vertices starting at the specified index for this object.
getColors(int, byte[]) - Method in class org.jogamp.java3d.GeometryArray
Gets the colors associated with the vertices starting at the specified index for this object.
getColors(int, Color3f[]) - Method in class org.jogamp.java3d.GeometryArray
Gets the colors associated with the vertices starting at the specified index for this object.
getColors(int, Color4f[]) - Method in class org.jogamp.java3d.GeometryArray
Gets the colors associated with the vertices starting at the specified index for this object.
getColors(int, Color3b[]) - Method in class org.jogamp.java3d.GeometryArray
Gets the colors associated with the vertices starting at the specified index for this object.
getColors(int, Color4b[]) - Method in class org.jogamp.java3d.GeometryArray
Gets the colors associated with the vertices starting at the specified index for this object.
getColorTarget() - Method in class org.jogamp.java3d.Material
Retrieves the current color target for this material.
getCombineAlphaFunction(int) - Method in class org.jogamp.java3d.TextureAttributes
Retrieves the function for the alpha component of the specified color operand for this object.
getCombineAlphaMode() - Method in class org.jogamp.java3d.TextureAttributes
Retrieves the combine mode for the alpha component of the output color for this object.
getCombineAlphaScale() - Method in class org.jogamp.java3d.TextureAttributes
Retrieves the scale factor for the alpha component of the output color for this object.
getCombineAlphaSource(int) - Method in class org.jogamp.java3d.TextureAttributes
Retrieves the source for the alpha component of the specified color operand for this object.
getCombineRgbFunction(int) - Method in class org.jogamp.java3d.TextureAttributes
Retrieves the function for the rgb components of the specified color operand for this object.
getCombineRgbMode() - Method in class org.jogamp.java3d.TextureAttributes
Retrieves the combine mode for the rgb components of the output color for this object.
getCombineRgbScale() - Method in class org.jogamp.java3d.TextureAttributes
Retrieves the scale factor for the rgb components of the output color for this object.
getCombineRgbSource(int) - Method in class org.jogamp.java3d.TextureAttributes
Retrieves the source for the rgb components of the specified color operand for this object.
getComparator(View) - Static method in class org.jogamp.java3d.TransparencySortMap
Returns the comparator for the specified view
getCompatibilityModeEnable() - Method in class org.jogamp.java3d.View
Retrieves the compatibility mode enable flag.
getCompressedGeometry(byte[]) - Method in class org.jogamp.java3d.CompressedGeometry
Deprecated.
Retrieves the compressed geometry associated with the CompressedGeometry NodeComponent object.
getCompressedGeometryBuffer() - Method in class org.jogamp.java3d.CompressedGeometry
Deprecated.
Gets the compressed geometry data buffer reference, which is always null since NIO buffers are not supported for CompressedGeometry objects.
getCompressedGeometryHeader(CompressedGeometryHeader) - Method in class org.jogamp.java3d.CompressedGeometry
Deprecated.
Copies the compressed geometry header from the CompressedGeometry NodeComponent into the passed in parameter.
getCompressedGeometryRef() - Method in class org.jogamp.java3d.CompressedGeometry
Deprecated.
Gets the compressed geometry data reference.
getConcentration() - Method in class org.jogamp.java3d.SpotLight
Gets spot light concentration.
getConstantScaleEnable() - Method in class org.jogamp.java3d.OrientedShape3D
Retrieves the constant scale enable flag.
getContinuousEnable() - Method in class org.jogamp.java3d.Sound
Retrieves sound's continuous play flag.
getCoordinate(int, float[]) - Method in class org.jogamp.java3d.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 org.jogamp.java3d.GeometryArray
Gets the coordinate associated with the vertex at the specified index for this object.
getCoordinate(int, Point3f) - Method in class org.jogamp.java3d.GeometryArray
Gets the coordinate associated with the vertex at the specified index for this object.
getCoordinate(int, Point3d) - Method in class org.jogamp.java3d.GeometryArray
Gets the coordinate associated with the vertex at the specified index for this object.
getCoordinateIndex(int) - Method in class org.jogamp.java3d.IndexedGeometryArray
Retrieves the coordinate index associated with the vertex at the specified index for this object.
getCoordinateIndices(int, int[]) - Method in class org.jogamp.java3d.IndexedGeometryArray
Retrieves the coordinate indices associated with the vertices starting at the specified index for this object.
getCoordinates(int, float[]) - Method in class org.jogamp.java3d.GeometryArray
Gets the coordinates associated with the vertices starting at the specified index for this object.
getCoordinates(int, double[]) - Method in class org.jogamp.java3d.GeometryArray
Gets the coordinates associated with the vertices starting at the specified index for this object.
getCoordinates(int, Point3f[]) - Method in class org.jogamp.java3d.GeometryArray
Gets the coordinates associated with the vertices starting at the specified index for this object.
getCoordinates(int, Point3d[]) - Method in class org.jogamp.java3d.GeometryArray
Gets the coordinates associated with the vertices starting at the specified index for this object.
getCoordIndicesRef() - Method in class org.jogamp.java3d.IndexedGeometryArray
Returns a reference to the coordinate indices associated with the vertices
getCoordRef3d() - Method in class org.jogamp.java3d.GeometryArray
Deprecated.
As of Java 3D version 1.3, use geometry by-copy for Point3d arrays
getCoordRef3f() - Method in class org.jogamp.java3d.GeometryArray
Deprecated.
As of Java 3D version 1.3, use geometry by-copy for Point3f arrays
getCoordRefBuffer() - Method in class org.jogamp.java3d.GeometryArray
Gets the coordinate array buffer reference.
getCoordRefDouble() - Method in class org.jogamp.java3d.GeometryArray
Gets the double coordinate array reference.
getCoordRefFloat() - Method in class org.jogamp.java3d.GeometryArray
Gets the float coordinate array reference.
getCullFace() - Method in class org.jogamp.java3d.PolygonAttributes
Gets the face culling for this appearance component object.
getCurrentFrameStartTime() - Method in class org.jogamp.java3d.View
This method returns the time at which the most recent rendering frame started.
getCurrentSensorRead() - Method in class org.jogamp.java3d.Sensor
Gets the current sensor read.
getDataBuffer() - Method in class org.jogamp.java3d.NioImageBuffer
Gets the data buffer to the specified input data buffer.
getDecayFilter() - Method in class org.jogamp.java3d.AuralAttributes
Retrieve Decay Filter.
getDecayTime() - Method in class org.jogamp.java3d.AuralAttributes
Retrieve Decay Time.
getDecreasingAlphaDuration() - Method in class org.jogamp.java3d.Alpha
Retrieves this alpha's decreasingAlphaDuration.
getDecreasingAlphaRampDuration() - Method in class org.jogamp.java3d.Alpha
Retrieves this alpha's decreasingAlphaRampDuration.
getDensity() - Method in class org.jogamp.java3d.AuralAttributes
Retrieve Density.
getDensity() - Method in class org.jogamp.java3d.ExponentialFog
Gets fog density.
getDepth() - Method in class org.jogamp.java3d.ImageComponent3D
Retrieves the depth of this 3D image component object.
getDepth() - Method in class org.jogamp.java3d.Texture3D
Retrieves the depth of this Texture3D object.
getDepthBufferEnable() - Method in class org.jogamp.java3d.RenderingAttributes
Retrieves the state of zBuffer Enable flag
getDepthBufferFreezeTransparent() - Method in class org.jogamp.java3d.View
Retrieves the current value of the depth buffer freeze transparent flag for this view.
getDepthBufferWriteEnable() - Method in class org.jogamp.java3d.RenderingAttributes
Retrieves the state of Depth Buffer Write Enable flag.
getDepthComponent() - Method in class org.jogamp.java3d.Raster
Retrieves the current depth image object.
getDepthData(float[]) - Method in class org.jogamp.java3d.DepthComponentFloat
Copies the depth data from this object to the specified array.
getDepthData(int[]) - Method in class org.jogamp.java3d.DepthComponentInt
Copies the depth data from this object to the specified array.
getDepthSize() - Method in class org.jogamp.java3d.GraphicsConfigTemplate3D
Retrieves the size of the depth buffer.
getDepthTestFunction() - Method in class org.jogamp.java3d.RenderingAttributes
Retrieves current depth test function.
getDetailImage() - Method in class org.jogamp.java3d.Texture2D
Deprecated.
As of Java 3D 1.5 the optional detail texture feature is no longer supported.
getDetailMessage() - Method in class org.jogamp.java3d.RenderingError
Returns the detail message for this rendering error.
getDetailMessage() - Method in class org.jogamp.java3d.ShaderError
Returns the detail message for this shader error.
getDetailTextureFunc(float[], float[]) - Method in class org.jogamp.java3d.Texture2D
Deprecated.
As of Java 3D 1.5 the optional detail texture feature is no longer supported.
getDetailTextureFunc(Point2f[]) - Method in class org.jogamp.java3d.Texture2D
Deprecated.
As of Java 3D 1.5 the optional detail texture feature is no longer supported.
getDetailTextureFuncPointsCount() - Method in class org.jogamp.java3d.Texture2D
Deprecated.
As of Java 3D 1.5 the optional detail texture feature is no longer supported.
getDetailTextureLevel() - Method in class org.jogamp.java3d.Texture2D
Deprecated.
As of Java 3D 1.5 the optional detail texture feature is no longer supported.
getDetailTextureMode() - Method in class org.jogamp.java3d.Texture2D
Deprecated.
As of Java 3D 1.5 the optional detail texture feature is no longer supported.
getDeterminantSign() - Method in class org.jogamp.java3d.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 org.jogamp.java3d.Sensor
Retrieves the sensor's associated input device.
getDiffuseColor(Color3f) - Method in class org.jogamp.java3d.Material
Retrieves this material's diffuse color.
getDiffusion() - Method in class org.jogamp.java3d.AuralAttributes
Retrieve Diffusion.
getDirection(Vector3f) - Method in class org.jogamp.java3d.ConeSound
Retrieves this sound's direction and places it in the vector provided.
getDirection(Vector3f) - Method in class org.jogamp.java3d.DirectionalLight
Gets this Light's current direction and places it in the parameter specified.
getDirection(Vector3d) - Method in class org.jogamp.java3d.PickCone
Gets the direction of this PickCone.
getDirection(Vector3d) - Method in class org.jogamp.java3d.PickCylinder
Gets the direction of this cylinder.
getDirection(Vector3f) - Method in class org.jogamp.java3d.SpotLight
Gets this Light's current direction and places it in the parameter specified.
getDistance(int) - Method in class org.jogamp.java3d.DistanceLOD
Returns a particular LOD cut-off distance.
getDistance() - Method in class org.jogamp.java3d.PickInfo.IntersectionInfo
Retrieves the distance between the start point of the pickShape and the intersection point.
getDistanceFilter(Point2f[]) - Method in class org.jogamp.java3d.AuralAttributes
Retrieve Distance Filter as a single array containing distances and frequency cutoff.
getDistanceFilter(float[], float[]) - Method in class org.jogamp.java3d.AuralAttributes
Retrieve Distance Filter in separate distance and frequency cutoff arrays.
getDistanceFilterLength() - Method in class org.jogamp.java3d.AuralAttributes
Retrieve Distance Filter array length.
getDistanceGain(Point2f[], Point2f[]) - Method in class org.jogamp.java3d.ConeSound
Gets this sound's elliptical distance attenuation.
getDistanceGain(float[], float[], float[], float[]) - Method in class org.jogamp.java3d.ConeSound
Gets this sound's elliptical distance gain attenuation values in separate arrays.
getDistanceGain(Point2f[]) - Method in class org.jogamp.java3d.PointSound
Gets this sound's distance attenuation.
getDistanceGain(float[], float[]) - Method in class org.jogamp.java3d.PointSound
Gets this sound's distance gain attenuation values in separate arrays.
getDistanceGainLength() - Method in class org.jogamp.java3d.PointSound
Get the length of this node's distance gain attenuation arrays.
getDistanceSquared() - Method in interface org.jogamp.java3d.TransparencySortGeom
Returns the distance squared of this object to the viewer.
getDominantHandIndex() - Method in class org.jogamp.java3d.PhysicalEnvironment
Gets the sensor index of the dominant hand.
getDoubleBuffer() - Method in class org.jogamp.java3d.GraphicsConfigTemplate3D
Retrieves the double buffering value.
getDoubleBufferAvailable() - Method in class org.jogamp.java3d.Canvas3D
Returns a status flag indicating whether or not double buffering is available.
getDoubleBufferEnable() - Method in class org.jogamp.java3d.Canvas3D
Returns a status flag indicating whether or not double buffering is enabled.
getDstBlendFunction() - Method in class org.jogamp.java3d.TransparencyAttributes
Gets the destination blend function for this TransparencyAttributes object.
getDstOffset(Point) - Method in class org.jogamp.java3d.Raster
Retrieves the current destination pixel offset.
getDuplicateOnCloneTree() - Method in class org.jogamp.java3d.NodeComponent
Returns this node's duplicateOnCloneTree value.
getDuration() - Method in class org.jogamp.java3d.Sound
Get the Sound's duration
getElapsedFrameCount() - Method in class org.jogamp.java3d.WakeupOnElapsedFrames
Retrieves the elapsed frame count that was used when constructing this object.
getElapsedFrameTime() - Method in class org.jogamp.java3d.WakeupOnElapsedTime
Retrieve the WakeupCriterion's elapsed time value that was used when constructing this object.
getEmissiveColor(Color3f) - Method in class org.jogamp.java3d.Material
Retrieves this material's emissive color and stores it in the argument provided.
getEnable() - Method in class org.jogamp.java3d.Behavior
Retrieves the state of the Behavior enable flag.
getEnable() - Method in class org.jogamp.java3d.Light
Retrieves this Light's current state (on/off).
getEnable(int) - Method in class org.jogamp.java3d.ModelClip
Retrieves the specified enable flag from this ModelClip node.
getEnable() - Method in class org.jogamp.java3d.Sound
Retrieves sound's enabled flag.
getEnable() - Method in class org.jogamp.java3d.TexCoordGeneration
Retrieves the state of the texCoordGeneration enable flag.
getEnable() - Method in class org.jogamp.java3d.Texture
Retrieves the state of the texture enable flag.
getEnables(boolean[]) - Method in class org.jogamp.java3d.ModelClip
Retrieves the per-plane enable flags from this ModelClip node.
getEnd(Point3d) - Method in class org.jogamp.java3d.PickConeSegment
Gets the end point of this PickConeSegment.
getEnd(Point3d) - Method in class org.jogamp.java3d.PickCylinderSegment
Gets the end point of this PickCylinderSegment.
getEndColor(Color3f) - Method in class org.jogamp.java3d.ColorInterpolator
This method retrieves this interpolator's endColor.
getEndPosition() - Method in class org.jogamp.java3d.PositionInterpolator
This method retrieves this interpolator's endPosition.
getErrorCode() - Method in class org.jogamp.java3d.RenderingError
Returns the error code for this rendering error.
getErrorCode() - Method in class org.jogamp.java3d.ShaderError
Returns the error code for this shader error.
getErrorMessage() - Method in class org.jogamp.java3d.RenderingError
Returns the error message for this rendering error.
getErrorMessage() - Method in class org.jogamp.java3d.ShaderError
Returns the error message for this shader error.
getExtrusionShape() - Method in class org.jogamp.java3d.FontExtrusion
Gets the FontExtrusion's shape parameter.
getFieldOfView() - Method in class org.jogamp.java3d.View
Returns the current field of view.
getFilter4Func(float[]) - Method in class org.jogamp.java3d.Texture
Copies the array of filter4 function values into the specified array.
getFilter4FuncPointsCount() - Method in class org.jogamp.java3d.Texture
Retrieves the number of filter4 function values for this texture object.
getFirstChildIndex() - Method in class org.jogamp.java3d.SwitchValueInterpolator
This method retrieves this interpolator's firstChildIndex.
getFog() - Method in class org.jogamp.java3d.GraphicsContext3D
Retrieves the current Fog leaf node object.
getFont() - Method in class org.jogamp.java3d.Font3D
Returns the Java 2D Font used to create this Font3D object.
getFont3D() - Method in class org.jogamp.java3d.Text3D
Returns the Font3D objects used by this Text3D NodeComponent object.
getFontExtrusion(FontExtrusion) - Method in class org.jogamp.java3d.Font3D
Copies the FontExtrusion object used to create this Font3D object into the specified parameter.
getFormat() - Method in class org.jogamp.java3d.ImageComponent
Retrieves the format of this image component object.
getFormat() - Method in class org.jogamp.java3d.TexCoordGeneration
Retrieves the current TexCoordGeneration format.
getFormat() - Method in class org.jogamp.java3d.Texture
Retrieves the format of this Texture object.
getFrameNumber() - Method in class org.jogamp.java3d.View
This method returns the frame number for this view.
getFrameStartTimes(long[]) - Method in class org.jogamp.java3d.View
Copies the last k frame start time values into the user-specified array.
getFrequencyScaleFactor() - Method in class org.jogamp.java3d.AuralAttributes
Retrieve Frequency Scale Factor.
getFrontBufferRendering() - Method in class org.jogamp.java3d.GraphicsContext3D
Returns the current front buffer rendering flag.
getFrontClipDistance() - Method in class org.jogamp.java3d.View
Returns the view model's front clip distance.
getFrontClipPolicy() - Method in class org.jogamp.java3d.View
Returns the view model's current front clip policy.
getFrontDistance() - Method in class org.jogamp.java3d.LinearFog
Gets front distance for fog.
getGenMode() - Method in class org.jogamp.java3d.TexCoordGeneration
Retrieves the current TexCoordGeneration generation mode.
getGeometry() - Method in class org.jogamp.java3d.Background
Retrieves the background geometry.
getGeometry() - Method in class org.jogamp.java3d.PickInfo.IntersectionInfo
Retrieves the reference to the intersected geometry in the picked object, either a Shape3D or Morph.
getGeometry() - Method in class org.jogamp.java3d.ShaderError
Returns the geometry associated with this shader error.
getGeometry() - Method in class org.jogamp.java3d.Shape3D
Retrieves the geometry component at index 0 from this Shape3D node's list of geometry components.
getGeometry(int) - Method in class org.jogamp.java3d.Shape3D
Retrieves the geometry component at the specified index from this Shape3D node's list of geometry components.
getGeometry() - Method in interface org.jogamp.java3d.TransparencySortGeom
Returns the Geometry for this object.
getGeometryArray(int) - Method in class org.jogamp.java3d.Morph
Deprecated.
Retrieves the geometryArray component of this Morph node.
getGeometryIndex() - Method in class org.jogamp.java3d.PickInfo.IntersectionInfo
Retrieves the index to the intersected geometry in the picked node, either a Shape3D or Morph.
getGlyphGeometry(char) - Method in class org.jogamp.java3d.Font3D
Returns a GeometryArray of a glyph in this Font3D.
getGraphics2D() - Method in class org.jogamp.java3d.Canvas3D
Get the 2D graphics object associated with this Canvas3D.
getGraphicsContext3D() - Method in class org.jogamp.java3d.Canvas3D
Get the immediate mode 3D graphics context associated with this Canvas3D.
getGraphicsDevice() - Method in class org.jogamp.java3d.RenderingError
Returns the graphics device associated with this rendering error.
getGreenSize() - Method in class org.jogamp.java3d.GraphicsConfigTemplate3D
Retrieves the number of green bits requested by this template.
getHeadIndex() - Method in class org.jogamp.java3d.PhysicalEnvironment
Gets the sensor index of the head.
getHeadToHeadTracker(Transform3D) - Method in class org.jogamp.java3d.PhysicalBody
Retrieves the head to head-tracker coordinate system transform.
getHeadTrackerToLeftImagePlate(Transform3D) - Method in class org.jogamp.java3d.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 org.jogamp.java3d.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 org.jogamp.java3d.DepthComponent
Retrieves the height of this depth component object.
getHeight() - Method in class org.jogamp.java3d.ImageComponent
Retrieves the height of this image component object.
getHeight() - Method in class org.jogamp.java3d.NioImageBuffer
Gets the height of this data buffer.
getHeight() - Method in class org.jogamp.java3d.Texture
Retrieves the height of this Texture object.
getHiRes(HiResCoord) - Method in class org.jogamp.java3d.GraphicsContext3D
Retrieves the current HiRes coordinate of this context.
getHiRes(HiResCoord) - Method in class org.jogamp.java3d.Locale
Returns this node's HiResCoord.
getHiResCoord(int[], int[], int[]) - Method in class org.jogamp.java3d.HiResCoord
Retrieves this HiResCoord's location and saves the coordinates in the specified arrays.
getHiResCoord(HiResCoord) - Method in class org.jogamp.java3d.HiResCoord
Retrieves this HiResCoord's location and places it into the hires argument.
getHiResCoordX(int[]) - Method in class org.jogamp.java3d.HiResCoord
Retrieves this HiResCoord's X value and stores it in the specified array.
getHiResCoordY(int[]) - Method in class org.jogamp.java3d.HiResCoord
Retrieves this HiResCoord's Y value and stores it in the specified array.
getHiResCoordZ(int[]) - Method in class org.jogamp.java3d.HiResCoord
Retrieves this HiResCoord's Z value and stores it in the specified array.
getHotspot(Point3d) - Method in class org.jogamp.java3d.Sensor
Get the sensor's hotspot in this sensor's coordinate system.
getIgnoreVertexColors() - Method in class org.jogamp.java3d.RenderingAttributes
Retrieves the ignoreVertexColors flag for this RenderingAttributes object.
getImage() - Method in class org.jogamp.java3d.Background
Retrieves the background image.
getImage() - Method in class org.jogamp.java3d.ImageComponent2D
Retrieves the image from this ImageComponent2D object.
getImage() - Method in class org.jogamp.java3d.ImageComponent3D
Retrieves the images from this ImageComponent3D object.
getImage(int) - Method in class org.jogamp.java3d.ImageComponent3D
Retrieves one of the images from this ImageComponent3D object.
getImage() - Method in class org.jogamp.java3d.Raster
Retrieves the current pixel array object.
getImage(int) - Method in class org.jogamp.java3d.Texture
Retrieves the image for a specified mipmap level.
getImage(int, int) - Method in class org.jogamp.java3d.TextureCubeMap
Retrieves the image for a specified mipmap level of a particular face of the cube map.
getImage(int) - Method in class org.jogamp.java3d.TextureCubeMap
This method is not supported for TextureCubeMap.
getImageClass() - Method in class org.jogamp.java3d.ImageComponent
Retrieves the image class of this ImageComponent object.
getImagePlateToVworld(Transform3D) - Method in class org.jogamp.java3d.Canvas3D
Retrieves the current ImagePlate coordinates to Virtual World coordinates transform and places it into the specified object.
getImages() - Method in class org.jogamp.java3d.Texture
Retrieves the array of images for all mipmap levels.
getImages(int) - Method in class org.jogamp.java3d.TextureCubeMap
Retrieves the array of images for all mipmap level of a particular face of the cube map.
getImages() - Method in class org.jogamp.java3d.TextureCubeMap
This method is not supported for TextureCubeMap.
getImageScaleMode() - Method in class org.jogamp.java3d.Background
Retrieves the current image scale mode.
getImageType() - Method in class org.jogamp.java3d.NioImageBuffer
Gets the image type of this data buffer.
getIncreasingAlphaDuration() - Method in class org.jogamp.java3d.Alpha
Retrieves this alpha's increasingAlphaDuration.
getIncreasingAlphaRampDuration() - Method in class org.jogamp.java3d.Alpha
Retrieves this alpha's increasingAlphaRampDuration.
getIndexCount() - Method in class org.jogamp.java3d.IndexedGeometryArray
Gets number of indices for this IndexedGeometryArray.
getInfluencingBoundingLeaf() - Method in class org.jogamp.java3d.AlternateAppearance
Retrieves the AlternateAppearance node's influencing bounding leaf.
getInfluencingBoundingLeaf() - Method in class org.jogamp.java3d.Fog
Retrieves the Fog node's influencing bounding leaf.
getInfluencingBoundingLeaf() - Method in class org.jogamp.java3d.Light
Retrieves the Light node's influencing bounding leaf.
getInfluencingBoundingLeaf() - Method in class org.jogamp.java3d.ModelClip
Retrieves the ModelClip node's influencing bounding leaf.
getInfluencingBounds() - Method in class org.jogamp.java3d.AlternateAppearance
Retrieves the AlternateAppearance node's influencing bounds.
getInfluencingBounds() - Method in class org.jogamp.java3d.Fog
Retrieves the Fog node's influencing bounds.
getInfluencingBounds() - Method in class org.jogamp.java3d.Light
Retrieves the Light node's influencing bounds.
getInfluencingBounds() - Method in class org.jogamp.java3d.ModelClip
Retrieves the ModelClip node's influencing bounds.
getInitialColorIndex() - Method in class org.jogamp.java3d.GeometryArray
Gets the initial color index for this GeometryArray object.
getInitialCoordIndex() - Method in class org.jogamp.java3d.GeometryArray
Gets the initial coordinate index for this GeometryArray object.
getInitialGain() - Method in class org.jogamp.java3d.Sound
Get the overall gain applied to the sound data associated with source.
getInitialIndexIndex() - Method in class org.jogamp.java3d.IndexedGeometryArray
Gets the initial index index for this IndexedGeometryArray object.
getInitialNormalIndex() - Method in class org.jogamp.java3d.GeometryArray
Gets the initial normal index for this GeometryArray object.
getInitialTexCoordIndex(int) - Method in class org.jogamp.java3d.GeometryArray
Gets the initial texture coordinate index for the specified texture coordinate set for this GeometryArray object.
getInitialVertexAttrIndex(int) - Method in class org.jogamp.java3d.GeometryArray
Gets the initial vertex attribute index for the specified vertex attribute number for this GeometryArray object.
getInitialVertexIndex() - Method in class org.jogamp.java3d.GeometryArray
Gets the initial vertex index for this GeometryArray object.
getInputStream() - Method in class org.jogamp.java3d.MediaContainer
Retrieve Input Stream.
getInterleavedVertexBuffer() - Method in class org.jogamp.java3d.GeometryArray
Gets the interleaved vertex array buffer reference.
getInterleavedVertices() - Method in class org.jogamp.java3d.GeometryArray
Gets the interleaved vertices array reference.
getIntersectionInfos() - Method in class org.jogamp.java3d.PickInfo
Retrieves the reference to the array of intersection results in this PickInfo object.
getIntersectionPoint() - Method in class org.jogamp.java3d.PickInfo.IntersectionInfo
Retrieves the reference to the intersection point in the pickable node.
getInverseVworldProjection(Transform3D, Transform3D) - Method in class org.jogamp.java3d.Canvas3D
Copies the inverse of the current Vworld projection transform for each eye into the specified Transform3D objects.
getJ3DAttributeName() - Method in class org.jogamp.java3d.ShaderAttributeBinding
Retrieves the name of the Java 3D system attribute that is bound to this shader attribute.
getJ3DThreadPriority() - Static method in class org.jogamp.java3d.VirtualUniverse
Retrieves that priority of Java 3D's threads.
getKnot(int) - Method in class org.jogamp.java3d.PathInterpolator
Retrieves the knot at the specified index.
getKnots(float[]) - Method in class org.jogamp.java3d.PathInterpolator
Copies the array of knots from this interpolator into the specified array.
getLastChildIndex() - Method in class org.jogamp.java3d.SwitchValueInterpolator
This method retrieves this interpolator's lastSwitchIndex.
getLastFrameDuration() - Method in class org.jogamp.java3d.View
This method returns the duration, in milliseconds, of the most recently completed rendering frame.
getLeftEarPosition(Point3d) - Method in class org.jogamp.java3d.PhysicalBody
Retrieves the user head object's left ear position and places that value in the specified object.
getLeftEyeInImagePlate(Point3d) - Method in class org.jogamp.java3d.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 org.jogamp.java3d.PhysicalBody
Retrieves the user head object's left eye position and places that value in the specified object.
getLeftHandIndex() - Method in class org.jogamp.java3d.PhysicalEnvironment
Gets the sensor index of the left hand.
getLeftManualEyeInCoexistence(Point3d) - Method in class org.jogamp.java3d.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 org.jogamp.java3d.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 org.jogamp.java3d.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 org.jogamp.java3d.GraphicsContext3D
Retrieves the index selected light.
getLightingEnable() - Method in class org.jogamp.java3d.Material
Retrieves the state of the lighting enable flag.
getLineAntialiasingEnable() - Method in class org.jogamp.java3d.LineAttributes
Retrieves the state of the line antialiasing flag.
getLineAttributes() - Method in class org.jogamp.java3d.Appearance
Retrieves the current lineAttributes object.
getLinePattern() - Method in class org.jogamp.java3d.LineAttributes
Gets the line pattern for this LineAttributes component object.
getLineWidth() - Method in class org.jogamp.java3d.LineAttributes
Gets the line width for this LineAttributes component object.
getLinks() - Method in class org.jogamp.java3d.SharedGroup
Returns the list of Link nodes that refer to this SharedGroup node.
getLocale() - Method in class org.jogamp.java3d.Node
Retrieves the locale to which this node is attached.
getLocale() - Method in class org.jogamp.java3d.SceneGraphPath
Retrieves the path's Locale
getLocalEyeLightingEnable() - Method in class org.jogamp.java3d.View
Retrieves a flag that indicates whether or not local eye lighting is enabled for this view.
getLocalToVworld(Transform3D) - Method in class org.jogamp.java3d.Node
Retrieves the local coordinates to virtual world coordinates transform for this node in the scene graph.
getLocalToVworld(SceneGraphPath, Transform3D) - Method in class org.jogamp.java3d.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 org.jogamp.java3d.PickInfo
Retrieves the reference to the LocalToVworld transform of the picked node in this PickInfo object.
getLocalToVWorld(Transform3D) - Method in interface org.jogamp.java3d.TransparencySortGeom
Returns the LocalToVWorld transform for this object
getLocationOnScreen() - Method in class org.jogamp.java3d.Canvas3D
 
getLodOffset(Tuple3f) - Method in class org.jogamp.java3d.Texture
Retrieves the LOD offset for this texture object.
getLoop() - Method in class org.jogamp.java3d.Sound
Retrieves loop count for this sound
getLoopCount() - Method in class org.jogamp.java3d.Alpha
Retrieves this alpha's loopCount.
getLower(Point3d) - Method in class org.jogamp.java3d.BoundingBox
Gets the lower corner of this bounding box.
getMagFilter() - Method in class org.jogamp.java3d.Texture
Retrieves the magnification filter.
getMaterial() - Method in class org.jogamp.java3d.Appearance
Retrieves the current material object.
getMaxFrameStartTimes() - Static method in class org.jogamp.java3d.View
Retrieves the implementation-dependent maximum number of frames whose start times will be recorded by the system.
getMaximumAngle() - Method in class org.jogamp.java3d.RotationInterpolator
This method retrieves this interpolator's maximumAngle, in radians.
getMaximumLevel() - Method in class org.jogamp.java3d.Texture
Retrieves the maximum level for this texture object.
getMaximumLOD() - Method in class org.jogamp.java3d.Texture
Retrieves the maximum level-of-detail for this texture object.
getMaximumScale() - Method in class org.jogamp.java3d.ScaleInterpolator
This method retrieves this interpolator's maximumScale.
getMaximumTransparency() - Method in class org.jogamp.java3d.TransparencyInterpolator
This method retrieves this interpolator's maximumTransparency.
getMinFilter() - Method in class org.jogamp.java3d.Texture
Retrieves the minification filter.
getMinimumAngle() - Method in class org.jogamp.java3d.RotationInterpolator
This method retrieves this interpolator's minimumAngle, in radians.
getMinimumFrameCycleTime() - Method in class org.jogamp.java3d.View
Retrieves the minimum frame cycle time, in milliseconds, for this view.
getMinimumLOD() - Method in class org.jogamp.java3d.Texture
Retrieves the minimum level-of-detail for this texture object.
getMinimumScale() - Method in class org.jogamp.java3d.ScaleInterpolator
This method retrieves this interpolator's minimumScale.
getMinimumTransparency() - Method in class org.jogamp.java3d.TransparencyInterpolator
This method retrieves this interpolator's minimumTransparency.
getMipMapMode() - Method in class org.jogamp.java3d.Texture
Retrieves current mipmap mode.
getMode() - Method in class org.jogamp.java3d.Alpha
Retrieves this alpha's mode.
getModelClip() - Method in class org.jogamp.java3d.GraphicsContext3D
Retrieves the current ModelClip leaf node object.
getModelTransform(Transform3D) - Method in class org.jogamp.java3d.GraphicsContext3D
Retrieves the current model transform.
getMonoscopicViewPolicy() - Method in class org.jogamp.java3d.Canvas3D
Returns policy on how Java 3D generates monoscopic view.
getMonoscopicViewPolicy() - Method in class org.jogamp.java3d.View
Deprecated.
As of Java 3D version 1.2, replaced by Canvas3D.getMonoscopicViewPolicy
getMute() - Method in class org.jogamp.java3d.Sound
Retrieves sound Mute state.
getName() - Method in class org.jogamp.java3d.SceneGraphObject
Returns the name of this object.
getNewObjectReference(SceneGraphObject) - Method in class org.jogamp.java3d.NodeReferenceTable
This method is used in conjunction with the cloneTree method.
getNioImage() - Method in class org.jogamp.java3d.ImageComponent2D
Retrieves the image from this ImageComponent2D object.
getNioImage() - Method in class org.jogamp.java3d.ImageComponent3D
Retrieves the images from this ImageComponent3D object.
getNioImage(int) - Method in class org.jogamp.java3d.ImageComponent3D
Retrieves one of the images from this ImageComponent3D object.
getNode() - Method in class org.jogamp.java3d.PickInfo
Retrieves the reference to the picked node, either a Shape3D or a Morph, in this PickInfo object.
getNode(int) - Method in class org.jogamp.java3d.SceneGraphPath
Retrieves the node at the specified index.
getNominalEyeHeightFromGround() - Method in class org.jogamp.java3d.PhysicalBody
Retrieves the nominal eye height from the ground plane.
getNominalEyeOffsetFromNominalScreen() - Method in class org.jogamp.java3d.PhysicalBody
Retrieves the nominal eye offset from the display screen.
getNonDominantHandIndex() - Method in class org.jogamp.java3d.PhysicalEnvironment
Gets the sensor index of the non-dominant hand.
getNormal(int, float[]) - Method in class org.jogamp.java3d.GeometryArray
Gets the normal associated with the vertex at the specified index for this object.
getNormal(int, Vector3f) - Method in class org.jogamp.java3d.GeometryArray
Gets the normal associated with the vertex at the specified index for this object.
getNormalIndex(int) - Method in class org.jogamp.java3d.IndexedGeometryArray
Retrieves the normal index associated with the vertex at the specified index for this object.
getNormalIndices(int, int[]) - Method in class org.jogamp.java3d.IndexedGeometryArray
Retrieves the normal indices associated with the vertices starting at the specified index for this object.
getNormalRef3f() - Method in class org.jogamp.java3d.GeometryArray
Deprecated.
As of Java 3D version 1.3, use geometry by-copy for Vector3f arrays
getNormalRefBuffer() - Method in class org.jogamp.java3d.GeometryArray
Gets the normal array buffer reference.
getNormalRefFloat() - Method in class org.jogamp.java3d.GeometryArray
Gets the float normal array reference.
getNormals(int, float[]) - Method in class org.jogamp.java3d.GeometryArray
Gets the normals associated with the vertices starting at the specified index for this object.
getNormals(int, Vector3f[]) - Method in class org.jogamp.java3d.GeometryArray
Gets the normals associated with the vertices starting at the specified index for this object.
getNumberOfChannelsUsed(int) - Method in interface org.jogamp.java3d.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 org.jogamp.java3d.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() - Method in class org.jogamp.java3d.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 org.jogamp.java3d.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 org.jogamp.java3d.SensorRead
Returns the number of buttons associated with this SensorRead object.
getNumPlanes() - Method in class org.jogamp.java3d.BoundingPolytope
 
getNumSchedulingIntervals() - Static method in class org.jogamp.java3d.Behavior
Returns the number of scheduling intervals supported by this implementation of Java 3D.
getNumStrips() - Method in class org.jogamp.java3d.GeometryStripArray
Get number of strips in the GeometryStripArray.
getNumStrips() - Method in class org.jogamp.java3d.IndexedGeometryStripArray
Get number of strips in the GeometryStripArray
getNumTextureColorTableComponents() - Method in class org.jogamp.java3d.TextureAttributes
Retrieves the number of color components in the current texture color table.
getObject() - Method in class org.jogamp.java3d.SceneGraphPath
Retrieves the path's terminal node object.
getOffScreenBuffer() - Method in class org.jogamp.java3d.Canvas3D
Retrieves the off-screen buffer for this Canvas3D.
getOffScreenLocation() - Method in class org.jogamp.java3d.Canvas3D
Retrieves the location of this off-screen Canvas3D.
getOffScreenLocation(Point) - Method in class org.jogamp.java3d.Canvas3D
Retrieves the location of this off-screen Canvas3D and stores it in the specified Point object.
getOffset(Point) - Method in class org.jogamp.java3d.Raster
Deprecated.
As of Java 3D version 1.3, replaced by getSrcOffset(java.awt.Point)
getOrigin(Point3d) - Method in class org.jogamp.java3d.PickCone
Gets the origin of this PickCone.
getOrigin(Point3d) - Method in class org.jogamp.java3d.PickCylinder
Gets the origin point of this cylinder object.
getParent() - Method in class org.jogamp.java3d.Node
 
getPath() - Method in class org.jogamp.java3d.Text3D
Retrieves the node's path field.
getPatternMask() - Method in class org.jogamp.java3d.LineAttributes
Retrieves the line pattern mask.
getPatternScaleFactor() - Method in class org.jogamp.java3d.LineAttributes
Retrieves the line pattern scale factor.
getPause() - Method in class org.jogamp.java3d.Sound
Retrieves the value of the Pause state flag.
getPauseTime() - Method in class org.jogamp.java3d.Alpha
Returns the time at which this alpha was paused.
getPerspectiveCorrectionMode() - Method in class org.jogamp.java3d.TextureAttributes
Gets perspective correction mode value.
getPhaseDelayDuration() - Method in class org.jogamp.java3d.Alpha
Retrieves this alpha's phaseDelayDuration.
getPhysicalBody() - Method in class org.jogamp.java3d.View
Returns a reference to the view model's PhysicalBody object.
getPhysicalEnvironment() - Method in class org.jogamp.java3d.View
Returns a reference to the view model's PhysicalEnvironment object.
getPhysicalHeight() - Method in class org.jogamp.java3d.Canvas3D
Retrieves the physical height of this canvas window in meters.
getPhysicalScreenHeight() - Method in class org.jogamp.java3d.Screen3D
Retrieves the the screen's physical height in meters.
getPhysicalScreenWidth() - Method in class org.jogamp.java3d.Screen3D
Retrieves the screen's physical width in meters.
getPhysicalWidth() - Method in class org.jogamp.java3d.Canvas3D
Retrieves the physical width of this canvas window in meters.
getPickable() - Method in class org.jogamp.java3d.Node
Returns true if this Node is pickable, false if it is not pickable.
getPixelLocationFromImagePlate(Point3d, Point2d) - Method in class org.jogamp.java3d.Canvas3D
Projects the specified point from image plate coordinates into AWT pixel coordinates.
getPixelLocationInImagePlate(int, int, Point3d) - Method in class org.jogamp.java3d.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 org.jogamp.java3d.Canvas3D
Computes the position of the specified AWT pixel value in image-plate coordinates and copies that value into the object provided.
getPlane(int, Vector4d) - Method in class org.jogamp.java3d.ModelClip
Retrieves the specified clipping plane from this ModelClip node.
getPlaneQ(Vector4f) - Method in class org.jogamp.java3d.TexCoordGeneration
Retrieves a copy of the plane equation used to generate the Q coordinate.
getPlaneR(Vector4f) - Method in class org.jogamp.java3d.TexCoordGeneration
Retrieves a copy of the plane equation used to generate the R coordinate.
getPlanes(Vector4d[]) - Method in class org.jogamp.java3d.BoundingPolytope
Returns the equations of the bounding planes for this bounding polytope.
getPlanes(Vector4d[]) - Method in class org.jogamp.java3d.ModelClip
Retrieves the clipping planes from this ModelClip node.
getPlaneS(Vector4f) - Method in class org.jogamp.java3d.TexCoordGeneration
Retrieves a copy of the plane equation used to generate the S coordinate.
getPlaneT(Vector4f) - Method in class org.jogamp.java3d.TexCoordGeneration
Retrieves a copy of the plane equation used to generate the T coordinate.
getPointAntialiasingEnable() - Method in class org.jogamp.java3d.PointAttributes
Retrieves the state of the point antialiasing flag.
getPointAttributes() - Method in class org.jogamp.java3d.Appearance
Retrieves the current pointAttributes object.
getPointSize() - Method in class org.jogamp.java3d.PointAttributes
Gets the point size for this appearance component object.
getPolygonAttributes() - Method in class org.jogamp.java3d.Appearance
Retrieves the current polygonAttributes object.
getPolygonMode() - Method in class org.jogamp.java3d.PolygonAttributes
Gets the polygon rasterization mode for this appearance component object.
getPolygonOffset() - Method in class org.jogamp.java3d.PolygonAttributes
Gets the constant polygon offset.
getPolygonOffsetFactor() - Method in class org.jogamp.java3d.PolygonAttributes
Gets the polygon offset factor.
getPosition(Point3f) - Method in class org.jogamp.java3d.DistanceLOD
Retrieves the current position of this LOD node.
getPosition(Point3f) - Method in class org.jogamp.java3d.PointLight
Gets this Light's current position and places it in the parameter specified.
getPosition(Point3f) - Method in class org.jogamp.java3d.PointSound
Retrieves this sound's direction and places it in the vector provided.
getPosition(int, Point3f) - Method in class org.jogamp.java3d.PositionPathInterpolator
Retrieves the position value at the specified index.
getPosition(Point3f) - Method in class org.jogamp.java3d.Raster
Retrieves the current position in object coordinates of this raster.
getPosition(int, Point3f) - Method in class org.jogamp.java3d.RotPosPathInterpolator
Retrieves the position value at the specified index.
getPosition(int, Point3f) - Method in class org.jogamp.java3d.RotPosScalePathInterpolator
Retrieves the position value at the specified index.
getPosition(Point3f) - Method in class org.jogamp.java3d.Text3D
Copies the node's position field into the supplied parameter.
getPositions(Point3f[]) - Method in class org.jogamp.java3d.PositionPathInterpolator
Copies the array of position values from this interpolator into the specified array.
getPositions(Point3f[]) - Method in class org.jogamp.java3d.RotPosPathInterpolator
Copies the array of position values from this interpolator into the specified array.
getPositions(Point3f[]) - Method in class org.jogamp.java3d.RotPosScalePathInterpolator
Copies the array of position values from this interpolator into the specified array.
getPostId() - Method in class org.jogamp.java3d.WakeupOnBehaviorPost
Retrieve the WakeupCriterion's specified postId
getPredictionPolicy() - Method in class org.jogamp.java3d.Sensor
Deprecated.
As of Java 3D version 1.4, prediction is not a supported feature.
getPredictor() - Method in class org.jogamp.java3d.Sensor
Deprecated.
As of Java 3D version 1.4, prediction is not a supported feature.
getPriority() - Method in class org.jogamp.java3d.Sound
Retrieves sound's priority value.
getProcessingMode() - Method in interface org.jogamp.java3d.InputDevice
This method retrieves the device's processing mode: one of BLOCKING, NON_BLOCKING, or DEMAND_DRIVEN.
getProjectionPolicy() - Method in class org.jogamp.java3d.View
Retrieves the current projection policy for this View.
getProperties() - Static method in class org.jogamp.java3d.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 org.jogamp.java3d.RotationPathInterpolator
Retrieves the quat value at the specified index.
getQuat(int, Quat4f) - Method in class org.jogamp.java3d.RotPosPathInterpolator
Retrieves the quat value at the specified index.
getQuat(int, Quat4f) - Method in class org.jogamp.java3d.RotPosScalePathInterpolator
Retrieves the quat value at the specified index.
getQuats(Quat4f[]) - Method in class org.jogamp.java3d.RotationPathInterpolator
Copies the array of quaternion values from this interpolator into the specified array.
getQuats(Quat4f[]) - Method in class org.jogamp.java3d.RotPosPathInterpolator
Copies the array of quaternion values from this interpolator into the specified array.
getQuats(Quat4f[]) - Method in class org.jogamp.java3d.RotPosScalePathInterpolator
Copies the array of quaternion values from this interpolator into the specified array.
getRadius() - Method in class org.jogamp.java3d.BoundingSphere
Returns the radius of this bounding sphere as a double.
getRadius() - Method in class org.jogamp.java3d.PickCylinder
Gets the radius of this cylinder object
getRasterOp() - Method in class org.jogamp.java3d.RenderingAttributes
Retrieves the current raster operation for this RenderingAttributes object.
getRasterOpEnable() - Method in class org.jogamp.java3d.RenderingAttributes
Retrieves the rasterOp enable flag for this RenderingAttributes object.
getRateScaleFactor() - Method in class org.jogamp.java3d.Sound
Retrieves Sample Rate.
getRead(Transform3D) - Method in class org.jogamp.java3d.Sensor
Retrieves the last sensor reading and copies that value into the specified argument.
getRead(Transform3D, long) - Method in class org.jogamp.java3d.Sensor
Deprecated.
As of Java 3D version 1.4, prediction is not a supported feature; use getRead(Transform3D) instead.
getRedSize() - Method in class org.jogamp.java3d.GraphicsConfigTemplate3D
Retrieves the number of red bits requested by this template.
getReflectionCoefficient() - Method in class org.jogamp.java3d.AuralAttributes
Retrieve Reflective Coefficient.
getReflectionDelay() - Method in class org.jogamp.java3d.AuralAttributes
Retrieve Reflection Delay Time.
getRegion() - Method in class org.jogamp.java3d.BoundingLeaf
Retrieves this BoundingLeaf's bounding region.
getReleaseEnable() - Method in class org.jogamp.java3d.Sound
Retrieves the release flag for sound associated with sound.
getRenderedImage() - Method in class org.jogamp.java3d.ImageComponent2D
Retrieves the image from this ImageComponent2D object.
getRenderedImage() - Method in class org.jogamp.java3d.ImageComponent3D
Retrieves the images from this ImageComponent3D object.
getRenderedImage(int) - Method in class org.jogamp.java3d.ImageComponent3D
Retrieves one of the images from this ImageComponent3D object.
getRenderingAttributes() - Method in class org.jogamp.java3d.Appearance
Retrieves the current renderingAttributes object.
getReverbBounds() - Method in class org.jogamp.java3d.AuralAttributes
Retrieve Reverberation Delay Bounds volume.
getReverbCoefficient() - Method in class org.jogamp.java3d.AuralAttributes
Retrieve Reverb Coefficient.
getReverbDelay() - Method in class org.jogamp.java3d.AuralAttributes
Retrieve Reverberation Delay Time.
getReverbOrder() - Method in class org.jogamp.java3d.AuralAttributes
Retrieve Reverberation Order
getRightEarPosition(Point3d) - Method in class org.jogamp.java3d.PhysicalBody
Retrieves the user head object's right ear position and places that value in the specified object.
getRightEyeInImagePlate(Point3d) - Method in class org.jogamp.java3d.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 org.jogamp.java3d.PhysicalBody
Retrieves the user head object's right eye position and places that value in the specified object.
getRightHandIndex() - Method in class org.jogamp.java3d.PhysicalEnvironment
Gets the sensor index of the right hand.
getRightManualEyeInCoexistence(Point3d) - Method in class org.jogamp.java3d.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 org.jogamp.java3d.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 org.jogamp.java3d.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 org.jogamp.java3d.AuralAttributes
Retrieve Attribute Gain Rolloff.
getRotationPoint(Point3f) - Method in class org.jogamp.java3d.Billboard
Gets the rotation point and sets the parameter to this value.
getRotationPoint(Point3f) - Method in class org.jogamp.java3d.OrientedShape3D
Retrieves the rotation point of this OrientedShape3D node, and copies it into the specified vector.
getRotationScale(Matrix3f) - Method in class org.jogamp.java3d.Transform3D
Gets the upper 3x3 values of this matrix and places them into the matrix m1.
getRotationScale(Matrix3d) - Method in class org.jogamp.java3d.Transform3D
Gets the upper 3x3 values of this matrix and places them into the matrix m1.
getSampleDuration(int) - Method in interface org.jogamp.java3d.AudioDevice3D
Returns the duration in milliseconds of the sound sample, if this information can be determined.
getScale() - Method in class org.jogamp.java3d.OrientedShape3D
Retrieves the scale value for this OrientedShape3D.
getScale(int) - Method in class org.jogamp.java3d.RotPosScalePathInterpolator
Retrieves the scale at the specified index.
getScale() - Method in class org.jogamp.java3d.Transform3D
Returns the uniform scale factor of this matrix.
getScale(Vector3d) - Method in class org.jogamp.java3d.Transform3D
Gets the possibly non-uniform scale components of the current transform and places them into the scale vector.
getScales(float[]) - Method in class org.jogamp.java3d.RotPosScalePathInterpolator
Copies the array of scale values from this interpolator into the specified array.
getSceneAntialiasing() - Method in class org.jogamp.java3d.GraphicsConfigTemplate3D
Retrieves the scene antialiasing value.
getSceneAntialiasingAvailable() - Method in class org.jogamp.java3d.Canvas3D
Returns a status flag indicating whether or not scene antialiasing is available.
getSceneAntialiasingEnable() - Method in class org.jogamp.java3d.View
Returns a flag that indicates whether or not scene antialiasing is enabled for this view.
getSceneGraphPath() - Method in class org.jogamp.java3d.PickInfo
Retrieves the reference to the SceneGraphPath in this PickInfo object.
getSchedulingBoundingLeaf() - Method in class org.jogamp.java3d.Behavior
Retrieves the Behavior node's scheduling bounding leaf.
getSchedulingBoundingLeaf() - Method in class org.jogamp.java3d.Sound
Retrieves the Sound node's scheduling bounding leaf.
getSchedulingBounds() - Method in class org.jogamp.java3d.Behavior
Retrieves the Behavior node's scheduling bounds.
getSchedulingBounds() - Method in class org.jogamp.java3d.Sound
Retrieves the Sound node's scheduling bounds.
getSchedulingInterval() - Method in class org.jogamp.java3d.Behavior
Retrieves the current scheduling interval of this Behavior node.
getScope(int) - Method in class org.jogamp.java3d.AlternateAppearance
Retrieves the Group node at the specified index from this AlternateAppearance node's list of scopes.
getScope(int) - Method in class org.jogamp.java3d.Fog
Retrieves the Group node at the specified index from this Fog node's list of scopes.
getScope(int) - Method in class org.jogamp.java3d.Light
Retrieves the Group node at the specified index from this Light node's list of scopes.
getScope(int) - Method in class org.jogamp.java3d.ModelClip
Retrieves the Group node at the specified index from this ModelClip node's list of scopes.
getScreen3D() - Method in class org.jogamp.java3d.Canvas3D
Retrieve the Screen3D object that this Canvas3D is attached to.
getScreenScale() - Method in class org.jogamp.java3d.View
Returns the current screen scale value
getScreenScalePolicy() - Method in class org.jogamp.java3d.View
Returns the current screen scale policy, one of: SCALE_SCREEN_SIZE or SCALE_EXPLICIT.
getSensor(int) - Method in interface org.jogamp.java3d.InputDevice
Gets the specified Sensor associated with the device.
getSensor(int) - Method in class org.jogamp.java3d.PhysicalEnvironment
Gets the sensor specified by the index; sensors are indexed starting at 0.
getSensorButtonCount() - Method in class org.jogamp.java3d.Sensor
Returns the number of buttons associated with this sensor.
getSensorCount() - Method in interface org.jogamp.java3d.InputDevice
This method gets the number of sensors associated with the device.
getSensorCount() - Method in class org.jogamp.java3d.PhysicalEnvironment
Get the current sensor count.
getSensorHotspotInVworld(Sensor, Point3f) - Method in class org.jogamp.java3d.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 org.jogamp.java3d.View
Retrieves the position of the specified Sensor's hotspot in virtual-world coordinates and copies that value into the position provided.
getSensorReadCount() - Method in class org.jogamp.java3d.Sensor
Returns the number of SensorRead objects associated with this sensor.
getSensorToVworld(Sensor, Transform3D) - Method in class org.jogamp.java3d.View
Computes the sensor to virtual-world transform and copies that value into the transform provided.
getShadeModel() - Method in class org.jogamp.java3d.ColoringAttributes
Gets the shade mode for this ColoringAttributes component object.
getShader() - Method in class org.jogamp.java3d.ShaderError
Returns the shader object associated with this shader error.
getShaderAppearance() - Method in class org.jogamp.java3d.ShaderError
Returns the shader appearance associated with this shader error.
getShaderAttribute() - Method in class org.jogamp.java3d.ShaderError
Returns the shader attribute associated with this shader error.
getShaderAttributeSet() - Method in class org.jogamp.java3d.ShaderAppearance
Retrieves the current ShaderAttributeSet object.
getShaderAttributeSet() - Method in class org.jogamp.java3d.ShaderError
Returns the shader attribute set associated with this shader error.
getShaderAttrNames() - Method in class org.jogamp.java3d.GLSLShaderProgram
 
getShaderAttrNames() - Method in class org.jogamp.java3d.ShaderProgram
Retrieves the shader attribute names array from this ShaderProgram object.
getShaderProgram() - Method in class org.jogamp.java3d.ShaderAppearance
Retrieves the current ShaderProgram object.
getShaderProgram() - Method in class org.jogamp.java3d.ShaderError
Returns the shader program associated with this shader error.
getShaders() - Method in class org.jogamp.java3d.GLSLShaderProgram
 
getShaders() - Method in class org.jogamp.java3d.ShaderProgram
Retrieves the array of shaders from this shader program.
getShaderSource() - Method in class org.jogamp.java3d.SourceCodeShader
Retrieves the shader source string from this shader object.
getShaderType() - Method in class org.jogamp.java3d.Shader
Returns the type of this shader.
getShadingLanguage() - Method in class org.jogamp.java3d.Shader
Returns the shading language of this shader.
getShape3D() - Method in class org.jogamp.java3d.ShaderError
Returns the shape node associated with this shader error.
getShape3D() - Method in interface org.jogamp.java3d.TransparencySortGeom
Returns the Shape3D being rendered using this geometry.
getSharedGroup() - Method in class org.jogamp.java3d.Link
Retrieves the node's SharedGroup reference.
getSharpenTextureFunc(float[], float[]) - Method in class org.jogamp.java3d.Texture
Copies the array of sharpen texture LOD function points into the specified arrays.
getSharpenTextureFunc(Point2f[]) - Method in class org.jogamp.java3d.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 org.jogamp.java3d.Texture
Gets the number of points in the sharpen texture LOD function for this texture object.
getShininess() - Method in class org.jogamp.java3d.Material
Retrieves this material's shininess.
getSize(Dimension) - Method in class org.jogamp.java3d.Raster
Retrieves the current raster size.
getSize() - Method in class org.jogamp.java3d.Screen3D
Retrieves the width and height (in pixels) of this Screen3D.
getSize(Dimension) - Method in class org.jogamp.java3d.Screen3D
Retrieves the width and height (in pixels) of this Screen3D and copies it into the specified Dimension object.
getSound(int) - Method in class org.jogamp.java3d.GraphicsContext3D
Retrieves the index selected sound.
getSoundData() - Method in class org.jogamp.java3d.Sound
Retrieves description/data associated with this sound source.
getSpecularColor(Color3f) - Method in class org.jogamp.java3d.Material
Retrieves this material's specular color.
getSpreadAngle() - Method in class org.jogamp.java3d.PickCone
Gets the spread angle of this PickCone.
getSpreadAngle() - Method in class org.jogamp.java3d.SpotLight
Gets spot light spread angle.
getSrcBlendFunction() - Method in class org.jogamp.java3d.TransparencyAttributes
Gets the source blend function for this TransparencyAttributes object.
getSrcOffset(Point) - Method in class org.jogamp.java3d.Raster
Retrieves the current source pixel offset.
getStartColor(Color3f) - Method in class org.jogamp.java3d.ColorInterpolator
This method retrieves this interpolator's startColor.
getStartPosition() - Method in class org.jogamp.java3d.PositionInterpolator
This method retrieves this interpolator's startPosition.
getStartTime() - Method in class org.jogamp.java3d.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 org.jogamp.java3d.AudioDevice3D
Returns the system time of when the sound was last "started".
getStencilEnable() - Method in class org.jogamp.java3d.RenderingAttributes
Retrieves the stencil buffer enable flag for this RenderingAttributes object.
getStencilFunction(int[]) - Method in class org.jogamp.java3d.RenderingAttributes
Retrieves the stencil function, reference value, and comparison mask, and copies them into the specified array.
getStencilOp(int[]) - Method in class org.jogamp.java3d.RenderingAttributes
Retrieves the current set of stencil operations, and copies them into the specified array.
getStencilSize() - Method in class org.jogamp.java3d.GraphicsConfigTemplate3D
Retrieves the size of the stencil buffer.
getStencilWriteMask() - Method in class org.jogamp.java3d.RenderingAttributes
Retrieves the current stencil write mask for this RenderingAttributes object.
getStereo() - Method in class org.jogamp.java3d.GraphicsConfigTemplate3D
Retrieves the stereo value.
getStereoAvailable() - Method in class org.jogamp.java3d.Canvas3D
Returns a status flag indicating whether or not stereo is available.
getStereoEnable() - Method in class org.jogamp.java3d.Canvas3D
Returns a status flag indicating whether or not stereo is enabled.
getStereoMode() - Method in class org.jogamp.java3d.GraphicsContext3D
Returns the current stereo mode.
getString() - Method in class org.jogamp.java3d.Text3D
Copies the character string used in the construction of the Text3D node into the supplied parameter.
getStripIndexCounts(int[]) - Method in class org.jogamp.java3d.IndexedGeometryStripArray
Gets a list of indexCounts for each strip.
getStripVertexCounts(int[]) - Method in class org.jogamp.java3d.GeometryStripArray
Get a list of vertexCounts for each strip.
getSwitch(int) - Method in class org.jogamp.java3d.LOD
Returns the switch node specified by the index.
getTarget() - Method in class org.jogamp.java3d.Billboard
Returns a copy of the transformGroup associated with this Billboard.
getTarget() - Method in class org.jogamp.java3d.ColorInterpolator
This method retrieves this interpolator's target material component object.
getTarget() - Method in class org.jogamp.java3d.SwitchValueInterpolator
This method retrieves this interpolator's target Switch node reference.
getTarget() - Method in class org.jogamp.java3d.TransformInterpolator
This method retrieves this interpolator's TransformGroup node reference.
getTarget() - Method in class org.jogamp.java3d.TransparencyInterpolator
This method retrieves this interpolator's target reference.
getTessellationTolerance() - Method in class org.jogamp.java3d.Font3D
Returns the tessellation tolerance with which this Font3D was created.
getTessellationTolerance() - Method in class org.jogamp.java3d.FontExtrusion
Returns the tessellation tolerance with which this FontExtrusion was created.
getTexCoordGeneration() - Method in class org.jogamp.java3d.Appearance
Retrieves the current texCoordGeneration object.
getTexCoordGeneration() - Method in class org.jogamp.java3d.TextureUnitState
Retrieves the current texCoordGeneration object.
getTexCoordRef2f(int) - Method in class org.jogamp.java3d.GeometryArray
Deprecated.
As of Java 3D version 1.3, use geometry by-copy for TexCoord2f arrays
getTexCoordRef3f(int) - Method in class org.jogamp.java3d.GeometryArray
Deprecated.
As of Java 3D version 1.3, use geometry by-copy for TexCoord3f arrays
getTexCoordRefBuffer(int) - Method in class org.jogamp.java3d.GeometryArray
Gets the texture coordinate array buffer reference for the specified texture coordinate set.
getTexCoordRefFloat(int) - Method in class org.jogamp.java3d.GeometryArray
Gets the float texture coordinate array reference for the specified texture coordinate set.
getTexCoordSetCount() - Method in class org.jogamp.java3d.GeometryArray
Retrieves the number of texture coordinate sets in this GeometryArray object.
getTexCoordSetMap(int[]) - Method in class org.jogamp.java3d.GeometryArray
Retrieves the texture coordinate set mapping array from this GeometryArray object.
getTexCoordSetMapLength() - Method in class org.jogamp.java3d.GeometryArray
Retrieves the length of the texture coordinate set mapping array of this GeometryArray object.
getTexture() - Method in class org.jogamp.java3d.Appearance
Retrieves the current texture object.
getTexture() - Method in class org.jogamp.java3d.TextureUnitState
Retrieves the current texture object.
getTextureAttributes() - Method in class org.jogamp.java3d.Appearance
Retrieves the current textureAttributes object.
getTextureAttributes() - Method in class org.jogamp.java3d.TextureUnitState
Retrieves the current textureAttributes object.
getTextureBlendColor(Color4f) - Method in class org.jogamp.java3d.TextureAttributes
Gets the texture blend color for this appearance component object.
getTextureColorTable(int[][]) - Method in class org.jogamp.java3d.TextureAttributes
Retrieves the texture color table and copies it into the specified array.
getTextureColorTableSize() - Method in class org.jogamp.java3d.TextureAttributes
Retrieves the size of the current texture color table.
getTextureCoordinate(int, float[]) - Method in class org.jogamp.java3d.GeometryArray
Deprecated.
As of Java 3D version 1.2, replaced by getTextureCoordinate(int texCoordSet, ...)
getTextureCoordinate(int, int, float[]) - Method in class org.jogamp.java3d.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 org.jogamp.java3d.GeometryArray
Deprecated.
As of Java 3D version 1.2, replaced by getTextureCoordinate(int texCoordSet, TexCoord2f texCoord)
getTextureCoordinate(int, int, TexCoord2f) - Method in class org.jogamp.java3d.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 org.jogamp.java3d.GeometryArray
Deprecated.
As of Java 3D version 1.2, replaced by getTextureCoordinate(int texCoordSet, TexCoord3f texCoord)
getTextureCoordinate(int, int, TexCoord3f) - Method in class org.jogamp.java3d.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 org.jogamp.java3d.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 org.jogamp.java3d.IndexedGeometryArray
Deprecated.
As of Java 3D version 1.2, replaced by getTextureCoordinateIndex(int texCoordSet, ...)
getTextureCoordinateIndex(int, int) - Method in class org.jogamp.java3d.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 org.jogamp.java3d.IndexedGeometryArray
Deprecated.
As of Java 3D version 1.2, replaced by getTextureCoordinateIndices(int texCoordSet, ...)
getTextureCoordinateIndices(int, int, int[]) - Method in class org.jogamp.java3d.IndexedGeometryArray
Retrieves the texture coordinate indices associated with the vertices starting at the specified index in the specified texture coordinate set for this object.
getTextureCoordinates(int, float[]) - Method in class org.jogamp.java3d.GeometryArray
Deprecated.
As of Java 3D version 1.2, replaced by getTextureCoordinates(int texCoordSet, ...)
getTextureCoordinates(int, int, float[]) - Method in class org.jogamp.java3d.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 org.jogamp.java3d.GeometryArray
Deprecated.
As of Java 3D version 1.2, replaced by getTextureCoordinates(int texCoordSet, TexCoord2f texCoords[])
getTextureCoordinates(int, int, TexCoord2f[]) - Method in class org.jogamp.java3d.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 org.jogamp.java3d.GeometryArray
Deprecated.
As of Java 3D version 1.2, replaced by getTextureCoordinates(int texCoordSet, TexCoord3f texCoords[])
getTextureCoordinates(int, int, TexCoord3f[]) - Method in class org.jogamp.java3d.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 org.jogamp.java3d.GeometryArray
Gets the texture coordinates associated with the vertices starting at the specified index in the specified texture coordinate set for this object.
getTextureMode() - Method in class org.jogamp.java3d.TextureAttributes
Gets the texture mode parameter for this texture attributes object.
getTextureTransform(Transform3D) - Method in class org.jogamp.java3d.TextureAttributes
Retrieves a copy of the texture transform object.
getTextureUnitCount() - Method in class org.jogamp.java3d.Appearance
Retrieves the length of the texture unit state array from this appearance object.
getTextureUnitState() - Method in class org.jogamp.java3d.Appearance
Retrieves the array of texture unit state objects from this Appearance object.
getTextureUnitState(int) - Method in class org.jogamp.java3d.Appearance
Retrieves the texture unit state object at the specified index within the texture unit state array.
getTime() - Method in class org.jogamp.java3d.SensorRead
Retrieve this SensorRead's associated time stamp
getTotalChannels() - Method in interface org.jogamp.java3d.AudioDevice
Query total number of channels available for sound rendering for this audio device.
getTrackerBaseToImagePlate(Transform3D) - Method in class org.jogamp.java3d.Screen3D
Retrieves the tracker-base coordinate system to image-plate coordinate system transform and copies it into the specified Transform3D object.
getTrackingAvailable() - Method in class org.jogamp.java3d.PhysicalEnvironment
Returns a status flag indicating whether or not tracking is available.
getTrackingEnable() - Method in class org.jogamp.java3d.View
Returns a status flag indicating whether or not head tracking is enabled.
getTransform() - Method in class org.jogamp.java3d.SceneGraphPath
Returns a copy of the transform associated with this SceneGraphPath; returns null if there is no transform associated.
getTransform(Transform3D) - Method in class org.jogamp.java3d.TransformGroup
Copies the transform component of this TransformGroup into the passed transform object.
getTransformAxis() - Method in class org.jogamp.java3d.TransformInterpolator
This method retrieves this interpolator's axis of transform.
getTransformGroup() - Method in class org.jogamp.java3d.WakeupOnTransformChange
Returns the TransformGroup node used in creating this WakeupCriterion
getTransparency() - Method in class org.jogamp.java3d.TransparencyAttributes
Retrieves this appearance's transparency.
getTransparencyAttributes() - Method in class org.jogamp.java3d.Appearance
Retrieves the current transparencyAttributes object.
getTransparencyMode() - Method in class org.jogamp.java3d.TransparencyAttributes
Gets the transparency mode for this appearance component object.
getTransparencySortingPolicy() - Method in class org.jogamp.java3d.View
Retrieves the current transparency sorting policy.
getTriggeringBehavior() - Method in class org.jogamp.java3d.WakeupOnBehaviorPost
Returns the behavior that triggered this wakeup.
getTriggeringBounds() - Method in class org.jogamp.java3d.WakeupOnCollisionEntry
Retrieves the Bounds object that caused the collision
getTriggeringBounds() - Method in class org.jogamp.java3d.WakeupOnCollisionExit
Retrieves the Bounds object that caused the collision
getTriggeringBounds() - Method in class org.jogamp.java3d.WakeupOnCollisionMovement
Retrieves the Bounds object that caused the collision
getTriggeringPath() - Method in class org.jogamp.java3d.WakeupOnCollisionEntry
Retrieves the path describing the object causing the collision.
getTriggeringPath() - Method in class org.jogamp.java3d.WakeupOnCollisionExit
Retrieves the path describing the object causing the collision.
getTriggeringPath() - Method in class org.jogamp.java3d.WakeupOnCollisionMovement
Retrieves the path describing the object causing the collision.
getTriggeringPostId() - Method in class org.jogamp.java3d.WakeupOnBehaviorPost
Returns the postId that caused the behavior to wakeup.
getTriggeringSensor() - Method in class org.jogamp.java3d.WakeupOnSensorEntry
Retrieves the Sensor object that caused the wakeup.
getTriggeringSensor() - Method in class org.jogamp.java3d.WakeupOnSensorExit
Retrieves the Sensor object that caused the wakeup.
getTriggeringViewPlatform() - Method in class org.jogamp.java3d.WakeupOnViewPlatformEntry
Retrieves the ViewPlatform node that caused the wakeup.
getTriggeringViewPlatform() - Method in class org.jogamp.java3d.WakeupOnViewPlatformExit
Retrieves the ViewPlatform node that caused the wakeup.
getTriggerTime() - Method in class org.jogamp.java3d.Alpha
Retrieves this alpha's triggerTime.
getType() - Method in class org.jogamp.java3d.Raster
Retrieves the current type of this raster object, one of: RASTER_COLOR, RASTER_DEPTH, or RASTER_COLOR_DEPTH.
getType() - Method in class org.jogamp.java3d.Transform3D
Returns the type of this matrix as an or'ed bitmask of of all of the type classifications to which it belongs.
getUpper(Point3d) - Method in class org.jogamp.java3d.BoundingBox
Gets the upper corner of this bounding box.
getURL() - Method in class org.jogamp.java3d.MediaContainer
Deprecated.
As of Java 3D version 1.2, replaced by getURLString
getURLObject() - Method in class org.jogamp.java3d.MediaContainer
Retrieve URL Object.
getURLString() - Method in class org.jogamp.java3d.MediaContainer
Retrieve URL String.
getUserData() - Method in class org.jogamp.java3d.SceneGraphObject
Retrieves the userData field from this scene graph object.
getUserHeadToVworld(Transform3D) - Method in class org.jogamp.java3d.View
Retrieves the user-head to virtual-world transform and copies that value into the transform provided.
getUserHeadToVworldEnable() - Method in class org.jogamp.java3d.View
Returns a status flag indicating whether or not Java 3D is continuously updating the userHeadToVworldEnable transform.
getValidIndexCount() - Method in class org.jogamp.java3d.IndexedGeometryArray
Gets the valid index count for this IndexedGeometryArray object.
getValidVertexCount() - Method in class org.jogamp.java3d.GeometryArray
Gets the valid vertex count for this GeometryArray object.
getValue() - Method in class org.jogamp.java3d.ShaderAttributeArray
 
getValue() - Method in class org.jogamp.java3d.ShaderAttributeObject
Retrieves the value of this shader attribute.
getValue() - Method in class org.jogamp.java3d.ShaderAttributeValue
 
getValueClass() - Method in class org.jogamp.java3d.ShaderAttributeObject
Retrieves the base class of the value of this shader attribute.
getVelocityScaleFactor() - Method in class org.jogamp.java3d.AuralAttributes
Retrieve Velocity Scale Factor used to calculate Doppler Effect.
getVertexAttr(int, int, float[]) - Method in class org.jogamp.java3d.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 org.jogamp.java3d.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 org.jogamp.java3d.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 org.jogamp.java3d.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 org.jogamp.java3d.GeometryArray
Retrieves the number of vertex attributes in this GeometryArray object.
getVertexAttrIndex(int, int) - Method in class org.jogamp.java3d.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 org.jogamp.java3d.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 org.jogamp.java3d.GLSLShaderProgram
 
getVertexAttrNames() - Method in class org.jogamp.java3d.ShaderProgram
Retrieves the vertex attribute names array from this ShaderProgram object.
getVertexAttrRefBuffer(int) - Method in class org.jogamp.java3d.GeometryArray
Gets the vertex attribute array buffer reference for the specified vertex attribute number.
getVertexAttrRefFloat(int) - Method in class org.jogamp.java3d.GeometryArray
Gets the float vertex attribute array reference for the specified vertex attribute number.
getVertexAttrs(int, int, float[]) - Method in class org.jogamp.java3d.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 org.jogamp.java3d.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 org.jogamp.java3d.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 org.jogamp.java3d.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 org.jogamp.java3d.GeometryArray
Retrieves the vertex attribute sizes array from this GeometryArray object.
getVertexCount() - Method in class org.jogamp.java3d.GeometryArray
Retrieves the number of vertices in this GeometryArray
getVertexFormat() - Method in class org.jogamp.java3d.GeometryArray
Retrieves the vertexFormat of this GeometryArray
getVertexIndices() - Method in class org.jogamp.java3d.PickInfo.IntersectionInfo
Retrieves the vertex indices of the intersected primitive in the geometry.
getView() - Method in class org.jogamp.java3d.Canvas3D
Gets view that points to this Canvas3D.
getView(int) - Method in class org.jogamp.java3d.ViewSpecificGroup
Retrieves the View object at the specified index from this node's list of views.
getViewAttachPolicy() - Method in class org.jogamp.java3d.ViewPlatform
Returns the current coexistence center in virtual-world policy.
getViewPlatform() - Method in class org.jogamp.java3d.View
Retrieves the currently attached ViewPlatform object
getViewPolicy() - Method in class org.jogamp.java3d.View
Retrieves the current view computation policy for this View.
getVirtualUniverse() - Method in class org.jogamp.java3d.Locale
Retrieves the virtual universe within which this Locale object is contained.
getVisibilityPolicy() - Method in class org.jogamp.java3d.View
Retrieves the current visibility policy.
getVisible() - Method in class org.jogamp.java3d.RenderingAttributes
Retrieves the visibility flag for this RenderingAttributes object.
getVpcToEc(Transform3D) - Method in class org.jogamp.java3d.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 org.jogamp.java3d.Canvas3D
Copies the current Vworld projection transform for each eye into the specified Transform3D objects.
getVworldToImagePlate(Transform3D) - Method in class org.jogamp.java3d.Canvas3D
Retrieves the current Virtual World coordinates to ImagePlate coordinates transform and places it into the specified object.
getWeights() - Method in class org.jogamp.java3d.Morph
Deprecated.
Retrieves the Morph node's morph weight vector.
getWhichChild() - Method in class org.jogamp.java3d.Switch
Retrieves the current child selection index that specifies which child is rendered.
getWidth() - Method in class org.jogamp.java3d.DepthComponent
Retrieves the width of this depth component object.
getWidth() - Method in class org.jogamp.java3d.ImageComponent
Retrieves the width of this image component object.
getWidth() - Method in class org.jogamp.java3d.NioImageBuffer
Gets the width of this data buffer.
getWidth() - Method in class org.jogamp.java3d.Texture
Retrieves the width of this Texture object.
getWindowEyepointPolicy() - Method in class org.jogamp.java3d.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 org.jogamp.java3d.View
Returns the current window movement policy, one of: VIRTUAL_WORLD or PHYSICAL_WORLD.
getWindowResizePolicy() - Method in class org.jogamp.java3d.View
Returns the current window resize policy, one of: VIRTUAL_WORLD or PHYSICAL_WORLD.
gl2es2() - Method in class org.jogamp.java3d.Jogl2es2Context
 
gl2es3() - Method in class org.jogamp.java3d.Jogl2es2Context
 
gl_state - Variable in class org.jogamp.java3d.Jogl2es2Context
 
GL_State() - Constructor for class org.jogamp.java3d.Jogl2es2Context.GL_State
 
glActiveTexture - Variable in class org.jogamp.java3d.Jogl2es2Context.GL_State
 
glBindTextureGL_TEXTURE_2D - Variable in class org.jogamp.java3d.Jogl2es2Context.GL_State
 
glBufferData - Variable in class org.jogamp.java3d.Jogl2es2PerFrameStats
 
glBufferSubData - Variable in class org.jogamp.java3d.Jogl2es2PerFrameStats
 
glColor - Variable in class org.jogamp.java3d.Jogl2es2Context.LocationData
 
glDepthMask - Variable in class org.jogamp.java3d.Jogl2es2Context.GL_State
 
glDisableVertexAttribArray - Variable in class org.jogamp.java3d.Jogl2es2PerFrameStats
 
glDrawArrays - Variable in class org.jogamp.java3d.Jogl2es2PerFrameStats
 
glDrawElements - Variable in class org.jogamp.java3d.Jogl2es2PerFrameStats
 
glDrawStripArrays - Variable in class org.jogamp.java3d.Jogl2es2PerFrameStats
 
glDrawStripArraysStrips - Variable in class org.jogamp.java3d.Jogl2es2PerFrameStats
 
glDrawStripElements - Variable in class org.jogamp.java3d.Jogl2es2PerFrameStats
 
glDrawStripElementsStrips - Variable in class org.jogamp.java3d.Jogl2es2PerFrameStats
 
glEnableGL_BLEND - Variable in class org.jogamp.java3d.Jogl2es2Context.GL_State
 
glEnableGL_STENCIL_TEST - Variable in class org.jogamp.java3d.Jogl2es2Context.GL_State
 
glFrontMaterial - Variable in class org.jogamp.java3d.Jogl2es2Context.GL_State
 
glFrontMaterial() - Constructor for class org.jogamp.java3d.Jogl2es2Context.glFrontMaterial
 
glFrontMaterial - Variable in class org.jogamp.java3d.Jogl2es2Context.LocationData
 
glFrontMaterialLocs() - Constructor for class org.jogamp.java3d.Jogl2es2Context.glFrontMaterialLocs
 
glLightModelambient - Variable in class org.jogamp.java3d.Jogl2es2Context.GL_State
 
glLightModelambient - Variable in class org.jogamp.java3d.Jogl2es2Context.LocationData
 
glLightSource - Variable in class org.jogamp.java3d.Jogl2es2Context.GL_State
 
glLightSource - Variable in class org.jogamp.java3d.Jogl2es2Context
 
glLightSource() - Constructor for class org.jogamp.java3d.Jogl2es2Context.glLightSource
 
glLightSource - Variable in class org.jogamp.java3d.Jogl2es2Context.LocationData
 
glLightSourceLocs() - Constructor for class org.jogamp.java3d.Jogl2es2Context.glLightSourceLocs
 
glModelMatrix - Variable in class org.jogamp.java3d.Jogl2es2Context.LocationData
 
glModelViewMatrix - Variable in class org.jogamp.java3d.Jogl2es2Context.GL_State
 
glModelViewMatrix - Variable in class org.jogamp.java3d.Jogl2es2Context.LocationData
 
glModelViewMatrixInverse - Variable in class org.jogamp.java3d.Jogl2es2Context.GL_State
 
glModelViewMatrixInverse - Variable in class org.jogamp.java3d.Jogl2es2Context.LocationData
 
glModelViewMatrixInverseSkipped - Variable in class org.jogamp.java3d.Jogl2es2PerFrameStats
 
glModelViewMatrixInverseUpdated - Variable in class org.jogamp.java3d.Jogl2es2PerFrameStats
 
glModelViewMatrixSkipped - Variable in class org.jogamp.java3d.Jogl2es2PerFrameStats
 
glModelViewMatrixUpdated - Variable in class org.jogamp.java3d.Jogl2es2PerFrameStats
 
glModelViewProjectionMatrix - Variable in class org.jogamp.java3d.Jogl2es2Context.GL_State
 
glModelViewProjectionMatrix - Variable in class org.jogamp.java3d.Jogl2es2Context.LocationData
 
glModelViewProjectionMatrixSkipped - Variable in class org.jogamp.java3d.Jogl2es2PerFrameStats
 
glModelViewProjectionMatrixUpdated - Variable in class org.jogamp.java3d.Jogl2es2PerFrameStats
 
glMultiTexCoord - Variable in class org.jogamp.java3d.Jogl2es2Context.LocationData
 
glNormal - Variable in class org.jogamp.java3d.Jogl2es2Context.LocationData
 
glNormalMatrix - Variable in class org.jogamp.java3d.Jogl2es2Context.GL_State
 
glNormalMatrix - Variable in class org.jogamp.java3d.Jogl2es2Context.LocationData
 
glNormalMatrixSkipped - Variable in class org.jogamp.java3d.Jogl2es2PerFrameStats
 
glNormalMatrixUpdated - Variable in class org.jogamp.java3d.Jogl2es2PerFrameStats
 
glProjectionMatrix - Variable in class org.jogamp.java3d.Jogl2es2Context.LocationData
 
glProjectionMatrixInverse - Variable in class org.jogamp.java3d.Jogl2es2Context.LocationData
 
GLSLShaderProgram - Class in org.jogamp.java3d
The GLSLShaderProgram object is a concrete implementation of a ShaderProgram node component for the OpenGL GLSL shading language.
GLSLShaderProgram() - Constructor for class org.jogamp.java3d.GLSLShaderProgram
Constructs a GLSL shader program node component.
glVertex - Variable in class org.jogamp.java3d.Jogl2es2Context.LocationData
 
glVertexAttribPointerColor - Variable in class org.jogamp.java3d.Jogl2es2PerFrameStats
 
glVertexAttribPointerCoord - Variable in class org.jogamp.java3d.Jogl2es2PerFrameStats
 
glVertexAttribPointerInterleaved - Variable in class org.jogamp.java3d.Jogl2es2PerFrameStats
 
glVertexAttribPointerNormals - Variable in class org.jogamp.java3d.Jogl2es2PerFrameStats
 
glVertexAttribPointerUserAttribs - Variable in class org.jogamp.java3d.Jogl2es2PerFrameStats
 
glViewMatrix - Variable in class org.jogamp.java3d.Jogl2es2Context.LocationData
 
GRAPHICS_CONFIG_ERROR - Static variable in class org.jogamp.java3d.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 org.jogamp.java3d
This class is used to obtain a valid GraphicsConfiguration that can be used by Java 3D.
GraphicsConfigTemplate3D() - Constructor for class org.jogamp.java3d.GraphicsConfigTemplate3D
Constructs a GraphicsConfigTemplate3D object with default parameters.
GraphicsContext3D - Class in org.jogamp.java3d
A GraphicsContext3D object is used for immediate mode rendering into a 3D canvas.
GraphStructureChangeListener - Interface in org.jogamp.java3d
Listener interface for monitoring structural changes to live scene graphs.
GREATER - Static variable in class org.jogamp.java3d.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 org.jogamp.java3d.RenderingAttributes
Specifies that pixels are drawn if the source/reference value is greater than or equal to the destination/test value.
Group - Class in org.jogamp.java3d
The Group node object is a general-purpose grouping node.
Group() - Constructor for class org.jogamp.java3d.Group
Constructs a Group node with default parameters.
A B C D E F G H I J K L M N O P Q R S T U V W Z 
Skip navigation links