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

R

RADIANS - Static variable in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior
Indicates that rotation speed should be in radians.
RandomAccessFileControl - Class in com.sun.j3d.utils.scenegraph.io.retained
 
RandomAccessFileControl() - Constructor for class com.sun.j3d.utils.scenegraph.io.retained.RandomAccessFileControl
Creates new RandomAccessFileControl
RasterState - Class in com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d
 
RasterState(SymbolTableData, Controller) - Constructor for class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.RasterState
 
rayAndLine(PickRay, Point3d[], int, double[]) - Static method in class com.sun.j3d.utils.behaviors.picking.Intersect
Deprecated. Determines if the PickRay and Line objects intersect.
rayAndLine(PickRay, Point3f[], int, double[]) - Static method in class com.sun.j3d.utils.behaviors.picking.Intersect
Deprecated. Return true if line intersects with ray and the distance, from the origin of ray to the intersection point, is stored in dist[0].
rayAndPoint(PickRay, Point3d, double[]) - Static method in class com.sun.j3d.utils.behaviors.picking.Intersect
Deprecated. Determines if the PickRay and Point3d objects intersect.
rayAndPoint(PickRay, Point3f, double[]) - Static method in class com.sun.j3d.utils.behaviors.picking.Intersect
Deprecated. Return true if point intersects with ray and the distance, from the origin of ray to the intersection point, is stored in dist[0].
rayAndQuad(PickRay, Point3d[], int, double[]) - Static method in class com.sun.j3d.utils.behaviors.picking.Intersect
Deprecated. Determines if the PickRay and quadrilateral objects intersect.
rayAndTriangle(PickRay, Point3d[], int, double[]) - Static method in class com.sun.j3d.utils.behaviors.picking.Intersect
Deprecated. Return true if triangle intersects with ray and the distance, from the origin of ray to the intersection point, is stored in dist[0].
rayAndTriangle(PickRay, Point3f[], int, double[]) - Static method in class com.sun.j3d.utils.behaviors.picking.Intersect
Deprecated. Return true if triangle intersects with ray and the distance, from the origin of ray to the intersection point, is stored in dist[0].
rayToRay(Point3d, Vector3d, Point3d, Vector3d) - Static method in class com.sun.j3d.internal.Distance
Minimum ray to ray distance.
rayToRay(Point3d, Vector3d, Point3d, Vector3d, Point3d, Point3d, double[]) - Static method in class com.sun.j3d.internal.Distance
Minimum ray to ray distance.
rayToSegment(Point3d, Vector3d, Point3d, Point3d) - Static method in class com.sun.j3d.internal.Distance
Minimum ray to segment distance.
rayToSegment(Point3d, Vector3d, Point3d, Point3d, Point3d, Point3d, double[]) - Static method in class com.sun.j3d.internal.Distance
Minimum ray to segment distance.
read(SensorEvent) - Method in class com.sun.j3d.utils.behaviors.sensor.Mouse6DPointerBehavior.EchoReadListener
 
READ - Static variable in class com.sun.j3d.utils.behaviors.sensor.SensorEvent
A sensor read event.
read(SensorEvent) - Method in class com.sun.j3d.utils.behaviors.sensor.SensorInputAdaptor
 
read(SensorEvent) - Method in interface com.sun.j3d.utils.behaviors.sensor.SensorReadListener
This method is called each time the dispatchEvents method of SensorEventAgent is called and none of a sensor's buttons have been handled by a button listener.
read(SensorEvent) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.EchoReadListener6D
 
read(SensorEvent) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.ResetViewListener
 
read(SensorEvent) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.RotationListener2D
 
read(SensorEvent) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.ScaleListener2D
 
read(SensorEvent) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.TranslationListener2D
 
