- GENERATE_MIPMAP - Static variable in class org.jogamp.java3d.utils.image.TextureLoader
-
Optional flag - specifies that mipmaps are generated for all levels
- GENERATE_NORMALS - Static variable in class org.jogamp.java3d.utils.geometry.Primitive
-
Specifies that normals are generated along with the positions.
- GENERATE_NORMALS_INWARD - Static variable in class org.jogamp.java3d.utils.geometry.Primitive
-
Specifies that normals are to be flipped along the surface.
- GENERATE_TEXTURE_COORDS - Static variable in class org.jogamp.java3d.utils.geometry.Primitive
-
Specifies that texture coordinates are generated along with the
positions.
- GENERATE_TEXTURE_COORDS_Y_UP - Static variable in class org.jogamp.java3d.utils.geometry.Primitive
-
Specifies that texture coordinates are to be Y up.
- generateNormals(GeometryInfo) - Method in class org.jogamp.java3d.utils.geometry.NormalGenerator
-
Generate normals for the GeometryInfo object.
- generatePickRay(int, int) - Method in class org.jogamp.java3d.utils.behaviors.picking.PickObject
-
Deprecated.
Creates a PickRay that starts at the viewer position and points into
the scene in the direction of (xpos, ypos) specified in window space.
- GEOMETRY - Static variable in class org.jogamp.java3d.utils.picking.PickTool
-
Use this mode to pick by geometry and get basic
information on the pick.
- GEOMETRY_INTERSECT_INFO - Static variable in class org.jogamp.java3d.utils.picking.PickTool
-
Use this mode to pick by geometry and save
information about the intersections (intersected primitive,
intersection point and closest vertex).
- GEOMETRY_NOT_SHARED - Static variable in class org.jogamp.java3d.utils.geometry.Primitive
-
Specifies that the geometry being created will not be shared by
another scene graph node.
- GeometryArrayState - Class in org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d
-
- GeometryArrayState(SymbolTableData, Controller) - Constructor for class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.GeometryArrayState
-
- GeometryCompressor - Class in org.jogamp.java3d.utils.compression
-
- GeometryCompressor() - Constructor for class org.jogamp.java3d.utils.compression.GeometryCompressor
-
Deprecated.
- GeometryCompressor - Class in org.jogamp.java3d.utils.geometry.compression
-
A GeometryCompressor takes a stream of geometric elements and
quantization parameters (the CompressionStream object) and
compresses it into a stream of commands as defined by appendix B
of the Java 3D specification.
- GeometryCompressor() - Constructor for class org.jogamp.java3d.utils.geometry.compression.GeometryCompressor
-
- GeometryInfo - Class in org.jogamp.java3d.utils.geometry
-
The GeometryInfo object holds data for processing by the Java3D geometry
utility tools.
- GeometryInfo(int) - Constructor for class org.jogamp.java3d.utils.geometry.GeometryInfo
-
Constructor.
- GeometryInfo(GeometryArray) - Constructor for class org.jogamp.java3d.utils.geometry.GeometryInfo
-
Contructor.
- geometryIsIndexed() - Method in class org.jogamp.java3d.utils.pickfast.PickIntersection
-
Returns true if the geometry is indexed
- geometryIsIndexed() - Method in class org.jogamp.java3d.utils.picking.PickIntersection
-
Returns true if the geometry is indexed
- GeometryServiceImpl - Class in org.jogamp.java3d.utils.geometry
-
Default implementation of the GeometryService
service interface.
- GeometryServiceImpl() - Constructor for class org.jogamp.java3d.utils.geometry.GeometryServiceImpl
-
- GeometryState - Class in org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d
-
- GeometryState(SymbolTableData, Controller) - Constructor for class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.GeometryState
-
- GeometryStripArrayState - Class in org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d
-
- GeometryStripArrayState(SymbolTableData, Controller) - Constructor for class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.GeometryStripArrayState
-
- get() - Method in class org.jogamp.java3d.internal.ByteBufferWrapper
-
Reads the byte at this buffer's current position,
and then increments the position.
- get(int) - Method in class org.jogamp.java3d.internal.ByteBufferWrapper
-
Reads the byte at the given offset into the buffer.
- get(byte[]) - Method in class org.jogamp.java3d.internal.ByteBufferWrapper
-
Bulk get method.
- get(byte[], int, int) - Method in class org.jogamp.java3d.internal.ByteBufferWrapper
-
Bulk get method.
- get() - Method in class org.jogamp.java3d.internal.DoubleBufferWrapper
-
Reads the double at this buffer's current position,
and then increments the position.
- get(int) - Method in class org.jogamp.java3d.internal.DoubleBufferWrapper
-
Reads the double at the given offset into the buffer.
- get(double[]) - Method in class org.jogamp.java3d.internal.DoubleBufferWrapper
-
Bulk get method.
- get(double[], int, int) - Method in class org.jogamp.java3d.internal.DoubleBufferWrapper
-
Bulk get method.
- get() - Method in class org.jogamp.java3d.internal.FloatBufferWrapper
-
Reads the float at this buffer's current position,
and then increments the position.
- get(int) - Method in class org.jogamp.java3d.internal.FloatBufferWrapper
-
Reads the float at the given offset into the buffer.
- get(float[]) - Method in class org.jogamp.java3d.internal.FloatBufferWrapper
-
Bulk get method.
- get(float[], int, int) - Method in class org.jogamp.java3d.internal.FloatBufferWrapper
-
Bulk get method.
- getAccelerationTime() - Method in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Gets the time interval for accelerating to normal speed and for
transitioning between the normal and fast translation speeds.
- getAllGraphIDs() - Method in class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.utils.universe.SimpleUniverseState
-
Return all the branchgraph id's for all Locales in the universe
This call must be made after readObject()
- getAngleOffsetToSpeaker() - Method in class org.jogamp.java3d.audioengines.AudioEngine
-
Get Angle Offset To Speaker
returns value set as angle between vector to speaker and Z head axis
- getAppearance(int) - Method in class org.jogamp.java3d.utils.geometry.Box
-
Gets the appearance of the specified part of the box.
- getAppearance(int) - Method in class org.jogamp.java3d.utils.geometry.Cone
-
Gets the appearance of the specified part of the cone.
- getAppearance(int) - Method in class org.jogamp.java3d.utils.geometry.Cylinder
-
Gets the appearance of the specified part of the cylinder.
- getAppearance() - Method in class org.jogamp.java3d.utils.geometry.Primitive
-
Gets the appearance of the primitive (defaults to first subpart).
- getAppearance(int) - Method in class org.jogamp.java3d.utils.geometry.Primitive
-
Gets the appearance of the specified part of the primitive.
- getAppearance(int) - Method in class org.jogamp.java3d.utils.geometry.Sphere
-
Gets the appearance of the specified part of the sphere.
- getApplet(String) - Method in class org.jogamp.java3d.utils.applet.JMainFrame
-
- getApplet(String) - Method in class org.jogamp.java3d.utils.applet.MainFrame
-
- getAppletContext() - Method in class org.jogamp.java3d.utils.applet.JMainFrame
-
- getAppletContext() - Method in class org.jogamp.java3d.utils.applet.MainFrame
-
- getApplets() - Method in class org.jogamp.java3d.utils.applet.JMainFrame
-
- getApplets() - Method in class org.jogamp.java3d.utils.applet.MainFrame
-
- getArrayLength() - Method in class org.jogamp.java3d.utils.behaviors.interpolators.KBSplinePathInterpolator
-
This method retrieves the length of the key frame array.
- getArrayLength() - Method in class org.jogamp.java3d.utils.behaviors.interpolators.TCBSplinePathInterpolator
-
This method retrieves the length of the key frame array.
- getAudioClip(URL) - Method in class org.jogamp.java3d.utils.applet.JMainFrame
-
- getAudioClip(URL) - Method in class org.jogamp.java3d.utils.applet.MainFrame
-
- getAudioPlaybackType() - Method in class org.jogamp.java3d.audioengines.AudioEngine
-
Get Type of Audio Playback Output Device
returns audio playback type to which sound is currently output
- getAuralParameters() - Method in class org.jogamp.java3d.audioengines.AudioEngine3D
-
- getAvatar() - Method in class org.jogamp.java3d.utils.universe.Viewer
-
Gets the geometry associated with the viewer's avatar.
- getAvgNumVertsPerTri() - Method in class org.jogamp.java3d.utils.geometry.StripifierStats
-
Returns the average number of vertices per triangle in the stripified
data
- getAvgStripLength() - Method in class org.jogamp.java3d.utils.geometry.StripifierStats
-
Return the average length of the strips created by the stripifier
- getAxisOfRotPosScale() - Method in class org.jogamp.java3d.utils.behaviors.interpolators.KBRotPosScaleSplinePathInterpolator
-
- getAxisOfRotPosScale() - Method in class org.jogamp.java3d.utils.behaviors.interpolators.RotPosScaleTCBSplinePathInterpolator
-
- getBackgroundNodes() - Method in interface org.jogamp.java3d.loaders.Scene
-
This method returns an array of all Background nodes defined in the
file.
- getBackgroundNodes() - Method in class org.jogamp.java3d.loaders.SceneBase
-
This method returns an array of all Background nodes defined in the
file.
- getBasePath() - Method in interface org.jogamp.java3d.loaders.Loader
-
Returns the current base path setting.
- getBasePath() - Method in class org.jogamp.java3d.loaders.LoaderBase
-
Returns the current base path setting.
- getBasePath() - Method in class org.jogamp.java3d.loaders.lw3d.Lw3dLoader
-
Returns the current base path setting.
- getBasePath() - Method in class org.jogamp.java3d.loaders.objectfile.ObjectFile
-
Return the path where files associated with this .obj file (like material
files) are located.
- getBaseUrl() - Method in interface org.jogamp.java3d.loaders.Loader
-
Returns the current base URL setting.
- getBaseUrl() - Method in class org.jogamp.java3d.loaders.LoaderBase
-
Returns the current base URL setting.
- getBaseUrl() - Method in class org.jogamp.java3d.loaders.lw3d.Lw3dLoader
-
Returns the current base URL setting.
- getBaseUrl() - Method in class org.jogamp.java3d.loaders.objectfile.ObjectFile
-
Return the URL where files associated with this .obj file (like
material properties files) will be found.
- getBehaviorNodes() - Method in interface org.jogamp.java3d.loaders.Scene
-
This method returns an array of all the behavior nodes
in the scene.
- getBehaviorNodes() - Method in class org.jogamp.java3d.loaders.SceneBase
-
This method returns a group containing all of the Behavior nodes
in the scene.
- getBranchGraphCount() - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.RandomAccessFileControl
-
Return the number of branchgraphs in the file
- getBranchGraphCount() - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.SymbolTable
-
- getBranchGraphCount() - Method in class org.jogamp.java3d.utils.scenegraph.io.SceneGraphFileReader
-
Return the number of BranchGraphs in the file
- getBranchGraphDependencies(int) - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.SymbolTable
-
Return an array of each BranchGraph on which graphID is dependent for
closure of the graph
Only Nodes (not node components) cause dependencies
If there are no dependencies int[0] is returned
- getBranchGraphFilePosition(int) - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.SymbolTable
-
- getBranchGraphPosition(BranchGroup) - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.RandomAccessFileControl
-
Given a branchgraph, return the corresponding index of the graph
in the file.
- getBranchGraphPosition(BranchGroup) - Method in class org.jogamp.java3d.utils.scenegraph.io.SceneGraphFileReader
-
Given a BranchGraph that has been loaded return the index of the
graph in the file.
- getBranchGraphRoot(int) - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.SymbolTable
-
- getBranchGroup() - Method in class org.jogamp.java3d.utils.pickfast.PickTool
-
Returns the BranchGroup to be picked if the tool was initialized
with a BranchGroup, null otherwise.
- getBranchGroup() - Method in class org.jogamp.java3d.utils.picking.PickTool
-
Returns the BranchGroup to be picked if the tool was initialized
with a BranchGroup, null otherwise.
- getBuffer() - Method in class org.jogamp.java3d.internal.ByteBufferWrapper
-
Returns the java.nio.Buffer contained within this
ByteBufferWrapper.
- getBuffer() - Method in class org.jogamp.java3d.internal.DoubleBufferWrapper
-
Returns the java.nio.Buffer contained within this
DoubleBufferWrapper.
- getBuffer() - Method in class org.jogamp.java3d.internal.FloatBufferWrapper
-
Returns the java.nio.Buffer contained within this
FloatBufferWrapper.
- getBufferAsObject() - Method in class org.jogamp.java3d.internal.BufferWrapper
-
- getBufferType(J3DBuffer) - Static method in class org.jogamp.java3d.internal.BufferWrapper
-
- getButton() - Method in class org.jogamp.java3d.utils.behaviors.sensor.SensorEvent
-
Gets the index of the button that changed state when passed to a
pressed
or released
callback.
- getButtonAction2D(int) - Method in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Gets the action associated with the specified button on the 2D valuator.
- getButtonAction6D(int) - Method in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Gets the action associated with the specified button on the 6DOF sensor.
- getButtonState(int[]) - Method in class org.jogamp.java3d.utils.behaviors.sensor.SensorEvent
-
Copies the state of the sensor's buttons at the time of the event
into the given array.
- getByteCount() - Method in class org.jogamp.java3d.utils.geometry.compression.CompressedGeometryData
-
Returns the size, in bytes, of the compressed geometry buffer.
- getCanvas() - Method in class org.jogamp.java3d.utils.pickfast.PickCanvas
-
Inquire the canvas to be used for picking operations.
- getCanvas() - Method in class org.jogamp.java3d.utils.picking.PickCanvas
-
Inquire the canvas to be used for picking operations.
- getCanvas() - Method in class org.jogamp.java3d.utils.universe.SimpleUniverse
-
Returns the Canvas3D object associated with this Java 3D Universe.
- getCanvas(int) - Method in class org.jogamp.java3d.utils.universe.SimpleUniverse
-
Returns the Canvas3D object at the specified index associated with
this Java 3D Universe.
- getCanvas3D() - Method in class org.jogamp.java3d.utils.universe.Viewer
-
Returns the 0th Canvas3D object associated with this Viewer object
- getCanvas3D(int) - Method in class org.jogamp.java3d.utils.universe.Viewer
-
Returns the Canvas3D object at the specified index associated with
this Viewer object.
- getCanvas3Ds() - Method in class org.jogamp.java3d.utils.universe.Viewer
-
Returns all the Canvas3D objects associated with this Viewer object.
- getCanvases() - Method in class org.jogamp.java3d.utils.universe.Viewer
-
- getCenterEarToSpeaker() - Method in class org.jogamp.java3d.audioengines.AudioEngine
-
Get Distance from Ear to Speaker
returns value set as distance from listener's ear to speaker
- getChannelsAvailable() - Method in class org.jogamp.java3d.audioengines.AudioEngine
-
Query number of channels currently available for use by the
returns number of sound channels currently available (number
not being used by active sounds.
- getChannelsUsedForSound(Sound) - Method in class org.jogamp.java3d.audioengines.AudioEngine
-
- getClassLoader() - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.Controller
-
Get the class loader used to load the Scene Graph Objects and
the serialized user data.
- getClassLoader() - Method in class org.jogamp.java3d.utils.scenegraph.io.SceneGraphFileReader
-
Get the ClassLoader used to load the scene graph objects and
deserialize user data
- getClassLoader() - Method in class org.jogamp.java3d.utils.scenegraph.io.SceneGraphStreamReader
-
Get the ClassLoader used to load the scene graph objects and
deserialize user data
- getClosestIntersection(Point3d) - Method in class org.jogamp.java3d.utils.picking.PickResult
-
Gets the PickIntersection in this PickResult that is closest to a point
- getClosestVertexCoordinates() - Method in class org.jogamp.java3d.utils.pickfast.PickIntersection
-
Get coordinates of closest vertex (local)
- getClosestVertexCoordinates() - Method in class org.jogamp.java3d.utils.picking.PickIntersection
-
Get coordinates of closest vertex (local)
- getClosestVertexCoordinatesVW() - Method in class org.jogamp.java3d.utils.pickfast.PickIntersection
-
Get coordinates of closest vertex (world)
- getClosestVertexCoordinatesVW() - Method in class org.jogamp.java3d.utils.picking.PickIntersection
-
Get coordinates of closest vertex (world)
- getClosestVertexIndex() - Method in class org.jogamp.java3d.utils.pickfast.PickIntersection
-
Get index of closest vertex
- getClosestVertexIndex() - Method in class org.jogamp.java3d.utils.picking.PickIntersection
-
Get index of closest vertex
- getCodeBase() - Method in class org.jogamp.java3d.utils.applet.JMainFrame
-
- getCodeBase() - Method in class org.jogamp.java3d.utils.applet.MainFrame
-
- getCoexistenceToImagePlate(Canvas3D, Transform3D, Transform3D) - Method in class org.jogamp.java3d.utils.universe.ViewInfo
-
Gets the current transforms from coexistence coordinates to image plate
coordinates and copies them into the given Transform3Ds.
- getCoexistenceToViewPlatform(Canvas3D, Transform3D) - Method in class org.jogamp.java3d.utils.universe.ViewInfo
-
Gets the current transform from coexistence coordinates to
view platform coordinates and copies it into the given transform.
- getCoexistenceToVworld(Canvas3D, Transform3D) - Method in class org.jogamp.java3d.utils.universe.ViewInfo
-
Gets the current transform from coexistence coordinates to virtual
world coordinates and copies it into the given transform.
- getColor() - Method in class org.jogamp.java3d.utils.geometry.Text2D
-
Returns the color of the text
- getColorIndices() - Method in class org.jogamp.java3d.utils.geometry.GeometryInfo
-
Retrieves a reference to the array of indices into the
color array.
- getColors() - Method in class org.jogamp.java3d.utils.geometry.GeometryInfo
-
Retrieves a reference to the colors array.
- getComparator(View) - Static method in class org.jogamp.java3d.utils.scenegraph.transparency.TransparencySortController
-
Returns the comparator for the specified view
- getCompressedGeometry(byte[]) - Method in class org.jogamp.java3d.utils.geometry.compression.CompressedGeometryData
-
Retrieves the compressed geometry associated with the
CompressedGeometryData object.
- getCompressedGeometryBuffer() - Method in class org.jogamp.java3d.utils.geometry.compression.CompressedGeometryData
-
Gets the compressed geometry data buffer reference, which is
always null since NIO buffers are not supported for
CompressedGeometryData objects.
- getCompressedGeometryHeader(CompressedGeometryData.Header) - Method in class org.jogamp.java3d.utils.geometry.compression.CompressedGeometryData
-
Copies the compressed geometry header from the CompressedGeometryData
object into the passed in parameter.
- getCompressedGeometryRef() - Method in class org.jogamp.java3d.utils.geometry.compression.CompressedGeometryData
-
Gets the compressed geometry data reference.
- getCompressedGeometryShape3Ds() - Method in class org.jogamp.java3d.utils.picking.PickResult
-
Get the array of Shape3Ds that came from decompressing a
CompressedGeometry on the picked node.
- getConfigContainer() - Method in class org.jogamp.java3d.utils.universe.ConfiguredUniverse
-
Returns a container holding all the objects defined by the
configuration file used to create the ConfiguredUniverse.
- getConfigURL() - Static method in class org.jogamp.java3d.utils.universe.ConfigContainer
-
Returns the config file URL based on system properties.
- getConfigURL(String) - Static method in class org.jogamp.java3d.utils.universe.ConfigContainer
-
Returns the config file URL based on system properties.
- getConfigURL() - Static method in class org.jogamp.java3d.utils.universe.ConfiguredUniverse
-
Returns the config file URL based on system properties.
- getConfigURL(String) - Static method in class org.jogamp.java3d.utils.universe.ConfiguredUniverse
-
Returns the config file URL based on system properties.
- getConstantSpeedTime() - Method in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Gets the time interval for which the translation occurs at the
normal speed.
- getContourCounts() - Method in class org.jogamp.java3d.utils.geometry.GeometryInfo
-
Retrieves a reference to the array of contourCounts.
- getCoordinateIndices() - Method in class org.jogamp.java3d.utils.geometry.GeometryInfo
-
Retrieves a reference to the array of indices into the
coordinate array.
- getCoordinates() - Method in class org.jogamp.java3d.utils.geometry.GeometryInfo
-
Retrieves a reference to the coordinate array.
- getCreaseAngle() - Method in class org.jogamp.java3d.utils.geometry.NormalGenerator
-
Returns the current value of the crease angle, in radians.
- getCurrentFileVersion() - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.Controller
-
Get the file version of the file we are reading
- getCurrentIndex() - Method in class org.jogamp.java3d.utils.compression.CompressedGeometryFile
-
Deprecated.
Return the current object index associated with this instance.
- getCurrentIndex() - Method in class org.jogamp.java3d.utils.geometry.compression.CompressedGeometryFile
-
Return the current object index associated with this instance.
- getData() - Method in class org.jogamp.java3d.internal.FastVector
-
Get access to array data
- getDescription() - Method in interface org.jogamp.java3d.loaders.Scene
-
This method returns the text description of the file.
- getDescription() - Method in class org.jogamp.java3d.loaders.SceneBase
-
This method returns the text description of the file.
- getDirtyFlags() - Method in class org.jogamp.java3d.audioengines.Sample
-
- getDistance() - Method in class org.jogamp.java3d.utils.pickfast.PickIntersection
-
Get the distance from the PickShape start point to the intersection point
- getDistance() - Method in class org.jogamp.java3d.utils.picking.PickIntersection
-
Get the distance from the PickShape start point to the intersection point
- getDistanceFilter(double[], float[]) - Method in class org.jogamp.java3d.audioengines.AuralParameters
-
- getDistanceFilterLength() - Method in class org.jogamp.java3d.audioengines.AuralParameters
-
- getDistanceFilterType() - Method in class org.jogamp.java3d.audioengines.AuralParameters
-
- getDivisions() - Method in class org.jogamp.java3d.utils.geometry.Sphere
-
Returns the number of divisions
- getDocumentBase() - Method in class org.jogamp.java3d.utils.applet.JMainFrame
-
- getDocumentBase() - Method in class org.jogamp.java3d.utils.applet.MainFrame
-
- getDuration() - Method in class org.jogamp.java3d.audioengines.Sample
-
- getEcho() - Method in class org.jogamp.java3d.utils.behaviors.sensor.Mouse6DPointerBehavior
-
Gets the echo used by this behavior.
- getEchoColor(Color3f) - Method in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Gets the 6DOF sensor echo color.
- getEchoGeometry() - Method in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Gets the Shape3D
defining the 6DOF sensor's echo geometry
and appearance.
- getEchoSize() - Method in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Gets the size of the 6DOF sensor echo in meters.
- getEchoTransformGroup() - Method in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Gets the transform group containing a 6DOF sensor's echo geometry.
- getEchoTransparency() - Method in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Gets the 6DOF sensor echo transparency value.
- getEchoType() - Method in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Gets the echo type.
- getEyeToImagePlate(Canvas3D, Transform3D, Transform3D) - Method in class org.jogamp.java3d.utils.universe.ViewInfo
-
Gets the transforms from eye coordinates to image plate coordinates and
copies them into the Transform3Ds specified.
- getEyeToViewPlatform(Canvas3D, Transform3D, Transform3D) - Method in class org.jogamp.java3d.utils.universe.ViewInfo
-
Gets the current transforms from eye coordinates to view platform
coordinates and copies them into the given Transform3Ds.
- getEyeToVworld(Canvas3D, Transform3D, Transform3D) - Method in class org.jogamp.java3d.utils.universe.ViewInfo
-
Gets the current transforms from eye coordinates to virtual world
coordinates and copies them into the given Transform3Ds.
- getFactor() - Method in class org.jogamp.java3d.utils.behaviors.mouse.MouseWheelZoom
-
Return the y-axis movement multipler.
- getFactor() - Method in class org.jogamp.java3d.utils.behaviors.mouse.MouseZoom
-
Return the y-axis movement multipler.
- getFastSpeedFactor() - Method in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Gets the factor by which the normal translation speed is multiplied
after the constant speed time interval.
- getFileName() - Method in class org.jogamp.java3d.utils.compression.CompressedGeometryFile
-
Deprecated.
Return a string containing the file name associated with this instance
or null if there is none.
- getFileName() - Method in class org.jogamp.java3d.utils.geometry.compression.CompressedGeometryFile
-
Return a string containing the file name associated with this instance
or null if there is none.
- getFilePointer() - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.Controller
-
Get the current file 'pointer' location.
- getFilePointer() - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.J3fInputStream
-
- getFilePointer() - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.J3fOutputStream
-
- getFilePointer() - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.RandomAccessFileControl
-
- getFilePointer() - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.StreamControl
-
Implementation of abstract method from Controller.
- getFilePosition() - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.SymbolTableData
-
- getFirstPickEnable() - Method in class org.jogamp.java3d.utils.picking.PickResult
-
Return the "first intersection only" value.
- getFlags() - Method in interface org.jogamp.java3d.loaders.Loader
-
Returns the current loading flags setting.
- getFlags() - Method in class org.jogamp.java3d.loaders.LoaderBase
-
Returns the current loading flags setting.
- getFlags() - Method in class org.jogamp.java3d.loaders.lw3d.Lw3dLoader
-
Returns the current loading flags setting.
- getFlags() - Method in class org.jogamp.java3d.loaders.objectfile.ObjectFile
-
Get the parameters currently defined for loading the model.
- getFlags() - Method in class org.jogamp.java3d.utils.pickfast.PickTool
-
Gets the PickInfo content flags.
- getFogNodes() - Method in interface org.jogamp.java3d.loaders.Scene
-
This method returns an array of all Fog nodes defined in the
file.
- getFogNodes() - Method in class org.jogamp.java3d.loaders.SceneBase
-
This method returns an array of all Fog nodes defined in the
file.
- getFontName() - Method in class org.jogamp.java3d.utils.geometry.Text2D
-
Returns the font
- getFontSize() - Method in class org.jogamp.java3d.utils.geometry.Text2D
-
Returns the font size
- getFontStyle() - Method in class org.jogamp.java3d.utils.geometry.Text2D
-
Returns the font style
- getFragmentShaderSource() - Method in class org.jogamp.java3d.utils.shader.SimpleShaderAppearance
-
- getFrame() - Method in class org.jogamp.java3d.utils.universe.Viewer
-
- getGain() - Method in class org.jogamp.java3d.audioengines.Sample
-
- getGenericObjects() - Method in class org.jogamp.java3d.utils.universe.ConfigContainer
-
Returns a read-only Set of all generic configuration object
instances in the order they were defined in the configuration file.
- getGeometryArray(boolean, boolean, boolean) - Method in class org.jogamp.java3d.utils.geometry.GeometryInfo
-
Creates and returns a non-indexed Java 3D GeometryArray object
based on the data in the GeometryInfo object.
- getGeometryArray() - Method in class org.jogamp.java3d.utils.geometry.GeometryInfo
-
Creates and returns a non-indexed Java 3D GeometryArray object
based on the data in the GeometryInfo object.
- getGeometryArray() - Method in class org.jogamp.java3d.utils.picking.PickIntersection
-
Returns the GeometryArray for the intersection
- getGeometryArray() - Method in class org.jogamp.java3d.utils.picking.PickResult
-
Get the GeometryArray at index 0 for the picked node
- getGeometryArrayIndex() - Method in class org.jogamp.java3d.utils.picking.PickIntersection
-
Returns the index of the intersected GeometryArray into the geometry
arrays in the PickResult
- getGeometryArrays() - Method in class org.jogamp.java3d.utils.picking.PickResult
-
Get the array of GeometryArrays for the picked node
- getHeight() - Method in class org.jogamp.java3d.utils.geometry.Cone
-
Returns the height of the cone
- getHeight() - Method in class org.jogamp.java3d.utils.geometry.Cylinder
-
Returns the height of the cylinder
- getHomeTransform(Transform3D) - Method in class org.jogamp.java3d.utils.behaviors.vp.ViewPlatformBehavior
-
Returns the behaviors "home" transform.
- getHorizontalFOVs() - Method in interface org.jogamp.java3d.loaders.Scene
-
This method returns an array of floats with the horizontal field
of view.
- getHorizontalFOVs() - Method in class org.jogamp.java3d.loaders.SceneBase
-
This method returns an array of floats that contains the horizontal
field of view values for each corresponding entry in the array of
view groups returned by the method getViewGroups.
- getID() - Method in class org.jogamp.java3d.utils.behaviors.sensor.SensorEvent
-
Gets the event type.
- getImage(URL) - Method in class org.jogamp.java3d.utils.applet.JMainFrame
-
- getImage(URL) - Method in class org.jogamp.java3d.utils.applet.MainFrame
-
- getImage() - Method in class org.jogamp.java3d.utils.image.TextureLoader
-
Returns the associated ImageComponent2D object
- getImageCompression() - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.Controller
-
Returns the imageCompression to be used
IMAGE_COMPRESSION_NONE, IMAGE_COMPRESSION_GZIP, IMAGE_COMPRESSION_JPEG
- getImagePlateToViewPlatform(Canvas3D, Transform3D, Transform3D) - Method in class org.jogamp.java3d.utils.universe.ViewInfo
-
Gets the current transforms from image plate coordinates to view
platform coordinates and copies them into the given Transform3Ds.
- getImagePlateToVworld(Canvas3D, Transform3D, Transform3D) - Method in class org.jogamp.java3d.utils.universe.ViewInfo
-
Gets the current transforms from image plate coordinates to virtual
world coordinates and copies them into the given Transform3Ds.
- getIndexedGeometryArray(boolean, boolean, boolean, boolean, boolean) - Method in class org.jogamp.java3d.utils.geometry.GeometryInfo
-
Creates and returns a IndexedGeometryArray
based on the data in the GeometryInfo object.
- getIndexedGeometryArray(boolean) - Method in class org.jogamp.java3d.utils.geometry.GeometryInfo
-
Creates and returns an IndexedGeometryArray
based on the data in the GeometryInfo object.
- getIndexedGeometryArray() - Method in class org.jogamp.java3d.utils.geometry.GeometryInfo
-
Creates and returns an IndexedGeometryArray
based on the data in the GeometryInfo object.
- getInputDevices() - Method in class org.jogamp.java3d.utils.universe.ConfigContainer
-
Returns a read-only Set of all configured InputDevice instances in the
order they were defined in the configuration file.
- getInterpolatedBank(float) - Method in class org.jogamp.java3d.utils.behaviors.interpolators.KBCubicSplineSegment
-
Computes the interpolated bank along the curve at a given point
between key frames and returns the interpolated value as a float
This routine uses linear interpolation if the (i+1)th
key frame's linear value is equal to 1.
- getInterpolatedHeading(float) - Method in class org.jogamp.java3d.utils.behaviors.interpolators.KBCubicSplineSegment
-
Computes the interpolated heading along the curve at a given point
between key frames and returns the interpolated value as a float
This routine uses linear interpolation if the (i+1)th
key frame's linear value is equal to 1.
- getInterpolatedPitch(float) - Method in class org.jogamp.java3d.utils.behaviors.interpolators.KBCubicSplineSegment
-
Computes the interpolated pitch along the curve at a given point
between key frames and returns the interpolated value as a float
This routine uses linear interpolation if the (i+1)th
key frame's linear value is equal to 1.
- getInterpolatedPosition(float, Point3f) - Method in class org.jogamp.java3d.utils.behaviors.interpolators.CubicSplineSegment
-
Computes the interpolated position along the curve at a given point
between key frames and returns a Point3f with the interpolated
x, y, and z scale components.
- getInterpolatedPosition(float, Point3f) - Method in class org.jogamp.java3d.utils.behaviors.interpolators.KBCubicSplineSegment
-
Computes the interpolated position along the curve at a given point
between key frames and returns a Point3f with the interpolated
x, y, and z scale components.
- getInterpolatedPositionVector(float, Vector3f) - Method in class org.jogamp.java3d.utils.behaviors.interpolators.CubicSplineSegment
-
Computes the interpolated position along the curve at a given point
between key frames and returns a Vector3f with the interpolated
x, y, and z scale components.
- getInterpolatedPositionVector(float, Vector3f) - Method in class org.jogamp.java3d.utils.behaviors.interpolators.KBCubicSplineSegment
-
Computes the interpolated position along the curve at a given point
between key frames and returns a Vector3f with the interpolated
x, y, and z scale components.
- getInterpolatedQuaternion(float, Quat4f) - Method in class org.jogamp.java3d.utils.behaviors.interpolators.CubicSplineSegment
-
Computes the interpolated quaternion along the curve at
a given point between key frames.
- getInterpolatedScale(float, Point3f) - Method in class org.jogamp.java3d.utils.behaviors.interpolators.CubicSplineSegment
-
Computes the interpolated scale along the curve at a given point
between key frames and returns a Point3f with the interpolated
x, y, and z scale components.
- getInterpolatedScale(float, Point3f) - Method in class org.jogamp.java3d.utils.behaviors.interpolators.KBCubicSplineSegment
-
Computes the interpolated scale along the curve at a given point
between key frames and returns a Point3f with the interpolated
x, y, and z scale components.
- getInterpolatedValue(float) - Method in class org.jogamp.java3d.utils.behaviors.interpolators.CubicSplineSegment
-
Computes the ratio of the length of the spline from the ith
key frame to the position specified by u to the length of the entire
spline segment from the ith key frame to the (i+1)
th key frame.
- getInterpolatedValue(float) - Method in class org.jogamp.java3d.utils.behaviors.interpolators.KBCubicSplineSegment
-
Computes the ratio of the length of the spline from the ith
key frame to the position specified by u to the length of the entire
spline segment from the ith key frame to the (i+1)
th key frame.
- getIntersection(int) - Method in class org.jogamp.java3d.utils.picking.PickResult
-
Returns a specific PickIntersection object
- getIntersectionInfo() - Method in class org.jogamp.java3d.utils.pickfast.PickIntersection
-
Gets the IntersectionInfo this intersection is part of.
- getInverseProjection(Canvas3D, Transform3D, Transform3D) - Method in class org.jogamp.java3d.utils.universe.ViewInfo
-
Gets the transforms from clipping coordinates to eye coordinates
and copies them into the given Transform3Ds.
- getInverseViewPlatformProjection(Canvas3D, Transform3D, Transform3D) - Method in class org.jogamp.java3d.utils.universe.ViewInfo
-
Gets the transforms from clipping coordinates to view platform
coordinates and copies them into the given Transform3Ds.
- getInverseVworldProjection(Canvas3D, Transform3D, Transform3D) - Method in class org.jogamp.java3d.utils.universe.ViewInfo
-
Gets the transforms from clipping coordinates to virtual world
coordinates and copies them into the given Transform3Ds.
- getJ3DBuffer() - Method in class org.jogamp.java3d.internal.ByteBufferWrapper
-
Creates and returns a J3DBuffer object containing the
buffer in this ByteBufferWrapper object.
- getJ3DBuffer() - Method in class org.jogamp.java3d.internal.DoubleBufferWrapper
-
Creates and returns a J3DBuffer object containing the
buffer in this DoubleBufferWrapper object.
- getJ3DBuffer() - Method in class org.jogamp.java3d.internal.FloatBufferWrapper
-
Creates and returns a J3DBuffer object containing the
buffer in this FloatBufferWrapper object.
- getJ3dNode(int) - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.SymbolTable
-
Return the Java3D node associated with the nodeID.
- getJ3dNode() - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.SymbolTableData
-
- getJFrame(int) - Method in class org.jogamp.java3d.utils.universe.Viewer
-
Returns the JFrame object created by this Viewer object at the
specified index.
- getJFrames() - Method in class org.jogamp.java3d.utils.universe.Viewer
-
Returns all the JFrames created by this Viewer object.
- getJPanel(int) - Method in class org.jogamp.java3d.utils.universe.Viewer
-
Returns the JPanel object created by this Viewer object at the
specified index.
- getJPanels() - Method in class org.jogamp.java3d.utils.universe.Viewer
-
Returns all the JPanel objects created by this Viewer object.
- getKeyFrame(int) - Method in class org.jogamp.java3d.utils.behaviors.interpolators.KBSplinePathInterpolator
-
This method retrieves the key frame at the specified index.
- getKeyFrame(int) - Method in class org.jogamp.java3d.utils.behaviors.interpolators.TCBSplinePathInterpolator
-
This method retrieves the key frame at the specified index.
- getLastTime() - Method in class org.jogamp.java3d.utils.behaviors.sensor.SensorEvent
-
Gets the time in nanoseconds at which the
dispatchEvents
method of SensorEventAgent
was last called to generate events, usually from the
processStimulus
method of a Behavior
; may
be used to measure frame time in behaviors that wake up every
frame.
- getLightNodes() - Method in interface org.jogamp.java3d.loaders.Scene
-
This method returns an array of all Lights defined in the file.
- getLightNodes() - Method in class org.jogamp.java3d.loaders.SceneBase
-
This method returns an array of all Lights defined in the file.
- getLocale() - Method in class org.jogamp.java3d.utils.pickfast.PickTool
-
Returns the Locale to be picked if the tool was initialized with
a Locale, null otherwise.
- getLocale() - Method in class org.jogamp.java3d.utils.picking.PickTool
-
Returns the Locale to be picked if the tool was initialized with
a Locale, null otherwise.
- getLocale() - Method in class org.jogamp.java3d.utils.universe.SimpleUniverse
-
Returns the Locale object associated with this scene graph.
- getLocalToVworld() - Method in class org.jogamp.java3d.utils.picking.PickResult
-
Get the localToVworld transform for the Node
- getLoopCount() - Method in class org.jogamp.java3d.audioengines.Sample
-
- getMajorVersionNumber() - Method in class org.jogamp.java3d.utils.compression.CompressedGeometryFile
-
Deprecated.
Return the major version number of the most recent compressor used to
compress any of the objects in this instance.
- getMajorVersionNumber() - Method in class org.jogamp.java3d.utils.geometry.compression.CompressedGeometryFile
-
Return the major version number of the most recent compressor used to
compress any of the objects in this instance.
- getMatrixXIndex2D() - Method in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Gets the index where the X value of a 2D valuator read matrix can be
found.
- getMatrixYIndex2D() - Method in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Gets the index where the Y value of a 2D valuator read matrix can be
found.
- getMaxStripLength() - Method in class org.jogamp.java3d.utils.geometry.StripifierStats
-
Returns the length in triangles of the longest strip
created by the stripifier.
- getMinorMinorVersionNumber() - Method in class org.jogamp.java3d.utils.compression.CompressedGeometryFile
-
Deprecated.
Return the subminor version number of the most recent compressor used to
compress any of the objects in this instance.
- getMinorMinorVersionNumber() - Method in class org.jogamp.java3d.utils.geometry.compression.CompressedGeometryFile
-
Return the subminor version number of the most recent compressor used to
compress any of the objects in this instance.
- getMinorVersionNumber() - Method in class org.jogamp.java3d.utils.compression.CompressedGeometryFile
-
Deprecated.
Return the minor version number of the most recent compressor used to
compress any of the objects in this instance.
- getMinorVersionNumber() - Method in class org.jogamp.java3d.utils.geometry.compression.CompressedGeometryFile
-
Return the minor version number of the most recent compressor used to
compress any of the objects in this instance.
- getMinRadius() - Method in class org.jogamp.java3d.utils.behaviors.vp.OrbitBehavior
-
Returns the minimum orbit radius.
- getMinStripLength() - Method in class org.jogamp.java3d.utils.geometry.StripifierStats
-
Returns the length in triangles of the shortest strip
created by the stripifier.
- getMode() - Method in class org.jogamp.java3d.utils.pickfast.behaviors.PickMouseBehavior
-
Returns the pickMode
- getMode() - Method in class org.jogamp.java3d.utils.pickfast.PickTool
-
Gets the picking detail mode.
- getMode() - Method in class org.jogamp.java3d.utils.picking.behaviors.PickMouseBehavior
-
Returns the pickMode
- getMode() - Method in class org.jogamp.java3d.utils.picking.PickTool
-
Gets the picking detail mode.
- getModelBounds() - Method in class org.jogamp.java3d.utils.compression.CompressionStream
-
Deprecated.
Get the original bounds of the coordinate data, in modeling coordinates.
- getModelBounds() - Method in class org.jogamp.java3d.utils.geometry.compression.CompressionStream
-
Get the original bounds of the coordinate data, in modeling coordinates.
- getMultiTransformGroup() - Method in class org.jogamp.java3d.utils.universe.ViewingPlatform
-
Returns the MultitransformGroup object for this
ViewingPlatform object.
- getMuteFlag() - Method in class org.jogamp.java3d.audioengines.Sample
-
- getNamedBehaviors() - Method in class org.jogamp.java3d.utils.universe.ConfiguredUniverse
-
Returns all named ViewPlatformBehaviors defined by the configuration
file used to create the ConfiguredUniverse, if any.
- getNamedCanvases(String) - Method in class org.jogamp.java3d.utils.universe.ConfigContainer
-
Returns a read-only Map containing the named Canvas3D instances used by
the specified Viewer.
- getNamedGenericObjects() - Method in class org.jogamp.java3d.utils.universe.ConfigContainer
-
Returns a read-only Map that maps generic object names to
instances.
- getNamedInputDevices() - Method in class org.jogamp.java3d.utils.universe.ConfigContainer
-
Returns a read-only Map that maps InputDevice names to instances.
- getNamedObject(String) - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.Controller
-
Return the SceneGraphObject associated with the name
- getNamedObject(String) - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.SymbolTable
-
Return the SceneGraphObject associated with the name
- getNamedObject(String) - Method in class org.jogamp.java3d.utils.scenegraph.io.SceneGraphFileReader
-
Return the named object.
- getNamedObjectMap(HashMap) - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.SymbolTable
-
Add the namedObject mappings to map
- getNamedObjects() - Method in interface org.jogamp.java3d.loaders.Scene
-
This method returns a Hashtable which contains a list of all named
objects in the file and their associated scene graph objects.
- getNamedObjects() - Method in class org.jogamp.java3d.loaders.SceneBase
-
This method returns a Hashtable which contains a list of all named
objects in the file and their associated scene graph objects.
- getNamedPhysicalBodies() - Method in class org.jogamp.java3d.utils.universe.ConfigContainer
-
Returns a read-only Map that maps PhysicalBody names to instances.
- getNamedPhysicalEnvironments() - Method in class org.jogamp.java3d.utils.universe.ConfigContainer
-
Returns a read-only Map that maps PhysicalEnvironment names to
instances.
- getNamedSensors() - Method in class org.jogamp.java3d.utils.universe.ConfigContainer
-
Returns a read-only Map that maps Sensor names to instances.
- getNamedSensors() - Method in class org.jogamp.java3d.utils.universe.ConfiguredUniverse
-
Returns all named Sensors defined by the configuration file used to
create the ConfiguredUniverse, if any.
- getNamedViewers() - Method in class org.jogamp.java3d.utils.universe.ConfigContainer
-
Returns a read-only Map that maps Viewer names to instances.
- getNamedViewingPlatforms() - Method in class org.jogamp.java3d.utils.universe.ConfigContainer
-
Returns a read-only Map that maps ViewingPlatform names to instances.
- getNamedViewPlatformBehaviors() - Method in class org.jogamp.java3d.utils.universe.ConfigContainer
-
Returns a read-only Map that maps ViewPlatformBehavior names to
instances.
- getNames() - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.Controller
-
Get all the names of the named objects
- getNames() - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.SymbolTable
-
Get all the names of the named objects
- getNames() - Method in class org.jogamp.java3d.utils.scenegraph.io.SceneGraphFileReader
-
Return the names of all the named objects
- getNode(PickInfo, int) - Method in class org.jogamp.java3d.utils.pickfast.PickTool
-
Get the first node of a certain type up the SceneGraphPath
- getNode(int) - Method in class org.jogamp.java3d.utils.picking.PickResult
-
Get the first node of a certain type up the SceneGraphPath
- getNode() - Method in class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.NullSceneGraphObjectState
-
- getNode() - Method in class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.SceneGraphObjectState
-
- getNode() - Method in class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.utils.universe.SimpleUniverseState
-
Return the 'node', ie the virtual universe.
- getNodeClassFromID(int) - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.Controller
-
- getNodeClassID(SceneGraphObject) - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.Controller
-
- getNodeID() - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.SymbolTableData
-
- getNodeID() - Method in class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.NullSceneGraphObjectState
-
- getNodeID() - Method in class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.SceneGraphObjectState
-
- getNodeState() - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.SymbolTableData
-
- getNominalSensorRotation(Transform3D) - Method in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Gets the nominal sensor transform.
- getNormalIndices() - Method in class org.jogamp.java3d.utils.geometry.GeometryInfo
-
Retrieves a reference to the array of indices into the
Normal array.
- getNormalizedBounds() - Method in class org.jogamp.java3d.utils.compression.CompressionStream
-
Deprecated.
Get the bounds of the compressed object in normalized coordinates.
- getNormalizedBounds() - Method in class org.jogamp.java3d.utils.geometry.compression.CompressionStream
-
Get the bounds of the compressed object in normalized coordinates.
- getNormals() - Method in class org.jogamp.java3d.utils.geometry.GeometryInfo
-
Retrieves a reference to the normal array.
- getNumberOfChannelsUsed(int) - Method in class org.jogamp.java3d.audioengines.AudioEngine3D
-
Get number of channels used by a particular sample on the audio device.
- getNumberOfChannelsUsed(int, boolean) - Method in class org.jogamp.java3d.audioengines.AudioEngine3D
-
Get number of channels that would be used by a particular sample on
the audio device given the mute flag passed in as a parameter.
- getNumberOfChannelsUsed(int) - Method in class org.jogamp.java3d.audioengines.javasound.JavaSoundMixer
-
- getNumberOfChannelsUsed(int, boolean) - Method in class org.jogamp.java3d.audioengines.javasound.JavaSoundMixer
-
Overriden method from AudioEngine3D.
- getNumberOfChannelsUsed() - Method in class org.jogamp.java3d.audioengines.Sample
-
- getNumColorComponents() - Method in class org.jogamp.java3d.utils.geometry.GeometryInfo
-
Returns the number of color data components stored per vertex
in the current GeometryInfo object (3 for RGB or 4 for RGBA).
- getNumOrigTris() - Method in class org.jogamp.java3d.utils.geometry.StripifierStats
-
Returns the number of triangles in the original, un-stripified data.
- getNumOrigVerts() - Method in class org.jogamp.java3d.utils.geometry.StripifierStats
-
Returns the number of vertices in the original, un-stripified data
- getNumStrips() - Method in class org.jogamp.java3d.utils.geometry.StripifierStats
-
Returns the number of strips created by the stripifier.
- getNumTexCoordComponents() - Method in class org.jogamp.java3d.utils.geometry.GeometryInfo
-
Returns the number of texture coordinate components that are stored
per vertex.
- getNumTransforms() - Method in class org.jogamp.java3d.utils.universe.MultiTransformGroup
-
Returns the number of transforms in this MultiTransformGroup object.
- getNumTriangles() - Method in class org.jogamp.java3d.utils.geometry.Primitive
-
Returns the total number of triangles in this primitive.
- getNumVertices() - Method in class org.jogamp.java3d.utils.geometry.Primitive
-
Returns the total number of vertices in this primitive.
- getNumVerts() - Method in class org.jogamp.java3d.utils.geometry.StripifierStats
-
Returns the number of vertices in the stripified data.
- getObject(String) - Method in class org.jogamp.java3d.loaders.lw3d.Lw3dLoader
-
getObject() iterates through the objectList checking the given
name against the fileName and objectName of each object in turn.
- getObject() - Method in class org.jogamp.java3d.utils.picking.PickResult
-
Get the picked node
- getObjectCount() - Method in class org.jogamp.java3d.utils.compression.CompressedGeometryFile
-
Deprecated.
Return the number of compressed objects in this instance.
- getObjectCount() - Method in class org.jogamp.java3d.utils.geometry.compression.CompressedGeometryFile
-
Return the number of compressed objects in this instance.
- getObstructionGain() - Method in class org.jogamp.java3d.audioengines.Sample
-
- getOcclusionGain() - Method in class org.jogamp.java3d.audioengines.Sample
-
- getOffscreenCanvas3D() - Method in class org.jogamp.java3d.exp.swing.JCanvas3D
-
Returns the offscreen heavyweight canvas of that lightweight
component.
- getOutputFileVersion() - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.Controller
-
Get the file version that we should write
- getPanel() - Method in class org.jogamp.java3d.utils.universe.Viewer
-
- getParameter(String) - Method in class org.jogamp.java3d.utils.applet.JMainFrame
-
- getParameter(String) - Method in class org.jogamp.java3d.utils.applet.MainFrame
-
- getPhysicalBackClipDistance(Canvas3D) - Method in class org.jogamp.java3d.utils.universe.ViewInfo
-
Gets the back clip distance scaled to physical meters.
- getPhysicalBodies() - Method in class org.jogamp.java3d.utils.universe.ConfigContainer
-
Returns a read-only Set of all configured PhysicalBody instances in the
order they were defined in the configuration file.
- getPhysicalBody() - Method in class org.jogamp.java3d.utils.universe.Viewer
-
Returns the PhysicalBody object associated with the Viewer object.
- getPhysicalEnvironment() - Method in class org.jogamp.java3d.utils.universe.Viewer
-
Returns the PhysicalEnvironment object associated with the Viewer
object.
- getPhysicalEnvironments() - Method in class org.jogamp.java3d.utils.universe.ConfigContainer
-
Returns a read-only Set of all configured PhysicalEnvironment instances
in the order they were defined in the configuration file.
- getPhysicalFrontClipDistance(Canvas3D) - Method in class org.jogamp.java3d.utils.universe.ViewInfo
-
Gets the front clip distance scaled to physical meters.
- getPhysicalHeight(Canvas3D) - Method in class org.jogamp.java3d.utils.universe.ViewInfo
-
Gets the height of the specified canvas scaled to physical meters.
- getPhysicalLocation(Canvas3D, Point3d) - Method in class org.jogamp.java3d.utils.universe.ViewInfo
-
Gets the location of the specified canvas relative to the image plate
origin.
- getPhysicalToViewPlatformScale(Canvas3D) - Method in class org.jogamp.java3d.utils.universe.ViewInfo
-
Gets the scale factor from physical meters to view platform units.
- getPhysicalToVirtualScale(Canvas3D) - Method in class org.jogamp.java3d.utils.universe.ViewInfo
-
Gets the scale factor from physical meters to virtual units.
- getPhysicalWidth(Canvas3D) - Method in class org.jogamp.java3d.utils.universe.ViewInfo
-
Gets the width of the specified canvas scaled to physical meters.
- getPickMode() - Method in class org.jogamp.java3d.utils.behaviors.picking.PickRotateBehavior
-
Deprecated.
Return the pickMode component of this PickRotateBehavior.
- getPickMode() - Method in class org.jogamp.java3d.utils.behaviors.picking.PickTranslateBehavior
-
Deprecated.
Return the pickMode component of this PickTranslaeBehavior.
- getPickMode() - Method in class org.jogamp.java3d.utils.behaviors.picking.PickZoomBehavior
-
Deprecated.
Return the pickMode component of this PickZoomBehavior.
- getPickShape() - Method in class org.jogamp.java3d.utils.pickfast.PickTool
-
Returns the PickShape for this object.
- getPickShape() - Method in class org.jogamp.java3d.utils.picking.PickResult
-
Get the PickShape used for intersections
- getPickShape() - Method in class org.jogamp.java3d.utils.picking.PickTool
-
Returns the PickShape for this object.
- getPixelLocationInImagePlate(Canvas3D, int, int, Point3d) - Method in class org.jogamp.java3d.utils.universe.ViewInfo
-
Gets the location of the AWT pixel value and copies it into the
specified Point3d.
- getPlatformGeometry() - Method in class org.jogamp.java3d.utils.universe.ViewingPlatform
-
Returns the PlatformGeometry associated with this ViewingPlatform
- getPointColor() - Method in class org.jogamp.java3d.utils.pickfast.PickIntersection
-
Returns the color of the intersection point.
- getPointColor() - Method in class org.jogamp.java3d.utils.picking.PickIntersection
-
Returns the color of the intersection point.
- getPointCoordinates() - Method in class org.jogamp.java3d.utils.pickfast.PickIntersection
-
Returns the coordinates of the intersection point (local coordinates),
if available.
- getPointCoordinates() - Method in class org.jogamp.java3d.utils.picking.PickIntersection
-
Returns the coordinates of the intersection point (local coordinates),
if available.
- getPointCoordinatesVW() - Method in class org.jogamp.java3d.utils.pickfast.PickIntersection
-
Returns the coordinates of the intersection point (world coordinates),
if available.
- getPointCoordinatesVW() - Method in class org.jogamp.java3d.utils.picking.PickIntersection
-
Returns the coordinates of the intersection point (world coordinates),
if available.
- getPointNormal() - Method in class org.jogamp.java3d.utils.pickfast.PickIntersection
-
Returns the normal of the intersection point.
- getPointNormal() - Method in class org.jogamp.java3d.utils.picking.PickIntersection
-
Returns the normal of the intersection point.
- getPointTextureCoordinate(int) - Method in class org.jogamp.java3d.utils.pickfast.PickIntersection
-
Returns the texture coordinate of the intersection point at the specifed
index in the specified texture coordinate set.
- getPointTextureCoordinate(int) - Method in class org.jogamp.java3d.utils.picking.PickIntersection
-
Returns the texture coordinate of the intersection point at the specifed
index in the specified texture coordinate set.
- getPreferredConfiguration() - Static method in class org.jogamp.java3d.utils.universe.SimpleUniverse
-
Finds the preferred GraphicsConfiguration
object
for the system.
- getPrimitive() - Method in class org.jogamp.java3d.utils.geometry.GeometryInfo
-
Get the current primitive.
- getPrimitiveColorIndices() - Method in class org.jogamp.java3d.utils.pickfast.PickIntersection
-
Get the color indices for the intersected primitive.
- getPrimitiveColorIndices() - Method in class org.jogamp.java3d.utils.picking.PickIntersection
-
Get the color indices for the intersected primitive.
- getPrimitiveColors() - Method in class org.jogamp.java3d.utils.pickfast.PickIntersection
-
Get the colors of the intersected primitive.
- getPrimitiveColors() - Method in class org.jogamp.java3d.utils.picking.PickIntersection
-
Get the colors of the intersected primitive.
- getPrimitiveCoordinateIndices() - Method in class org.jogamp.java3d.utils.pickfast.PickIntersection
-
Get the coordinates indices for the intersected primitive.
- getPrimitiveCoordinateIndices() - Method in class org.jogamp.java3d.utils.picking.PickIntersection
-
Get the coordinates indices for the intersected primitive.
- getPrimitiveCoordinates() - Method in class org.jogamp.java3d.utils.pickfast.PickIntersection
-
Get the local coordinates intersected primitive
- getPrimitiveCoordinates() - Method in class org.jogamp.java3d.utils.picking.PickIntersection
-
Get the local coordinates intersected primitive
- getPrimitiveCoordinatesVW() - Method in class org.jogamp.java3d.utils.pickfast.PickIntersection
-
Get VWorld coordinates of the intersected primitive
- getPrimitiveCoordinatesVW() - Method in class org.jogamp.java3d.utils.picking.PickIntersection
-
Get VWorld coordinates of the intersected primitive
- getPrimitiveFlags() - Method in class org.jogamp.java3d.utils.geometry.Primitive
-
Returns the flags of primitive (generate normal, textures, caching, etc).
- getPrimitiveNormalIndices() - Method in class org.jogamp.java3d.utils.pickfast.PickIntersection
-
Get the normal indices for the intersected primitive.
- getPrimitiveNormalIndices() - Method in class org.jogamp.java3d.utils.picking.PickIntersection
-
Get the normal indices for the intersected primitive.
- getPrimitiveNormals() - Method in class org.jogamp.java3d.utils.pickfast.PickIntersection
-
Get the normals of the intersected primitive.
- getPrimitiveNormals() - Method in class org.jogamp.java3d.utils.picking.PickIntersection
-
Get the normals of the intersected primitive.
- getPrimitiveTexCoordIndices(int) - Method in class org.jogamp.java3d.utils.pickfast.PickIntersection
-
Get the texture coordinate indices for the intersected primitive at the specifed
index in the specified texture coordinate set.
- getPrimitiveTexCoordIndices(int) - Method in class org.jogamp.java3d.utils.picking.PickIntersection
-
Get the texture coordinate indices for the intersected primitive at the specifed
index in the specified texture coordinate set.
- getPrimitiveTexCoords(int) - Method in class org.jogamp.java3d.utils.pickfast.PickIntersection
-
Get the texture coordinates of the intersected primitive at the specifed
index in the specified texture coordinate set.
- getPrimitiveTexCoords(int) - Method in class org.jogamp.java3d.utils.picking.PickIntersection
-
Get the texture coordinates of the intersected primitive at the specifed
index in the specified texture coordinate set.
- getPrimitiveVertexIndices() - Method in class org.jogamp.java3d.utils.pickfast.PickIntersection
-
Get vertex indices of the intersected primitive
- getPrimitiveVertexIndices() - Method in class org.jogamp.java3d.utils.picking.PickIntersection
-
Get vertex indices of the intersected primitive
- getProjection(Canvas3D, Transform3D, Transform3D) - Method in class org.jogamp.java3d.utils.universe.ViewInfo
-
Gets the transforms from eye coordinates to clipping coordinates
and copies them into the given Transform3Ds.
- getRadius() - Method in class org.jogamp.java3d.utils.geometry.Cone
-
Returns the radius of the cone
- getRadius() - Method in class org.jogamp.java3d.utils.geometry.Cylinder
-
Returns the radius of the cylinder
- getRadius() - Method in class org.jogamp.java3d.utils.geometry.Sphere
-
Returns the radius of the sphere
- getRateScaleFactor() - Method in class org.jogamp.java3d.audioengines.Sample
-
- getReadAction2D() - Method in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Gets the configured 2D valuator read action.
- getReadAction6D() - Method in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Gets the configured 6DOF sensor read action.
- getRectangleScaleFactor() - Method in class org.jogamp.java3d.utils.geometry.Text2D
-
Gets the current scale factor being used in converting the image
width/height to width/height values in 3D.
- getReferenceCount() - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.SymbolTableData
-
- getResetViewButtonCount2D() - Method in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Gets the number of buttons to be pressed simultaneously on the 2D
valuator in order to reset the view back to the home transform.
- getResetViewButtonCount6D() - Method in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Gets the number of buttons to be pressed simultaneously on the 6DOF
sensor in order to reset the view back to the home transform.
- getResizeMode() - Method in class org.jogamp.java3d.exp.swing.JCanvas3D
-
Retrieves the resize mode for that component.
- getResizeValidationDelay() - Method in class org.jogamp.java3d.exp.swing.JCanvas3D
-
Retrieves the validation delay for that canvas, whatever the
resize mode is set to.
- getResolution() - Static method in class org.jogamp.java3d.utils.timer.J3DTimer
-
Deprecated.
Get the nanosecond resolution of the timer
- getRotateEnable() - Method in class org.jogamp.java3d.utils.behaviors.vp.OrbitBehavior
-
Retrieves the state of rotate enabled
- getRotationCenter(Point3d) - Method in class org.jogamp.java3d.utils.behaviors.vp.OrbitBehavior
-
Places the value of the center around which the View rotates
into the Point3d.
- getRotationCoords() - Method in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Gets the rotation coordinate system.
- getRotationSpeed() - Method in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Gets the rotation speed.
- getRotationTimeBase() - Method in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Gets the time base for rotation speed.
- getRotationUnits() - Method in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Gets the rotation speed units
- getRotXFactor() - Method in class org.jogamp.java3d.utils.behaviors.vp.OrbitBehavior
-
Returns the x rotation movement multiplier
- getRotYFactor() - Method in class org.jogamp.java3d.utils.behaviors.vp.OrbitBehavior
-
Returns the y rotation movement multiplier
- getSample(int) - Method in class org.jogamp.java3d.audioengines.AudioEngine3D
-
Get specific sample from indexed sample list
Checks for valid index before attempting to get sample from list.
- getSampleDuration(int) - Method in class org.jogamp.java3d.audioengines.AudioEngine3D
-
Get length of time a sample would play if allowed to play to completion.
- getSampleDuration(int) - Method in class org.jogamp.java3d.audioengines.javasound.JavaSoundMixer
-
- getSampleListSize() - Method in class org.jogamp.java3d.audioengines.AudioEngine3D
-
- getScale() - Method in class org.jogamp.java3d.utils.geometry.ColorCube
-
Returns the scale of the Cube
- getScaledImage(float, float) - Method in class org.jogamp.java3d.utils.image.TextureLoader
-
Returns the scaled ImageComponent2D object
- getScaledImage(int, int) - Method in class org.jogamp.java3d.utils.image.TextureLoader
-
Returns the scaled ImageComponent2D object
- getScaleSpeed() - Method in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Gets the scaling speed.
- getScaleTimeBase() - Method in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Gets the time base for scaling speed.
- getSceneGraphPath() - Method in class org.jogamp.java3d.utils.picking.PickResult
-
Get the SceneGraphPath.
- getSceneGroup() - Method in interface org.jogamp.java3d.loaders.Scene
-
This method returns the BranchGroup containing the overall
scene loaded by the loader.
- getSceneGroup() - Method in class org.jogamp.java3d.loaders.SceneBase
-
This method returns the BranchGroup containing the overall
scene loaded by the loader.
- getSegment(int) - Method in class org.jogamp.java3d.utils.behaviors.interpolators.CubicSplineCurve
-
This method returns the CubicSplineSegments pointed to by index
- getSegment(int) - Method in class org.jogamp.java3d.utils.behaviors.interpolators.KBCubicSplineCurve
-
This method returns the KBCubicSplineSegments pointed to by index
- getSensor() - Method in class org.jogamp.java3d.utils.behaviors.sensor.Mouse6DPointerBehavior
-
Gets the sensor used by this behavior.
- getSensor() - Method in class org.jogamp.java3d.utils.behaviors.sensor.SensorEvent
-
Gets a reference to the provoking sensor.
- getSensor2D() - Method in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Returns a reference to the 2D valuator used for manipulating the view
platform.
- getSensor6D() - Method in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Returns a reference to the 6DOF sensor used for manipulating the view
platform.
- getSensorButtonListeners(Sensor, int) - Method in class org.jogamp.java3d.utils.behaviors.sensor.SensorEventAgent
-
Gets the SensorButtonListener
implementations bound to
the given sensor and button.
- getSensorEventAgent() - Method in class org.jogamp.java3d.utils.behaviors.sensor.Mouse6DPointerBehavior
-
Gets the SensorEventAgent used by this behavior.
- getSensorEventAgent() - Method in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Gets the SensorEventAgent
used by this behavior.
- getSensorRead(Transform3D) - Method in class org.jogamp.java3d.utils.behaviors.sensor.SensorEvent
-
Copies the sensor's read value at the time of the event into the
given Transform3D
.
- getSensorReadListeners(Sensor) - Method in class org.jogamp.java3d.utils.behaviors.sensor.SensorEventAgent
-
Gets the SensorReadListeners
bound to the specified
sensor.
- getSensors() - Method in class org.jogamp.java3d.utils.behaviors.sensor.SensorEventAgent
-
Returns an array of references to all sensors that have been bound
to listeners.
- getSensors() - Method in class org.jogamp.java3d.utils.universe.ConfigContainer
-
Returns a read-only Set of all configured Sensor instances in the order
they were defined in the configuration file.
- getSensorToVworld(Canvas3D, Sensor, Transform3D) - Method in class org.jogamp.java3d.utils.universe.ViewInfo
-
Gets a read from the specified sensor and transforms it to virtual
world coordinates.
- getShape(int) - Method in class org.jogamp.java3d.utils.geometry.Box
-
Gets one of the faces (Shape3D) from the box that contains the
geometry and appearance.
- getShape() - Method in class org.jogamp.java3d.utils.geometry.ColorCube
-
- getShape(int) - Method in class org.jogamp.java3d.utils.geometry.Cone
-
Obtains the Shape3D node associated with one of the parts of the
cone (the body or the cap).
- getShape(int) - Method in class org.jogamp.java3d.utils.geometry.Cylinder
-
Obtains the Shape3D node associated with a given part of the cylinder.
- getShape(int) - Method in class org.jogamp.java3d.utils.geometry.Primitive
-
Obtains a shape node of a subpart of the primitive.
- getShape(int) - Method in class org.jogamp.java3d.utils.geometry.Sphere
-
Obtains Sphere's shape node that contains the geometry.
- getShape() - Method in class org.jogamp.java3d.utils.geometry.Sphere
-
Obtains Sphere's shape node that contains the geometry.
- getSharedGroup(int) - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.SymbolTable
-
Get the symbol for the shared group
If the sharedgroup has not been loaded then load it before
returning (if we are using RandomAccessFileControl
- getSize() - Method in class org.jogamp.java3d.internal.FastVector
-
Get number of ints currently stored in the array;
- getSoundData() - Method in class org.jogamp.java3d.audioengines.Sample
-
- getSoundNodes() - Method in interface org.jogamp.java3d.loaders.Scene
-
This method returns an array of all of the Sound nodes defined
in the file.
- getSoundNodes() - Method in class org.jogamp.java3d.loaders.SceneBase
-
This method returns an array of all of the Sound nodes defined
in the file.
- getSoundType() - Method in class org.jogamp.java3d.audioengines.Sample
-
- getSource() - Method in class org.jogamp.java3d.utils.behaviors.sensor.SensorEvent
-
Gets a reference to the originating object which instantiated the
SensorEventAgent
, usually a Behavior
; may
be null.
- getStartPosition() - Method in class org.jogamp.java3d.utils.pickfast.PickTool
-
Returns the start postion used for distance measurement.
- getStartPosition() - Method in class org.jogamp.java3d.utils.picking.PickTool
-
Returns the start postion used for distance measurement.
- getStartTime(int) - Method in class org.jogamp.java3d.audioengines.AudioEngine3D
-
Get time this sample begun playing on the audio device.
- getStartTime(int) - Method in class org.jogamp.java3d.audioengines.javasound.JavaSoundMixer
-
- getStartTime() - Method in class org.jogamp.java3d.audioengines.Sample
-
- getStateClass() - Method in interface org.jogamp.java3d.utils.scenegraph.io.SceneGraphStateProvider
-
Returns the State class
- getStream(String) - Method in class org.jogamp.java3d.utils.applet.JMainFrame
-
- getStream(String) - Method in class org.jogamp.java3d.utils.applet.MainFrame
-
- getStreamKeys() - Method in class org.jogamp.java3d.utils.applet.JMainFrame
-
- getStreamKeys() - Method in class org.jogamp.java3d.utils.applet.MainFrame
-
- getString(String) - Static method in class org.jogamp.java3d.internal.J3dUtilsI18N
-
- getString() - Method in class org.jogamp.java3d.utils.geometry.Text2D
-
Returns the text string
- getStripCounts() - Method in class org.jogamp.java3d.utils.geometry.GeometryInfo
-
Retrieves a reference to the array of stripCounts.
- getStripifierStats() - Method in class org.jogamp.java3d.utils.geometry.Stripifier
-
Returns the stripifier stats object.
- getStripLengthCounts() - Method in class org.jogamp.java3d.utils.geometry.StripifierStats
-
Returns an array of length 14 that contains the number of strips of
a given length created by the stripifier.
- getSymbol(SceneGraphObject) - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.SymbolTable
-
Get the table entry for node
- getSymbol(int) - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.SymbolTable
-
Return the node with the give ID
- getSymbol() - Method in class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.NullSceneGraphObjectState
-
- getSymbol() - Method in class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.SceneGraphObjectState
-
- getSymbolTable() - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.Controller
-
- getTexCoordSetCount() - Method in class org.jogamp.java3d.utils.geometry.GeometryInfo
-
Returns the number of texture coordinate sets in this GeometryInfo.
- getTexCoordSetMap() - Method in class org.jogamp.java3d.utils.geometry.GeometryInfo
-
Returns a reference to the texture coordinate set map.
- getTexture() - Method in class org.jogamp.java3d.utils.image.TextureLoader
-
Returns the associated Texture object.
- getTextureCoordinateIndices(int) - Method in class org.jogamp.java3d.utils.geometry.GeometryInfo
-
Retrieves a reference to the specified array of texture
coordinate indices.
- getTextureCoordinateIndices() - Method in class org.jogamp.java3d.utils.geometry.GeometryInfo
-
- getTextureCoordinates(int) - Method in class org.jogamp.java3d.utils.geometry.GeometryInfo
-
Returns a reference to the indicated texture coordinate array.
- getTextureCoordinates() - Method in class org.jogamp.java3d.utils.geometry.GeometryInfo
-
- getThreshold2D() - Method in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Gets the 2D valuator threshold.
- getTime() - Method in class org.jogamp.java3d.utils.behaviors.sensor.SensorEvent
-
Gets the time in nanoseconds at which the
dispatchEvents
method of SensorEventAgent
was called to generate this event, usually from the
processStimulus
method of a Behavior
.
- getTolerance() - Method in class org.jogamp.java3d.utils.pickfast.behaviors.PickMouseBehavior
-
Returns the pick tolerance
- getTolerance() - Method in class org.jogamp.java3d.utils.pickfast.PickCanvas
-
Get the pick tolerance.
- getTolerance() - Method in class org.jogamp.java3d.utils.picking.behaviors.PickMouseBehavior
-
Returns the pick tolerance
- getTolerance() - Method in class org.jogamp.java3d.utils.picking.PickCanvas
-
Get the pick tolerance.
- getTotalChannels() - Method in class org.jogamp.java3d.audioengines.AudioEngine
-
Query total number of channels available for sound rendering
for this audio device.
- getTotalChannels() - Method in class org.jogamp.java3d.audioengines.javasound.JavaSoundMixer
-
Query total number of channels available for sound rendering
for this audio device.
- getTotalCurveLength() - Method in class org.jogamp.java3d.utils.behaviors.interpolators.CubicSplineCurve
-
This method returns the total length of the entire CubicSplineCurve
motion path.
- getTotalCurveLength() - Method in class org.jogamp.java3d.utils.behaviors.interpolators.KBCubicSplineCurve
-
This method returns the total length of the entire KBCubicSplineCurve
motion path.
- getTotalTime() - Method in class org.jogamp.java3d.utils.geometry.StripifierStats
-
Returns the total time spent in the stripify() method
- getTotalTris() - Method in class org.jogamp.java3d.utils.geometry.StripifierStats
-
Returns the number of triangles in the stripified data.
- getTrackerBaseToViewPlatform(Canvas3D, Transform3D) - Method in class org.jogamp.java3d.utils.universe.ViewInfo
-
Gets the transform from tracker base coordinates to view platform
coordinates and copies it into the specified Transform3D.
- getTrackerBaseToVworld(Canvas3D, Transform3D) - Method in class org.jogamp.java3d.utils.universe.ViewInfo
-
Gets the transform from tracker base coordinates to virtual world
coordinates and copies it into the specified Transform3D.
- getTransformCenter(Point3d) - Method in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Gets the rotation/scale center in virtual world coordinates.
- getTransformCenterSource() - Method in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Gets the rotation/scale center source.
- getTransformGroup() - Method in class org.jogamp.java3d.utils.behaviors.mouse.MouseBehavior
-
Return the transformGroup on which this node is operating
- getTransformGroup(int) - Method in class org.jogamp.java3d.utils.universe.MultiTransformGroup
-
Returns the selected TransformGroup node.
- getTranslateEnable() - Method in class org.jogamp.java3d.utils.behaviors.vp.OrbitBehavior
-
Retrieves the state of translate enabled
- getTranslationSpeed() - Method in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Gets the normal speed at which to translate the view platform.
- getTranslationTimeBase() - Method in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Gets the time base for translation speed.
- getTranslationUnits() - Method in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Gets the translation speed units.
- getTransXFactor() - Method in class org.jogamp.java3d.utils.behaviors.vp.OrbitBehavior
-
Returns the x translation movement multiplier
- getTransYFactor() - Method in class org.jogamp.java3d.utils.behaviors.vp.OrbitBehavior
-
Returns the y translation movement multiplier
- getUniverse() - Method in class org.jogamp.java3d.utils.universe.Viewer
-
Returns the Universe to which this Viewer is attached
- getUniverse() - Method in class org.jogamp.java3d.utils.universe.ViewingPlatform
-
Returns the Universe to which this ViewingPlatform is attached
- getUnsavedNodeComponents() - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.SymbolTable
-
- getUnsavedNodeComponentsSize() - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.SymbolTable
-
- getURL() - Method in class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.utils.image.ImageComponent2DURL
-
Get the URL for this image component
- getUseCoordIndexOnly() - Method in class org.jogamp.java3d.utils.geometry.GeometryInfo
-
Returns true if the data in this GeometryInfo is currently
formatted in the USE_COORD_INDEX_ONLY format where a single
index list is used to index into all data lists.
- getUserData() - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.RandomAccessFileControl
-
- getValue() - Static method in class org.jogamp.java3d.utils.timer.J3DTimer
-
Deprecated.
Get the timer value, in nanoseconds.
- getVertexShaderSource() - Method in class org.jogamp.java3d.utils.shader.SimpleShaderAppearance
-
- getView() - Method in class org.jogamp.java3d.audioengines.AudioEngine3D
-
Get reference to the current View object.
- getView() - Method in class org.jogamp.java3d.utils.universe.Viewer
-
Returns the View object associated with the Viewer object.
- getViewer(int) - Method in class org.jogamp.java3d.utils.universe.ConfiguredUniverse
-
Returns the Viewer object specified by the given index.
- getViewer() - Method in class org.jogamp.java3d.utils.universe.SimpleUniverse
-
Returns the Viewer object associated with this scene graph.
- getViewers() - Method in class org.jogamp.java3d.utils.universe.ConfigContainer
-
Returns a read-only Set of all configured Viewer instances in the order
they were defined in the configuration file.
- getViewers() - Method in class org.jogamp.java3d.utils.universe.ConfiguredUniverse
-
Returns all of the Viewer objects associated with this scene graph.
- getViewers() - Method in class org.jogamp.java3d.utils.universe.ViewingPlatform
-
Returns the Viewers attached to this ViewingPlatform
- getViewerVisibility() - Method in class org.jogamp.java3d.utils.universe.ConfigContainer
-
Returns whether Viewers should be created with their AWT components
initially visible or invisible.
- getViewGroups() - Method in interface org.jogamp.java3d.loaders.Scene
-
This method returns an array of all View Groups defined in the file.
- getViewGroups() - Method in class org.jogamp.java3d.loaders.SceneBase
-
This method returns an array of all View Groups defined in the file.
- getViewingPlatform() - Method in class org.jogamp.java3d.utils.behaviors.vp.ViewPlatformBehavior
-
Returns the ViewingPlatform for this behavior
- getViewingPlatform() - Method in class org.jogamp.java3d.utils.universe.SimpleUniverse
-
Returns the ViewingPlatform object associated with this scene graph.
- getViewingPlatform() - Method in class org.jogamp.java3d.utils.universe.Viewer
-
Get the ViewingPlatform object used by this Viewer.
- getViewingPlatforms() - Method in class org.jogamp.java3d.utils.universe.ConfigContainer
-
Returns a read-only Set of all configured ViewingPlatform instances in
the order they were defined in the configuration file.
- getViewPlatform() - Method in class org.jogamp.java3d.utils.universe.ViewingPlatform
-
Returns the ViewPlatform node for this ViewingPlatform object.
- getViewPlatformBehavior() - Method in class org.jogamp.java3d.utils.universe.ViewingPlatform
-
Returns the ViewPlatformBehavior
- getViewPlatformBehaviors() - Method in class org.jogamp.java3d.utils.universe.ConfigContainer
-
Returns a read-only Set of all configured ViewPlatformBehavior
instances in the order they were defined in the configuration file.
- getViewPlatformToCoexistence(Canvas3D, Transform3D) - Method in class org.jogamp.java3d.utils.universe.ViewInfo
-
Gets the current transform from view platform coordinates to
coexistence coordinates and copies it into the given transform.
- getViewPlatformToEye(Canvas3D, Transform3D, Transform3D) - Method in class org.jogamp.java3d.utils.universe.ViewInfo
-
Gets the current transforms from view platform coordinates to eye
coordinates and copies them into the given Transform3Ds.
- getViewPlatformTransform() - Method in class org.jogamp.java3d.utils.universe.ViewingPlatform
-
Returns a reference to the "bottom most" transform in the
MultiTransformGroup that is above the ViewPlatform node.
- getViewPlatformTransformCount() - Method in class org.jogamp.java3d.utils.universe.ConfigContainer
-
Returns the number of TransformGroups with which ViewingPlatforms
should be created.
- getVWrldXfrmFlag() - Method in class org.jogamp.java3d.audioengines.Sample
-
- getXdimension() - Method in class org.jogamp.java3d.utils.geometry.Box
-
Returns the X-dimension size of the Box
- getXdivisions() - Method in class org.jogamp.java3d.utils.geometry.Cone
-
Returns the number divisions along the X direction
- getXdivisions() - Method in class org.jogamp.java3d.utils.geometry.Cylinder
-
Returns the number divisions along the X direction
- getXFactor() - Method in class org.jogamp.java3d.utils.behaviors.mouse.MouseRotate
-
Return the x-axis movement multipler.
- getXFactor() - Method in class org.jogamp.java3d.utils.behaviors.mouse.MouseTranslate
-
Return the x-axis movement multipler.
- getYdimension() - Method in class org.jogamp.java3d.utils.geometry.Box
-
Returns the Y-dimension size of the Box
- getYdivisions() - Method in class org.jogamp.java3d.utils.geometry.Cone
-
Returns the number of divisions along the height of the cone
- getYdivisions() - Method in class org.jogamp.java3d.utils.geometry.Cylinder
-
Returns the number of divisions along the height of the cylinder
- getYFactor() - Method in class org.jogamp.java3d.utils.behaviors.mouse.MouseRotate
-
Return the y-axis movement multipler.
- getYFactor() - Method in class org.jogamp.java3d.utils.behaviors.mouse.MouseTranslate
-
Return the y-axis movement multipler.
- getZdimension() - Method in class org.jogamp.java3d.utils.geometry.Box
-
Returns the Z-dimension size of the Box
- getZoomEnable() - Method in class org.jogamp.java3d.utils.behaviors.vp.OrbitBehavior
-
Retrieves the state of zoom enabled
- getZoomFactor() - Method in class org.jogamp.java3d.utils.behaviors.vp.OrbitBehavior
-
Returns the zoom movement multiplier
- glFrontMaterial - Static variable in class org.jogamp.java3d.utils.shader.SimpleShaderAppearance
-
- glLightSource - Static variable in class org.jogamp.java3d.utils.shader.SimpleShaderAppearance
-
- GNOMON - Static variable in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Indicates that the echo type is a gnomon displaying the
directions of the sensor's local coordinate system axes at the location
of the sensor's hotspot.
- goHome() - Method in class org.jogamp.java3d.utils.behaviors.vp.ViewPlatformBehavior
-
Positions and reorients the ViewingPlatform to its "home" transform.
- GRAB_VIEW - Static variable in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Indicates that a 6DOF sensor button action should be bound
to grabbing the view.
- GrabViewListener6D() - Constructor for class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior.GrabViewListener6D
-
- graphBuilt - Variable in class org.jogamp.java3d.utils.scenegraph.io.retained.SymbolTableData
-
- GROUP - Static variable in class org.jogamp.java3d.utils.behaviors.picking.PickObject
-
Deprecated.
A flag to indicate to the pickNode method to return a
Group
node from
a given SceneGraphPath
.
- GROUP - Static variable in class org.jogamp.java3d.utils.picking.PickResult
-
Flag to pass to
getNode(int)
to return a
Group
node from
the SceneGraphPath
.
- GroupState - Class in org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d
-
- GroupState(SymbolTableData, Controller) - Constructor for class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.GroupState
-
- GZIP_COMPRESSION - Static variable in class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.ImageComponentState
-
Use GZIP to compress images.