read() - Method in class com.sun.j3d.utils.compression.CompressedGeometryFile
Deprecated. Read all compressed geometry objects contained in the instance.
read(int) - Method in class com.sun.j3d.utils.compression.CompressedGeometryFile
Deprecated. Read the compressed geometry object at the specified index.
read() - Method in class com.sun.j3d.utils.geometry.compression.CompressedGeometryFile
Read all compressed geometry objects contained in the instance.
read(int) - Method in class com.sun.j3d.utils.geometry.compression.CompressedGeometryFile
Read the compressed geometry object at the specified index.
ReadAction2D(Object[]) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior
Property which sets the action to be bound to 2D valuator reads.
ReadAction6D(Object[]) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior
Property which sets the action to be bound to 6DOF sensor reads.
readAllBranchGraphs() - Method in class com.sun.j3d.utils.scenegraph.io.retained.RandomAccessFileControl
Read and return all the graphs in the file
readAllBranchGraphs() - Method in class com.sun.j3d.utils.scenegraph.io.SceneGraphFileReader
Read and return all the branchgraphs in the file
readBoolean() - Method in class com.sun.j3d.utils.scenegraph.io.retained.J3fInputStream
 
readBounds(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.retained.Controller
 
readBranchGraph(int) - Method in class com.sun.j3d.utils.scenegraph.io.retained.RandomAccessFileControl
 
readBranchGraph(HashMap) - Method in class com.sun.j3d.utils.scenegraph.io.retained.StreamControl
 
readBranchGraph(int) - Method in class com.sun.j3d.utils.scenegraph.io.SceneGraphFileReader
Read the BranchGraph at index in the file.
readBranchGraph(HashMap) - Method in class com.sun.j3d.utils.scenegraph.io.SceneGraphStreamReader
Read and return the graph from the stream.
readBranchGraphUserData(int) - Method in class com.sun.j3d.utils.scenegraph.io.retained.RandomAccessFileControl
 
readBranchGraphUserData(int) - Method in class com.sun.j3d.utils.scenegraph.io.SceneGraphFileReader
Read the userdata for the branchgraph at 'index' in the file
readByte() - Method in class com.sun.j3d.utils.scenegraph.io.retained.J3fInputStream
 
readChar() - Method in class com.sun.j3d.utils.scenegraph.io.retained.J3fInputStream
 
readColor3f(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.retained.Controller
 
readColor4f(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.retained.Controller
 
readConstructorParams(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.behaviors.interpolators.KBRotPosScaleSplinePathInterpolatorState
 
readConstructorParams(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.behaviors.interpolators.RotPosScaleTCBSplinePathInterpolatorState
 
readConstructorParams(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.geometry.BoxState
 
readConstructorParams(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.geometry.ColorCubeState
 
readConstructorParams(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.geometry.ConeState
 
readConstructorParams(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.geometry.CylinderState
 
readConstructorParams(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.geometry.PrimitiveState
 
readConstructorParams(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.geometry.SphereState
 
readConstructorParams(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.geometry.Text2DState
 
readConstructorParams(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.image.ImageComponent2DURLState
 
readConstructorParams(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.CompressedGeometryState
 
readConstructorParams(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.DepthComponentFloatState
 
readConstructorParams(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.DepthComponentIntState
 
readConstructorParams(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.DepthComponentNativeState
 
readConstructorParams(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.DistanceLODState
 
readConstructorParams(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.Font3DState
 
readConstructorParams(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.ImageComponent2DState
 
readConstructorParams(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.ImageComponent3DState
 
readConstructorParams(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.PathInterpolatorState
 
readConstructorParams(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.PositionPathInterpolatorState
 
readConstructorParams(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.RotationPathInterpolatorState
 
readConstructorParams(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.RotPosPathInterpolatorState
 
readConstructorParams(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.RotPosScalePathInterpolatorState
 
readConstructorParams(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.Texture3DState
 
readConstructorParams(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.TextureState
 
readDescription() - Method in class com.sun.j3d.utils.scenegraph.io.SceneGraphFileReader
Get the Description of this file's contents
readDouble() - Method in class com.sun.j3d.utils.scenegraph.io.retained.J3fInputStream
 
readFileDescription() - Method in class com.sun.j3d.utils.scenegraph.io.retained.RandomAccessFileControl
 
readFloat() - Method in class com.sun.j3d.utils.scenegraph.io.retained.J3fInputStream
 
readFully(byte[]) - Method in class com.sun.j3d.utils.scenegraph.io.retained.J3fInputStream
 
readFully(byte[], int, int) - Method in class com.sun.j3d.utils.scenegraph.io.retained.J3fInputStream
 
readFully(String) - Static method in class com.sun.j3d.utils.shader.StringIO
Read the entire contents of the specified file and return a single String object containing the contents of the file.
readFully(File) - Static method in class com.sun.j3d.utils.shader.StringIO
Read the entire contents of the specified file and return a single String object containing the contents of the file.
readFully(URL) - Static method in class com.sun.j3d.utils.shader.StringIO
Read the entire contents of the specified URL and return a single String object containing the contents of the URL.
readFully(InputStream) - Static method in class com.sun.j3d.utils.shader.StringIO
Read the entire contents of the specified InputStream and return a single String object containing the contents of the InputStream.
readFully(Reader) - Static method in class com.sun.j3d.utils.shader.StringIO
Read the entire contents of the specified Reader and return a single String object containing the contents of the InputStream.
readInt() - Method in class com.sun.j3d.utils.scenegraph.io.retained.J3fInputStream
 
readLine() - Method in class com.sun.j3d.utils.scenegraph.io.retained.J3fInputStream
 
readLong() - Method in class com.sun.j3d.utils.scenegraph.io.retained.J3fInputStream
 
readMatrix4d(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.retained.Controller
 
readNext() - Method in class com.sun.j3d.utils.compression.CompressedGeometryFile
Deprecated. Read the next compressed geometry object in the instance.
readNext() - Method in class com.sun.j3d.utils.geometry.compression.CompressedGeometryFile
Read the next compressed geometry object in the instance.
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.retained.Controller
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.retained.SymbolTableData
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.behaviors.mouse.MouseBehaviorState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.geometry.BoxState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.geometry.ConeState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.geometry.CylinderState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.geometry.SphereState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.geometry.Text2DState
 
readObject(DataInput, Canvas3D) - Method in class com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.universe.SimpleUniverseState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.AlphaState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.AlternateAppearanceState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.AppearanceState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.AuralAttributesState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.BackgroundSoundState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.BackgroundState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.BehaviorState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.BillboardState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.BoundingLeafState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.ClipState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.ColoringAttributesState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.ColorInterpolatorState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.ConeSoundState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.DepthComponentFloatState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.DepthComponentIntState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.DirectionalLightState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.DistanceLODState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.ExponentialFogState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.FogState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.GeometryArrayState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.GroupState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.IndexedGeometryArrayState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.IndexedLineArrayState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.IndexedPointArrayState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.IndexedQuadArrayState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.IndexedTriangleArrayState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.IndexedTriangleFanArrayState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.IndexedTriangleStripArrayState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.InterpolatorState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.LightState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.LinearFogState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.LineAttributesState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.LinkState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.LODState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.MaterialState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.MediaContainerState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.ModelClipState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.MorphState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.NodeComponentState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.NodeState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.NullSceneGraphObjectState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.OrderedGroupState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.OrientedShape3DState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.PointAttributesState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.PointLightState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.PointSoundState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.PolygonAttributesState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.PositionInterpolatorState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.QuadArrayState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.RasterState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.RenderingAttributesState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.RotationInterpolatorState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.ScaleInterpolatorState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.SceneGraphObjectState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.Shape3DState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.SoundscapeState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.SoundState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.SpotLightState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.SwitchState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.SwitchValueInterpolatorState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.TexCoordGenerationState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.Text3DState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.Texture2DState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.Texture3DState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.TextureAttributesState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.TextureState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.TextureUnitStateState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.TransformGroupState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.TransformInterpolatorState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.TransparencyAttributesState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.TransparencyInterpolatorState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.TriangleArrayState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.TriangleFanArrayState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.TriangleStripArrayState
 
readObject(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.ViewPlatformState
 
readPoint3d(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.retained.Controller
 
readPoint3f(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.retained.Controller
 
readQuat4f(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.retained.Controller
 
readSceneGraphObject(DataInput) - Method in interface com.sun.j3d.utils.scenegraph.io.SceneGraphIO
This is called after the object has been constructed and the superclass SceneGraphObject data has been read from in.
readSerializedData(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.retained.Controller
 
readSharedGroup(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.retained.Controller
Read a Shared group and it's node components from the IO Stream
readShort() - Method in class com.sun.j3d.utils.scenegraph.io.retained.J3fInputStream
 
readStreamHeader() - Method in class com.sun.j3d.utils.scenegraph.io.retained.StreamControl
 
readTable(DataInput, boolean) - Method in class com.sun.j3d.utils.scenegraph.io.retained.SymbolTable
Read and store the entire symbol table
readTransform3D(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.retained.Controller
 
readTuple3d(DataInput, Tuple3d) - Method in class com.sun.j3d.utils.scenegraph.io.retained.Controller
 
readTuple3f(DataInput, Tuple3f) - Method in class com.sun.j3d.utils.scenegraph.io.retained.Controller
 
readTuple4d(DataInput, Tuple4d) - Method in class com.sun.j3d.utils.scenegraph.io.retained.Controller
 
readTuple4f(DataInput, Tuple4f) - Method in class com.sun.j3d.utils.scenegraph.io.retained.Controller
 
readUniverse(DataInput, boolean, Canvas3D) - Method in class com.sun.j3d.utils.scenegraph.io.retained.Controller
Read and create a new Universe matching the one used during save.
readUniverse(boolean, Canvas3D) - Method in class com.sun.j3d.utils.scenegraph.io.retained.RandomAccessFileControl
 
readUniverse(boolean) - Method in class com.sun.j3d.utils.scenegraph.io.SceneGraphFileReader
Create and return a ConfiguredUniverse with the PlatformGeometry, ViewerAvatar, and Locales saved in the file.
readUniverse(boolean, Canvas3D) - Method in class com.sun.j3d.utils.scenegraph.io.SceneGraphFileReader
Create and return a ConfiguredUniverse with the PlatformGeometry, ViewerAvatar, and Locales saved in the file.
readUniverse() - Method in class com.sun.j3d.utils.scenegraph.io.SceneGraphStreamReader
Read and create the universe.
readUniverse(Canvas3D) - Method in class com.sun.j3d.utils.scenegraph.io.SceneGraphStreamReader
Read and create the universe.
readUnsignedByte() - Method in class com.sun.j3d.utils.scenegraph.io.retained.J3fInputStream
 
readUnsignedShort() - Method in class com.sun.j3d.utils.scenegraph.io.retained.J3fInputStream
 
readUserData() - Method in class com.sun.j3d.utils.scenegraph.io.SceneGraphFileReader
Get the UserData in the File header
readUTF() - Method in class com.sun.j3d.utils.scenegraph.io.retained.J3fInputStream
 
readVector3f(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.retained.Controller
 
readVector4d(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.retained.Controller
 
readVector4f(DataInput) - Method in class com.sun.j3d.utils.scenegraph.io.retained.Controller
 
recomputeIndices() - Method in class com.sun.j3d.utils.geometry.GeometryInfo
Redo indexes to guarantee connection information.
referenceCount - Variable in class com.sun.j3d.utils.scenegraph.io.retained.SymbolTableData
 
reflectionCoefficient - Variable in class com.sun.j3d.audioengines.AuralParameters
 
reflectionDelay - Variable in class com.sun.j3d.audioengines.AuralParameters
 
released(SensorEvent) - Method in interface com.sun.j3d.utils.behaviors.sensor.SensorButtonListener
This method is called when a sensor's button is released.
RELEASED - Static variable in class com.sun.j3d.utils.behaviors.sensor.SensorEvent
A button released event.
released(SensorEvent) - Method in class com.sun.j3d.utils.behaviors.sensor.SensorInputAdaptor
 
released(SensorEvent) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.ListenerBase
 
released(SensorEvent) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.RotationListener2D
 
released(SensorEvent) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.ScaleListener2D
 
released(SensorEvent) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.TranslationListener2D
 
removeSensorBinding(Sensor) - Method in class com.sun.j3d.utils.behaviors.sensor.SensorEventAgent
Remove all sensor listeners bound to the given sensor.
removeSensorButtonListener(Sensor, SensorButtonListener) - Method in class com.sun.j3d.utils.behaviors.sensor.SensorEventAgent
Remove the given SensorButtonListener binding from the specified sensor.
removeSensorButtonListener(SensorButtonListener) - Method in class com.sun.j3d.utils.behaviors.sensor.SensorEventAgent
Remove the given SensorButtonListener from all sensors.
removeSensorReadListener(Sensor, SensorReadListener) - Method in class com.sun.j3d.utils.behaviors.sensor.SensorEventAgent
Remove the given SensorReadListener binding from the specified sensor.
removeSensorReadListener(SensorReadListener) - Method in class com.sun.j3d.utils.behaviors.sensor.SensorEventAgent
Remove the given SensorReadListener from all sensors.
render(int, View, AuralParameters) - Method in class com.sun.j3d.audioengines.Sample
 
RenderingAttributesState - Class in com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d
 
RenderingAttributesState(SymbolTableData, Controller) - Constructor for class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.RenderingAttributesState
 
reset(int) - Method in class com.sun.j3d.utils.geometry.GeometryInfo
Removes all data from the GeometryInfo and resets the primitive.
reset(GeometryArray) - Method in class com.sun.j3d.utils.geometry.GeometryInfo
Removes all data from this GeometryInfo and populates it with the geometry from the GeometryArray.
reset() - Method in class com.sun.j3d.utils.scenegraph.io.retained.Controller
Reset the controller, ready to load/save data to a new file
ResetViewButtonCount2D(Object[]) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior
Property which sets the number of buttons to be pressed simultaneously on the 2D valuator in order to reset the view back to the home transform.
ResetViewButtonCount6D(Object[]) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior
Property which sets the number of buttons to be pressed simultaneously on the 6DOF sensor in order to reset the view back to the home transform.
RESIZE - Static variable in class com.sun.j3d.loaders.objectfile.ObjectFile
Flag sent to constructor.
RESIZE_DELAYED - Static variable in class com.sun.j3d.exp.swing.JCanvas3D
Resizing the canvas or component will be done if no resizing occurs after expiration of a certain delay.
RESIZE_IMMEDIATELY - Static variable in class com.sun.j3d.exp.swing.JCanvas3D
Resizing the canvas or component will be done immediately.
resolveReference(int) - Method in class com.sun.j3d.utils.scenegraph.io.retained.SymbolTable
Given a nodeID return the corresponding scene graph object.
resolveReference(int) - Method in interface com.sun.j3d.utils.scenegraph.io.SceneGraphObjectReferenceControl
Given a nodeID return the corresponding scene graph object.
restoreSceneGraphObjectReferences(SceneGraphObjectReferenceControl) - Method in interface com.sun.j3d.utils.scenegraph.io.SceneGraphIO
Within this method the user should restore references to the SceneGraphObjects whose nodeID's were created with createSceneGraphObjectReferences This method is called once the all objects in the scenegraph have been loaded.
resume() - Method in class com.sun.j3d.audioengines.AudioEngine3DL2
Resumes audio device engine (if previously paused) without reinitializing the device.
resume() - Method in class com.sun.j3d.audioengines.javasound.JavaSoundMixer
Resumes audio device engine (if previously paused) without reinitializing * the device.
reverbCoefficient - Variable in class com.sun.j3d.audioengines.AuralParameters
 
reverbDelay - Variable in class com.sun.j3d.audioengines.AuralParameters
 
reverbOrder - Variable in class com.sun.j3d.audioengines.AuralParameters
 
REVERSE - Static variable in class com.sun.j3d.loaders.objectfile.ObjectFile
Flag sent to constructor.
reverse() - Method in class com.sun.j3d.utils.geometry.GeometryInfo
Reverse the order of all lists.
REVERSE_ALL - Static variable in class com.sun.j3d.utils.behaviors.vp.OrbitBehavior
Constructor flag to reverse all the behaviors
REVERSE_ROTATE - Static variable in class com.sun.j3d.utils.behaviors.vp.OrbitBehavior
Constructor flag to reverse the rotate behavior
REVERSE_TRANSLATE - Static variable in class com.sun.j3d.utils.behaviors.vp.OrbitBehavior
Constructor flag to reverse the translate behavior
REVERSE_ZOOM - Static variable in class com.sun.j3d.utils.behaviors.vp.OrbitBehavior
Constructor flag to reverse the zoom behavior
ReverseRotate(Object[]) - Method in class com.sun.j3d.utils.behaviors.vp.OrbitBehavior
Property which sets reverse rotate behavior.
ReverseTranslate(Object[]) - Method in class com.sun.j3d.utils.behaviors.vp.OrbitBehavior
Property which sets reverse translate behavior.
ReverseZoom(Object[]) - Method in class com.sun.j3d.utils.behaviors.vp.OrbitBehavior
Property which sets reverse zoom behavior.
rewind() - Method in class com.sun.j3d.internal.BufferWrapper
Resets this buffer's position to the previously marked position.
RIGHT - Static variable in class com.sun.j3d.utils.geometry.Box
Used to designate the right side of the box when using getShape().
rolloff - Variable in class com.sun.j3d.audioengines.AuralParameters
 
ROTATE - Static variable in interface com.sun.j3d.utils.behaviors.mouse.MouseBehaviorCallback
 
ROTATE - Static variable in interface com.sun.j3d.utils.behaviors.picking.PickingCallback
Deprecated.  
ROTATE - Static variable in interface com.sun.j3d.utils.pickfast.behaviors.PickingCallback
 
ROTATE - Static variable in interface com.sun.j3d.utils.picking.behaviors.PickingCallback
 
ROTATE_CCW - Static variable in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior
Indicates that a 6DOF sensor button action should be bound to rotate the view plaform counter-clockwise about a Y axis.
ROTATE_CW - Static variable in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior
Indicates that a 6DOF sensor button action should be bound to rotate the view platform clockwise about a Y axis.
RotateEnable(Object[]) - Method in class com.sun.j3d.utils.behaviors.vp.OrbitBehavior
Property which enables or disables rotation.
ROTATION - Static variable in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior
Indicates that a 2D sensor button or read action should be bound to rotation.
RotationCenter(Object[]) - Method in class com.sun.j3d.utils.behaviors.vp.OrbitBehavior
Property which sets the center around which the View rotates.
RotationCoords(Object[]) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior
Property which sets the rotation coordinate system.
RotationInterpolatorState - Class in com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d
 
RotationInterpolatorState(SymbolTableData, Controller) - Constructor for class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.RotationInterpolatorState
 
RotationPathInterpolatorState - Class in com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d
 
RotationPathInterpolatorState(SymbolTableData, Controller) - Constructor for class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.RotationPathInterpolatorState
 
RotationSpeed(Object[]) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior
Property which sets the rotation speed.
RotFactors(Object[]) - Method in class com.sun.j3d.utils.behaviors.vp.OrbitBehavior
Property which sets the rotation x and y factors.
RotPosPathInterpolatorState - Class in com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d
 
RotPosPathInterpolatorState(SymbolTableData, Controller) - Constructor for class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.RotPosPathInterpolatorState
 
RotPosScalePathInterpolatorState - Class in com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d
 
RotPosScalePathInterpolatorState(SymbolTableData, Controller) - Constructor for class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.RotPosScalePathInterpolatorState
 
RotPosScaleTCBSplinePathInterpolator - Class in com.sun.j3d.utils.behaviors.interpolators
RotPosScaleTCBSplinePathInterpolator behavior.
RotPosScaleTCBSplinePathInterpolator(Alpha, TransformGroup, Transform3D, TCBKeyFrame[]) - Constructor for class com.sun.j3d.utils.behaviors.interpolators.RotPosScaleTCBSplinePathInterpolator
Constructs a new RotPosScaleTCBSplinePathInterpolator object that varies the rotation, translation, and scale of the target TransformGroup's transform.
RotPosScaleTCBSplinePathInterpolatorState - Class in com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.behaviors.interpolators
 
RotPosScaleTCBSplinePathInterpolatorState(SymbolTableData, Controller) - Constructor for class com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.behaviors.interpolators.RotPosScaleTCBSplinePathInterpolatorState
 
RotXFactor(Object[]) - Method in class com.sun.j3d.utils.behaviors.vp.OrbitBehavior
Property which sets the rotation x factor.
RotYFactor(Object[]) - Method in class com.sun.j3d.utils.behaviors.vp.OrbitBehavior
Property which sets the rotation y factor.
run() - Method in class com.sun.j3d.audioengines.AudioEngineThread
 
run() - Method in class com.sun.j3d.utils.applet.JMainFrame
 
run() - Method in class com.sun.j3d.utils.applet.MainFrame
 
runMonitor(int, long, Object[]) - Method in class com.sun.j3d.audioengines.AudioEngineThread
 

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