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

P

paint(Graphics) - Method in class javax.media.j3d.Canvas3D
Canvas3D uses the paint callback to track when it is possible to render into the canvas.
paintComponent(Graphics) - Method in class com.sun.j3d.exp.swing.JCanvas3D
Paints the result of the rendering.
PARALLEL_PROJECTION - Static variable in class javax.media.j3d.View
Specifies that Java 3D should generate a parallel projection matrix for this View.
ParsingErrorException - Exception in com.sun.j3d.loaders
Exception used to indicate that the loader encountered a problem parsing the specified file.
ParsingErrorException() - Constructor for exception com.sun.j3d.loaders.ParsingErrorException
 
ParsingErrorException(String) - Constructor for exception com.sun.j3d.loaders.ParsingErrorException
 
PATH_DOWN - Static variable in class javax.media.j3d.Text3D
path: succeeding glyphs are placed below the current glyph.
PATH_LEFT - Static variable in class javax.media.j3d.Text3D
path: succeeding glyphs are placed to the left of the current glyph.
PATH_RIGHT - Static variable in class javax.media.j3d.Text3D
path: succeeding glyphs are placed to the left of the current glyph.
PATH_UP - Static variable in class javax.media.j3d.Text3D
path: succeeding glyphs are placed above the current glyph.
PathInterpolator - Class in javax.media.j3d
PathInterpolator behavior.
PathInterpolator(Alpha, float[]) - Constructor for class javax.media.j3d.PathInterpolator
Deprecated. As of Java 3D version 1.3, replaced by PathInterpolator(Alpha, TransformGroup, float[])
PathInterpolator(Alpha, TransformGroup, float[]) - Constructor for class javax.media.j3d.PathInterpolator
Constructs a new PathInterpolator object that interpolates between the knot values in the knots array.
PathInterpolator(Alpha, TransformGroup, Transform3D, float[]) - Constructor for class javax.media.j3d.PathInterpolator
Constructs a new PathInterpolator object that interpolates between the knot values in the knots array.
PathInterpolatorState - Class in com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d
 
PathInterpolatorState(SymbolTableData, Controller) - Constructor for class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.PathInterpolatorState
 
PATTERN_DASH - Static variable in class javax.media.j3d.LineAttributes
Draw dashed lines.
PATTERN_DASH_DOT - Static variable in class javax.media.j3d.LineAttributes
Draw dashed-dotted lines.
PATTERN_DOT - Static variable in class javax.media.j3d.LineAttributes
Draw dotted lines.
PATTERN_SOLID - Static variable in class javax.media.j3d.LineAttributes
Draw solid lines with no pattern.
PATTERN_USER_DEFINED - Static variable in class javax.media.j3d.LineAttributes
Draw lines with a user-defined line pattern.
pause() - Method in class com.sun.j3d.audioengines.AudioEngine3DL2
Pauses audio device engine without closing the device and associated threads.
pause() - Method in class com.sun.j3d.audioengines.javasound.JavaSoundMixer
Pauses audio device engine without closing the device and associated threads.
pause() - Method in class javax.media.j3d.Alpha
Pauses this alpha object.
pause(long) - Method in class javax.media.j3d.Alpha
Pauses this alpha object as of the specified time.
pause() - Method in interface javax.media.j3d.AudioDevice3DL2
Pause audio device engine (thread/server) without closing the device.
pauseSample(int) - Method in class com.sun.j3d.audioengines.AudioEngine3D
Pause sample.
pauseSample(int) - Method in class com.sun.j3d.audioengines.javasound.JavaSoundMixer
 
pauseSample(int) - Method in interface javax.media.j3d.AudioDevice3D
Temporarily stops a cached sample from playing without resetting the sample's current pointer back to the beginning of the sound data so that it can be unpaused at a later time from the same location in the sample when the pause was initiated.
PER_FRAME - Static variable in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior
Indicates that translation, rotation, or scaling speeds are per frame.
PER_SECOND - Static variable in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior
Use to indicate that translation, rotation, or scaling speeds are per second.
perspective(double, double, double, double) - Method in class javax.media.j3d.Transform3D
Creates a perspective projection transform that mimics a standard, camera-based, view-model.
PERSPECTIVE_PROJECTION - Static variable in class javax.media.j3d.View
Specifies that Java 3D should generate a perspective projection matrix for this View.
PHYSICAL_EYE - Static variable in class javax.media.j3d.View
Specifies that the associated distance is measured from the eye in meters.
PHYSICAL_METERS - Static variable in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior
Indicates that translation speed is in physical world units (meters per second or per frame).
PHYSICAL_SCREEN - Static variable in class javax.media.j3d.View
Specifies that the associated distance is measured from the screen in meters.
PHYSICAL_WORLD - Static variable in class javax.media.j3d.View
Policy for resizing and moving windows.
PhysicalBody - Class in javax.media.j3d
This object contains a specification of the user's head.
PhysicalBody() - Constructor for class javax.media.j3d.PhysicalBody
Constructs a PhysicalBody object with default parameters.
PhysicalBody(Point3d, Point3d) - Constructor for class javax.media.j3d.PhysicalBody
Constructs and initializes a PhysicalBody object from the specified parameters.
PhysicalBody(Point3d, Point3d, Point3d, Point3d) - Constructor for class javax.media.j3d.PhysicalBody
Constructs and initializes a PhysicalBody object from the specified parameters.
PhysicalEnvironment - Class in javax.media.j3d
This object contains a specification of the physical environment in which the view will be generated.
PhysicalEnvironment() - Constructor for class javax.media.j3d.PhysicalEnvironment
Constructs a PhysicalEnvironment object with default parameters.
PhysicalEnvironment(int) - Constructor for class javax.media.j3d.PhysicalEnvironment
Constructs and initializes a PhysicalEnvironment object with the specified number of sensors.
PICK_BOUNDS - Static variable in class javax.media.j3d.PickInfo
Specifies a Pick using the bounds of the pickable nodes.
PICK_GEOMETRY - Static variable in class javax.media.j3d.PickInfo
Specifies a Pick using the geometry of the pickable nodes.
pickAll(int, int) - Method in class com.sun.j3d.utils.behaviors.picking.PickObject
Deprecated. Returns an array referencing all the items that are pickable below the BranchGroup (specified in the PickObject constructor) that intersect with a ray that starts at the viewer position and points into the scene in the direction of (xpos, ypos) specified in window space.
pickAll(int, int, int) - Method in class com.sun.j3d.utils.behaviors.picking.PickObject
Deprecated. Returns an array referencing all the items that are pickable below the BranchGroup (specified in the PickObject constructor) that intersect with a ray that starts at the viewer position and points into the scene in the direction of (xpos, ypos) specified in window space.
pickAll() - Method in class com.sun.j3d.utils.pickfast.PickTool
Selects all the nodes that intersect the PickShape.
pickAll() - Method in class com.sun.j3d.utils.picking.PickTool
Selects all the nodes that intersect the PickShape.
pickAll(PickShape) - Method in class javax.media.j3d.BranchGroup
Returns an array referencing all the items that are pickable below this BranchGroup that intersect with PickShape.
pickAll(int, int, PickShape) - Method in class javax.media.j3d.BranchGroup
Returns an array unsorted references to all the PickInfo objects that are pickable below this BranchGroup that intersect with PickShape.
pickAll(PickShape) - Method in class javax.media.j3d.Locale
Returns an array referencing all the items that are pickable below this Locale that intersect with PickShape.
pickAll(int, int, PickShape) - Method in class javax.media.j3d.Locale
Returns an array unsorted references to all the PickInfo objects that are pickable below this Locale that intersect with PickShape.
pickAllSorted(int, int) - Method in class com.sun.j3d.utils.behaviors.picking.PickObject
Deprecated. Returns a sorted array of references to all the Pickable items below the BranchGroup (specified in the PickObject constructor) that intersect with the ray that starts at the viewer position and points into the scene in the direction of (xpos, ypos) in the window space.
pickAllSorted(int, int, int) - Method in class com.sun.j3d.utils.behaviors.picking.PickObject
Deprecated. Returns a sorted array of references to all the Pickable items below the BranchGroup (specified in the PickObject constructor) that intersect with the ray that starts at the viewer position and points into the scene in the direction of (xpos, ypos) in the window space.
pickAllSorted() - Method in class com.sun.j3d.utils.pickfast.PickTool
Select all the nodes that intersect the PickShape, returned sorted.
pickAllSorted() - Method in class com.sun.j3d.utils.picking.PickTool
Select all the nodes that intersect the PickShape, returned sorted.
pickAllSorted(PickShape) - Method in class javax.media.j3d.BranchGroup
Returns a sorted array of references to all the Pickable items that intersect with the pickShape.
pickAllSorted(int, int, PickShape) - Method in class javax.media.j3d.BranchGroup
Returns a sorted array of PickInfo references to all the pickable items that intersect with the pickShape.
pickAllSorted(PickShape) - Method in class javax.media.j3d.Locale
Returns a sorted array of references to all the pickable items that intersect with the pickShape.
pickAllSorted(int, int, PickShape) - Method in class javax.media.j3d.Locale
Returns a sorted array of PickInfo references to all the pickable items that intersect with the pickShape.
pickAny(int, int) - Method in class com.sun.j3d.utils.behaviors.picking.PickObject
Deprecated. Returns a reference to any item that is Pickable below the specified BranchGroup (specified in the PickObject constructor) which intersects with the ray that starts at the viewer position and points into the scene in the direction of (xpos, ypos) in window space.
pickAny(int, int, int) - Method in class com.sun.j3d.utils.behaviors.picking.PickObject
Deprecated. Returns a reference to any item that is Pickable below the specified BranchGroup (specified in the PickObject constructor) which intersects with the ray that starts at the viewer position and points into the scene in the direction of (xpos, ypos) in window space.
pickAny() - Method in class com.sun.j3d.utils.pickfast.PickTool
Select one of the nodes that intersect the PickShape
pickAny() - Method in class com.sun.j3d.utils.picking.PickTool
Select one of the nodes that intersect the PickShape
pickAny(PickShape) - Method in class javax.media.j3d.BranchGroup
Returns a reference to any item that is Pickable below this BranchGroup that intersects with pickShape.
pickAny(int, int, PickShape) - Method in class javax.media.j3d.BranchGroup
Returns a PickInfo which references the pickable item below this BranchGroup that intersects with pickShape.
pickAny(PickShape) - Method in class javax.media.j3d.Locale
Returns a reference to any item that is Pickable below this Locale which intersects with pickShape.
pickAny(int, int, PickShape) - Method in class javax.media.j3d.Locale
Returns a PickInfo which references the pickable item below this Locale which intersects with pickShape.
PickBounds - Class in javax.media.j3d
PickBounds is a finite pick shape defined with a Bounds object.
PickBounds() - Constructor for class javax.media.j3d.PickBounds
Constructs an empty PickBounds.
PickBounds(Bounds) - Constructor for class javax.media.j3d.PickBounds
Constructs a PickBounds from the specified bounds object.
PickCanvas - Class in com.sun.j3d.utils.pickfast
A subclass of PickTool, simplifies picking using mouse events from a canvas.
PickCanvas(Canvas3D, BranchGroup) - Constructor for class com.sun.j3d.utils.pickfast.PickCanvas
Constructor with Canvas3D for mouse events and BranchGroup to be picked.
PickCanvas(Canvas3D, Locale) - Constructor for class com.sun.j3d.utils.pickfast.PickCanvas
Constructor with Canvas3D for mouse events and Locale to be picked.
PickCanvas - Class in com.sun.j3d.utils.picking
A subclass of PickTool, simplifies picking using mouse events from a canvas.
PickCanvas(Canvas3D, BranchGroup) - Constructor for class com.sun.j3d.utils.picking.PickCanvas
Constructor with Canvas3D for mouse events and BranchGroup to be picked.
PickCanvas(Canvas3D, Locale) - Constructor for class com.sun.j3d.utils.picking.PickCanvas
Constructor with Canvas3D for mouse events and Locale to be picked.
pickClosest(int, int) - Method in class com.sun.j3d.utils.behaviors.picking.PickObject
Deprecated. Returns a reference to the item that is closest to the viewer and is Pickable below the BranchGroup (specified in the PickObject constructor) which intersects with the ray that starts at the viewer position and points into the scene in the direction of (xpos, ypos) in the window space.
pickClosest(int, int, int) - Method in class com.sun.j3d.utils.behaviors.picking.PickObject
Deprecated. Returns a reference to the item that is closest to the viewer and is Pickable below the BranchGroup (specified in the PickObject constructor) which intersects with the ray that starts at the viewer position and points into the scene in the direction of (xpos, ypos) in the window space.
pickClosest() - Method in class com.sun.j3d.utils.pickfast.PickTool
Select the closest node that intersects the PickShape.
pickClosest() - Method in class com.sun.j3d.utils.picking.PickTool
Select the closest node that intersects the PickShape.
pickClosest(PickShape) - Method in class javax.media.j3d.BranchGroup
Returns a SceneGraphPath that references the pickable item closest to the origin of pickShape.
pickClosest(int, int, PickShape) - Method in class javax.media.j3d.BranchGroup
Returns a PickInfo which references the pickable item which is closest to the origin of pickShape.
pickClosest(PickShape) - Method in class javax.media.j3d.Locale
Returns a SceneGraphPath which references the pickable item which is closest to the origin of pickShape.
pickClosest(int, int, PickShape) - Method in class javax.media.j3d.Locale
Returns a PickInfo which references the pickable item which is closest to the origin of pickShape.
PickCone - Class in javax.media.j3d
PickCone is the abstract base class of all cone pick shapes.
PickCone() - Constructor for class javax.media.j3d.PickCone
Constructs an empty PickCone.
PickConeRay - Class in javax.media.j3d
PickConeRay is an infinite cone ray pick shape.
PickConeRay() - Constructor for class javax.media.j3d.PickConeRay
Constructs an empty PickConeRay.
PickConeRay(Point3d, Vector3d, double) - Constructor for class javax.media.j3d.PickConeRay
Constructs an infinite cone pick shape from the specified parameters.
PickConeSegment - Class in javax.media.j3d
PickConeSegment is a finite cone segment pick shape.
PickConeSegment() - Constructor for class javax.media.j3d.PickConeSegment
Constructs an empty PickConeSegment.
PickConeSegment(Point3d, Point3d, double) - Constructor for class javax.media.j3d.PickConeSegment
Constructs a finite cone pick shape from the specified parameters.
PickCylinder - Class in javax.media.j3d
PickCylinder is the abstract base class of all cylindrical pick shapes.
PickCylinder() - Constructor for class javax.media.j3d.PickCylinder
Constructs an empty PickCylinder.
PickCylinderRay - Class in javax.media.j3d
PickCylinderRay is an infinite cylindrical ray pick shape.
PickCylinderRay() - Constructor for class javax.media.j3d.PickCylinderRay
Constructs an empty PickCylinderRay.
PickCylinderRay(Point3d, Vector3d, double) - Constructor for class javax.media.j3d.PickCylinderRay
Constructs an infinite cylindrical ray pick shape from the specified parameters.
PickCylinderSegment - Class in javax.media.j3d
PickCylinderSegment is a finite cylindrical segment pick shape.
PickCylinderSegment() - Constructor for class javax.media.j3d.PickCylinderSegment
Constructs an empty PickCylinderSegment.
PickCylinderSegment(Point3d, Point3d, double) - Constructor for class javax.media.j3d.PickCylinderSegment
Constructs a finite cylindrical segment pick shape from the specified parameters.
PickInfo - Class in javax.media.j3d
The PickInfo object contains the computed information about a pick hit.
PickInfo.IntersectionInfo - Class in javax.media.j3d
The IntersectionInfo object holds extra information about an intersection of a PickShape with a Node as part of a PickInfo.
PickingCallback - Interface in com.sun.j3d.utils.behaviors.picking
Deprecated. As of Java 3D version 1.2, replaced by com.sun.j3d.utils.picking.behaviors.PickingCallback
PickingCallback - Interface in com.sun.j3d.utils.pickfast.behaviors
The PickingCallback interface allows a class to be notified when a picked object is moved.
PickingCallback - Interface in com.sun.j3d.utils.picking.behaviors
The PickingCallback interface allows a class to be notified when a picked object is moved.
PickIntersection - Class in com.sun.j3d.utils.pickfast
Holds information about an intersection of a PickShape with a Node as part of a PickInfo.IntersectionInfo.
PickIntersection(Transform3D, PickInfo.IntersectionInfo) - Constructor for class com.sun.j3d.utils.pickfast.PickIntersection
Constructor
PickIntersection - Class in com.sun.j3d.utils.picking
Holds information about an intersection of a PickShape with a Node as part of a PickResult.
PickMouseBehavior - Class in com.sun.j3d.utils.behaviors.picking
Deprecated. As of Java 3D version 1.2, replaced by com.sun.j3d.utils.picking.behaviors.PickMouseBehavior
PickMouseBehavior(Canvas3D, BranchGroup, Bounds) - Constructor for class com.sun.j3d.utils.behaviors.picking.PickMouseBehavior
Deprecated. Creates a PickMouseBehavior given current canvas, root of the tree to operate on, and the bounds.
PickMouseBehavior - Class in com.sun.j3d.utils.pickfast.behaviors
Base class that allows users to adding picking and mouse manipulation to the scene graph (see PickDragBehavior for an example of how to extend this base class).
PickMouseBehavior(Canvas3D, BranchGroup, Bounds) - Constructor for class com.sun.j3d.utils.pickfast.behaviors.PickMouseBehavior
Creates a PickMouseBehavior given current canvas, root of the tree to operate on, and the bounds.
PickMouseBehavior - Class in com.sun.j3d.utils.picking.behaviors
Base class that allows users to adding picking and mouse manipulation to the scene graph (see PickDragBehavior for an example of how to extend this base class).
PickMouseBehavior(Canvas3D, BranchGroup, Bounds) - Constructor for class com.sun.j3d.utils.picking.behaviors.PickMouseBehavior
Creates a PickMouseBehavior given current canvas, root of the tree to operate on, and the bounds.
pickNode(SceneGraphPath, int) - Method in class com.sun.j3d.utils.behaviors.picking.PickObject
Deprecated. Returns a reference to a Pickable Node that is of the specified type that is contained in the specified SceneGraphPath.
pickNode(SceneGraphPath, int, int) - Method in class com.sun.j3d.utils.behaviors.picking.PickObject
Deprecated. Returns a reference to a Pickable Node that is of the specified type that is contained in the specified SceneGraphPath.
PickObject - Class in com.sun.j3d.utils.behaviors.picking
Deprecated. As of Java 3D version 1.2, replaced by com.sun.j3d.utils.picking.PickCanvas
PickObject(Canvas3D, BranchGroup) - Constructor for class com.sun.j3d.utils.behaviors.picking.PickObject
Deprecated. Creates a PickObject.
PickPoint - Class in javax.media.j3d
Deprecated. As of Java 3D version 1.4, use PickBounds with a BoundingSphere that has a small radius.
PickPoint() - Constructor for class javax.media.j3d.PickPoint
Deprecated. Constructs a PickPoint using a default point.
PickPoint(Point3d) - Constructor for class javax.media.j3d.PickPoint
Deprecated. Constructs a PickPoint from the specified parameter.
PickRay - Class in javax.media.j3d
PickRay is an infinite ray pick shape.
PickRay() - Constructor for class javax.media.j3d.PickRay
Constructs an empty PickRay.
PickRay(Point3d, Vector3d) - Constructor for class javax.media.j3d.PickRay
Constructs an infinite ray pick shape from the specified parameters.
PickResult - Class in com.sun.j3d.utils.picking
Stores information about a pick hit.
PickResult(SceneGraphPath, PickShape) - Constructor for class com.sun.j3d.utils.picking.PickResult
Construct a PickResult using a SceneGraphPath
PickResult(Node, Transform3D, PickShape) - Constructor for class com.sun.j3d.utils.picking.PickResult
Construct a PickResult using the Node and localToVWorld transform
PickRotateBehavior - Class in com.sun.j3d.utils.behaviors.picking
Deprecated. As of Java 3D version 1.2, replaced by com.sun.j3d.utils.picking.behaviors.PickRotateBehavior
PickRotateBehavior(BranchGroup, Canvas3D, Bounds) - Constructor for class com.sun.j3d.utils.behaviors.picking.PickRotateBehavior
Deprecated. Creates a pick/rotate behavior that waits for user mouse events for the scene graph.
PickRotateBehavior(BranchGroup, Canvas3D, Bounds, int) - Constructor for class com.sun.j3d.utils.behaviors.picking.PickRotateBehavior
Deprecated. Creates a pick/rotate behavior that waits for user mouse events for the scene graph.
PickRotateBehavior - Class in com.sun.j3d.utils.pickfast.behaviors
A mouse behavior that allows user to pick and rotate scene graph objects.
PickRotateBehavior(BranchGroup, Canvas3D, Bounds) - Constructor for class com.sun.j3d.utils.pickfast.behaviors.PickRotateBehavior
Creates a pick/rotate behavior that waits for user mouse events for the scene graph.
PickRotateBehavior(BranchGroup, Canvas3D, Bounds, int) - Constructor for class com.sun.j3d.utils.pickfast.behaviors.PickRotateBehavior
Creates a pick/rotate behavior that waits for user mouse events for the scene graph.
PickRotateBehavior - Class in com.sun.j3d.utils.picking.behaviors
A mouse behavior that allows user to pick and drag scene graph objects.
PickRotateBehavior(BranchGroup, Canvas3D, Bounds) - Constructor for class com.sun.j3d.utils.picking.behaviors.PickRotateBehavior
Creates a pick/rotate behavior that waits for user mouse events for the scene graph.
PickRotateBehavior(BranchGroup, Canvas3D, Bounds, int) - Constructor for class com.sun.j3d.utils.picking.behaviors.PickRotateBehavior
Creates a pick/rotate behavior that waits for user mouse events for the scene graph.
PickSegment - Class in javax.media.j3d
PickSegment is a line segment pick shape.
PickSegment() - Constructor for class javax.media.j3d.PickSegment
Constructs an empty PickSegment.
PickSegment(Point3d, Point3d) - Constructor for class javax.media.j3d.PickSegment
Constructs a line segment pick shape from the specified parameters.
PickShape - Class in javax.media.j3d
An abstract class for describing a pick shape that can be used with the BranchGroup and Locale picking methods.
PickShape() - Constructor for class javax.media.j3d.PickShape
Constructs a PickShape object.
PickTool - Class in com.sun.j3d.utils.pickfast
The base class for optimized picking operations.
PickTool(BranchGroup) - Constructor for class com.sun.j3d.utils.pickfast.PickTool
Constructor with BranchGroup to be picked.
PickTool(Locale) - Constructor for class com.sun.j3d.utils.pickfast.PickTool
Constructor with the Locale to be picked.
PickTool - Class in com.sun.j3d.utils.picking
The base class for picking operations.
PickTool(BranchGroup) - Constructor for class com.sun.j3d.utils.picking.PickTool
Constructor with BranchGroup to be picked.
PickTool(Locale) - Constructor for class com.sun.j3d.utils.picking.PickTool
Constructor with the Locale to be picked.
PickTranslateBehavior - Class in com.sun.j3d.utils.behaviors.picking
Deprecated. As of Java 3D version 1.2, replaced by com.sun.j3d.utils.picking.behaviors.PickTranslateBehavior
PickTranslateBehavior(BranchGroup, Canvas3D, Bounds) - Constructor for class com.sun.j3d.utils.behaviors.picking.PickTranslateBehavior
Deprecated. Creates a pick/translate behavior that waits for user mouse events for the scene graph.
PickTranslateBehavior(BranchGroup, Canvas3D, Bounds, int) - Constructor for class com.sun.j3d.utils.behaviors.picking.PickTranslateBehavior
Deprecated. Creates a pick/translate behavior that waits for user mouse events for the scene graph.
PickTranslateBehavior - Class in com.sun.j3d.utils.pickfast.behaviors
A mouse behavior that allows user to pick and translate scene graph objects.
PickTranslateBehavior(BranchGroup, Canvas3D, Bounds) - Constructor for class com.sun.j3d.utils.pickfast.behaviors.PickTranslateBehavior
Creates a pick/translate behavior that waits for user mouse events for the scene graph.
PickTranslateBehavior(BranchGroup, Canvas3D, Bounds, int) - Constructor for class com.sun.j3d.utils.pickfast.behaviors.PickTranslateBehavior
Creates a pick/translate behavior that waits for user mouse events for the scene graph.
PickTranslateBehavior - Class in com.sun.j3d.utils.picking.behaviors
A mouse behavior that allows user to pick and translate scene graph objects.
PickTranslateBehavior(BranchGroup, Canvas3D, Bounds) - Constructor for class com.sun.j3d.utils.picking.behaviors.PickTranslateBehavior
Creates a pick/translate behavior that waits for user mouse events for the scene graph.
PickTranslateBehavior(BranchGroup, Canvas3D, Bounds, int) - Constructor for class com.sun.j3d.utils.picking.behaviors.PickTranslateBehavior
Creates a pick/translate behavior that waits for user mouse events for the scene graph.
PickZoomBehavior - Class in com.sun.j3d.utils.behaviors.picking
Deprecated. As of Java 3D version 1.2, replaced by com.sun.j3d.utils.picking.behaviors.PickZoomBehavior
PickZoomBehavior(BranchGroup, Canvas3D, Bounds) - Constructor for class com.sun.j3d.utils.behaviors.picking.PickZoomBehavior
Deprecated. Creates a pick/zoom behavior that waits for user mouse events for the scene graph.
PickZoomBehavior(BranchGroup, Canvas3D, Bounds, int) - Constructor for class com.sun.j3d.utils.behaviors.picking.PickZoomBehavior
Deprecated. Creates a pick/zoom behavior that waits for user mouse events for the scene graph.
PickZoomBehavior - Class in com.sun.j3d.utils.pickfast.behaviors
A mouse behavior that allows user to pick and zoom scene graph objects.
PickZoomBehavior(BranchGroup, Canvas3D, Bounds) - Constructor for class com.sun.j3d.utils.pickfast.behaviors.PickZoomBehavior
Creates a pick/zoom behavior that waits for user mouse events for the scene graph.
PickZoomBehavior(BranchGroup, Canvas3D, Bounds, int) - Constructor for class com.sun.j3d.utils.pickfast.behaviors.PickZoomBehavior
Creates a pick/zoom behavior that waits for user mouse events for the scene graph.
PickZoomBehavior - Class in com.sun.j3d.utils.picking.behaviors
A mouse behavior that allows user to pick and zoom scene graph objects.
PickZoomBehavior(BranchGroup, Canvas3D, Bounds) - Constructor for class com.sun.j3d.utils.picking.behaviors.PickZoomBehavior
Creates a pick/zoom behavior that waits for user mouse events for the scene graph.
PickZoomBehavior(BranchGroup, Canvas3D, Bounds, int) - Constructor for class com.sun.j3d.utils.picking.behaviors.PickZoomBehavior
Creates a pick/zoom behavior that waits for user mouse events for the scene graph.
pitch - Variable in class com.sun.j3d.utils.behaviors.interpolators.KBKeyFrame
 
PLATFORM_AUTO_UPDATE - Static variable in class com.sun.j3d.utils.universe.ViewInfo
Indicates that updates to the ViewPlatform localToVworld transform should be automatically checked with each call to a public method in this class.
PlatformGeometry - Class in com.sun.j3d.utils.universe
This class holds any geometry that should be associated with the ViewingPlatform object.
PlatformGeometry() - Constructor for class com.sun.j3d.utils.universe.PlatformGeometry
Constructs an instance of the PlatformGeometry node.
PlatformGeometryState - Class in com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.universe
 
PlatformGeometryState(SymbolTableData, Controller) - Constructor for class com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.universe.PlatformGeometryState
 
Point2d - Class in javax.vecmath
A 2 element point that is represented by double precision floating point x,y coordinates.
Point2d(double, double) - Constructor for class javax.vecmath.Point2d
Constructs and initializes a Point2d from the specified xy coordinates.
Point2d(double[]) - Constructor for class javax.vecmath.Point2d
Constructs and initializes a Point2d from the specified array.
Point2d(Point2d) - Constructor for class javax.vecmath.Point2d
Constructs and initializes a Point2d from the specified Point2d.
Point2d(Point2f) - Constructor for class javax.vecmath.Point2d
Constructs and initializes a Point2d from the specified Point2f.
Point2d(Tuple2d) - Constructor for class javax.vecmath.Point2d
Constructs and initializes a Point2d from the specified Tuple2d.
Point2d(Tuple2f) - Constructor for class javax.vecmath.Point2d
Constructs and initializes a Point2d from the specified Tuple2f.
Point2d() - Constructor for class javax.vecmath.Point2d
Constructs and initializes a Point2d to (0,0).
Point2f - Class in javax.vecmath
A 2 element point that is represented by single precision floating point x,y coordinates.
Point2f(float, float) - Constructor for class javax.vecmath.Point2f
Constructs and initializes a Point2f from the specified xy coordinates.
Point2f(float[]) - Constructor for class javax.vecmath.Point2f
Constructs and initializes a Point2f from the specified array.
Point2f(Point2f) - Constructor for class javax.vecmath.Point2f
Constructs and initializes a Point2f from the specified Point2f.
Point2f(Point2d) - Constructor for class javax.vecmath.Point2f
Constructs and initializes a Point2f from the specified Point2d.
Point2f(Tuple2d) - Constructor for class javax.vecmath.Point2f
Constructs and initializes a Point2f from the specified Tuple2d.
Point2f(Tuple2f) - Constructor for class javax.vecmath.Point2f
Constructs and initializes a Point2f from the specified Tuple2f.
Point2f() - Constructor for class javax.vecmath.Point2f
Constructs and initializes a Point2f to (0,0).
Point2i - Class in javax.vecmath
A 2-element point represented by signed integer x,y coordinates.
Point2i(int, int) - Constructor for class javax.vecmath.Point2i
Constructs and initializes a Point2i from the specified x and y coordinates.
Point2i(int[]) - Constructor for class javax.vecmath.Point2i
Constructs and initializes a Point2i from the array of length 2.
Point2i(Tuple2i) - Constructor for class javax.vecmath.Point2i
Constructs and initializes a Point2i from the specified Tuple2i.
Point2i() - Constructor for class javax.vecmath.Point2i
Constructs and initializes a Point2i to (0,0).
Point3d - Class in javax.vecmath
A 3 element point that is represented by double precision floating point x,y,z coordinates.
Point3d(double, double, double) - Constructor for class javax.vecmath.Point3d
Constructs and initializes a Point3d from the specified xyz coordinates.
Point3d(double[]) - Constructor for class javax.vecmath.Point3d
Constructs and initializes a Point3d from the array of length 3.
Point3d(Point3d) - Constructor for class javax.vecmath.Point3d
Constructs and initializes a Point3d from the specified Point3d.
Point3d(Point3f) - Constructor for class javax.vecmath.Point3d
Constructs and initializes a Point3d from the specified Point3f.
Point3d(Tuple3f) - Constructor for class javax.vecmath.Point3d
Constructs and initializes a Point3d from the specified Tuple3f.
Point3d(Tuple3d) - Constructor for class javax.vecmath.Point3d
Constructs and initializes a Point3d from the specified Tuple3d.
Point3d() - Constructor for class javax.vecmath.Point3d
Constructs and initializes a Point3d to (0,0,0).
Point3f - Class in javax.vecmath
A 3 element point that is represented by single precision floating point x,y,z coordinates.
Point3f(float, float, float) - Constructor for class javax.vecmath.Point3f
Constructs and initializes a Point3f from the specified xyz coordinates.
Point3f(float[]) - Constructor for class javax.vecmath.Point3f
Constructs and initializes a Point3f from the array of length 3.
Point3f(Point3f) - Constructor for class javax.vecmath.Point3f
Constructs and initializes a Point3f from the specified Point3f.
Point3f(Point3d) - Constructor for class javax.vecmath.Point3f
Constructs and initializes a Point3f from the specified Point3d.
Point3f(Tuple3f) - Constructor for class javax.vecmath.Point3f
Constructs and initializes a Point3f from the specified Tuple3f.
Point3f(Tuple3d) - Constructor for class javax.vecmath.Point3f
Constructs and initializes a Point3f from the specified Tuple3d.
Point3f() - Constructor for class javax.vecmath.Point3f
Constructs and initializes a Point3f to (0,0,0).
Point3i - Class in javax.vecmath
A 3 element point represented by signed integer x,y,z coordinates.
Point3i(int, int, int) - Constructor for class javax.vecmath.Point3i
Constructs and initializes a Point3i from the specified x, y, and z coordinates.
Point3i(int[]) - Constructor for class javax.vecmath.Point3i
Constructs and initializes a Point3i from the array of length 3.
Point3i(Tuple3i) - Constructor for class javax.vecmath.Point3i
Constructs and initializes a Point3i from the specified Tuple3i.
Point3i() - Constructor for class javax.vecmath.Point3i
Constructs and initializes a Point3i to (0,0,0).
Point4d - Class in javax.vecmath
A 4 element vector represented by double precision floating point x,y,z,w coordinates.
Point4d(double, double, double, double) - Constructor for class javax.vecmath.Point4d
Constructs and initializes a Point4d from the specified xyzw coordinates.
Point4d(double[]) - Constructor for class javax.vecmath.Point4d
Constructs and initializes a Point4d from the coordinates contained in the array.
Point4d(Point4d) - Constructor for class javax.vecmath.Point4d
Constructs and initializes a Point4d from the specified Point4d.
Point4d(Point4f) - Constructor for class javax.vecmath.Point4d
Constructs and initializes a Point4d from the specified Point4f.
Point4d(Tuple4f) - Constructor for class javax.vecmath.Point4d
Constructs and initializes a Point4d from the specified Tuple4f.
Point4d(Tuple4d) - Constructor for class javax.vecmath.Point4d
Constructs and initializes a Point4d from the specified Tuple4d.
Point4d(Tuple3d) - Constructor for class javax.vecmath.Point4d
Constructs and initializes a Point4d from the specified Tuple3d.
Point4d() - Constructor for class javax.vecmath.Point4d
Constructs and initializes a Point4d to (0,0,0,0).
Point4f - Class in javax.vecmath
A 4 element point represented by single precision floating point x,y,z,w coordinates.
Point4f(float, float, float, float) - Constructor for class javax.vecmath.Point4f
Constructs and initializes a Point4f from the specified xyzw coordinates.
Point4f(float[]) - Constructor for class javax.vecmath.Point4f
Constructs and initializes a Point4f from the array of length 4.
Point4f(Point4f) - Constructor for class javax.vecmath.Point4f
Constructs and initializes a Point4f from the specified Point4f.
Point4f(Point4d) - Constructor for class javax.vecmath.Point4f
Constructs and initializes a Point4f from the specified Point4d.
Point4f(Tuple4f) - Constructor for class javax.vecmath.Point4f
Constructs and initializes a Point4f from the specified Tuple4f.
Point4f(Tuple4d) - Constructor for class javax.vecmath.Point4f
Constructs and initializes a Point4f from the specified Tuple4d.
Point4f(Tuple3f) - Constructor for class javax.vecmath.Point4f
Constructs and initializes a Point4f from the specified Tuple3f.
Point4f() - Constructor for class javax.vecmath.Point4f
Constructs and initializes a Point4f to (0,0,0,0).
Point4i - Class in javax.vecmath
A 4 element point represented by signed integer x,y,z,w coordinates.
Point4i(int, int, int, int) - Constructor for class javax.vecmath.Point4i
Constructs and initializes a Point4i from the specified x, y, z, and w coordinates.
Point4i(int[]) - Constructor for class javax.vecmath.Point4i
Constructs and initializes a Point4i from the array of length 4.
Point4i(Tuple4i) - Constructor for class javax.vecmath.Point4i
Constructs and initializes a Point4i from the specified Tuple4i.
Point4i() - Constructor for class javax.vecmath.Point4i
Constructs and initializes a Point4i to (0,0,0,0).
POINT_BUFFER - Static variable in class com.sun.j3d.utils.geometry.compression.CompressedGeometryData.Header
bufferType: compressed geometry is made up of individual points.
POINT_BUFFER - Static variable in class javax.media.j3d.CompressedGeometryHeader
Deprecated. bufferType: compressed geometry is made up of individual points.
POINT_SOUND - Static variable in interface javax.media.j3d.AudioDevice3D
Specifies the sound type as point sound.
pointAndLine(PickPoint, Point3d[], int) - Static method in class com.sun.j3d.utils.behaviors.picking.Intersect
Deprecated. Determines if the PickPoint and Line objects intersect.
pointAndLine(PickPoint, Point3f[], int) - Static method in class com.sun.j3d.utils.behaviors.picking.Intersect
Deprecated. Return true if line intersects with point.
pointAndPoint(PickPoint, Point3d) - Static method in class com.sun.j3d.utils.behaviors.picking.Intersect
Deprecated. Determines if the PickPoint and Point3d objects intersect.
pointAndPoint(PickPoint, Point3f) - Static method in class com.sun.j3d.utils.behaviors.picking.Intersect
Deprecated. Return true if pnt intersects with point.
PointArray - Class in javax.media.j3d
The PointArray object draws the array of vertices as individual points.
PointArray(int, int) - Constructor for class javax.media.j3d.PointArray
Constructs an empty PointArray object using the specified parameters.
PointArray(int, int, int, int[]) - Constructor for class javax.media.j3d.PointArray
Constructs an empty PointArray object using the specified parameters.
PointArray(int, int, int, int[], int, int[]) - Constructor for class javax.media.j3d.PointArray
Constructs an empty PointArray object using the specified parameters.
PointAttributes - Class in javax.media.j3d
The PointAttributes object defines all attributes that apply to point primitives.
PointAttributes() - Constructor for class javax.media.j3d.PointAttributes
Constructs a PointAttributes object with default parameters.
PointAttributes(float, boolean) - Constructor for class javax.media.j3d.PointAttributes
Constructs a PointAttributes object with specified values.
PointAttributesState - Class in com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d
 
PointAttributesState(SymbolTableData, Controller) - Constructor for class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.PointAttributesState
 
PointLight - Class in javax.media.j3d
The PointLight object specifies an attenuated light source at a fixed point in space that radiates light equally in all directions away from the light source.
PointLight() - Constructor for class javax.media.j3d.PointLight
Constructs a PointLight node with default parameters.
PointLight(Color3f, Point3f, Point3f) - Constructor for class javax.media.j3d.PointLight
Constructs and initializes a point light.
PointLight(boolean, Color3f, Point3f, Point3f) - Constructor for class javax.media.j3d.PointLight
Constructs and initializes a point light.
PointLightState - Class in com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d
 
PointLightState(SymbolTableData, Controller) - Constructor for class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.PointLightState
 
PointSound - Class in javax.media.j3d
The PointSound node (a sub-class of the Sound node) defines a spatially located sound source whose waves radiate uniformly in all directions from a given location in space.
PointSound() - Constructor for class javax.media.j3d.PointSound
Constructs and initializes a new PointSound node using default parameters.
PointSound(MediaContainer, float, Point3f) - Constructor for class javax.media.j3d.PointSound
Constructs a PointSound node object using only the provided parameter values for sound data, sample gain, and position.
PointSound(MediaContainer, float, float, float, float) - Constructor for class javax.media.j3d.PointSound
Constructs a PointSound node object using only the provided parameter values for sound data, sample gain, and position.
PointSound(MediaContainer, float, int, boolean, boolean, boolean, Bounds, float, Point3f, Point2f[]) - Constructor for class javax.media.j3d.PointSound
Construct a PointSound object accepting Point3f as input for the position and accepting an array of Point2f for the distance attenuation values where each pair in the array contains a distance and a gain scale factor.
PointSound(MediaContainer, float, int, boolean, boolean, boolean, Bounds, float, float, float, float, Point2f[]) - Constructor for class javax.media.j3d.PointSound
Construct a PointSound object accepting individual float parameters for the elements of the position point, and accepting an array of Point2f for the distance attenuation values where each pair in the array contains a distance and a gain scale factor.
PointSound(MediaContainer, float, int, boolean, boolean, boolean, Bounds, float, Point3f, float[], float[]) - Constructor for class javax.media.j3d.PointSound
Construct a PointSound object accepting points as input for the position.
PointSound(MediaContainer, float, int, boolean, boolean, boolean, Bounds, float, float, float, float, float[], float[]) - Constructor for class javax.media.j3d.PointSound
Construct a PointSound object accepting individual float parameters for the elements of the position points, and accepting separate arrays for the distance and gain scale factors components of distance attenuation.
PointSoundState - Class in com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d
 
PointSoundState(SymbolTableData, Controller) - Constructor for class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.PointSoundState
 
pointToRay(Point3d, Point3d, Vector3d) - Static method in class com.sun.j3d.internal.Distance
Minimum pt to ray distance.
pointToRay(Point3d, Point3d, Vector3d, Point3d, double[]) - Static method in class com.sun.j3d.internal.Distance
Minimum pt to ray distance.
pointToSegment(Point3d, Point3d, Point3d) - Static method in class com.sun.j3d.internal.Distance
Minimum pt to segment distance.
pointToSegment(Point3d, Point3d, Point3d, Point3d, double[]) - Static method in class com.sun.j3d.internal.Distance
Minimum pt to segment distance.
pollAndProcessInput() - Method in interface javax.media.j3d.InputDevice
This method causes the device's sensor readings to be updated by the device driver.
POLYGON_ARRAY - Static variable in class com.sun.j3d.utils.geometry.GeometryInfo
Send to the constructor to inform that the data is arranged as possibly multi-contour, possible non-planar polygons.
POLYGON_FILL - Static variable in class javax.media.j3d.PolygonAttributes
Render polygonal primitives by filling the interior of the polygon.
POLYGON_LINE - Static variable in class javax.media.j3d.PolygonAttributes
Render polygonal primitives as lines drawn between consecutive vertices of the polygon.
POLYGON_POINT - Static variable in class javax.media.j3d.PolygonAttributes
Render polygonal primitives as points drawn at the vertices of the polygon.
PolygonAttributes - Class in javax.media.j3d
The PolygonAttributes object defines attributes for rendering polygon primitives.
PolygonAttributes() - Constructor for class javax.media.j3d.PolygonAttributes
Constructs a PolygonAttributes object with default parameters.
PolygonAttributes(int, int, float) - Constructor for class javax.media.j3d.PolygonAttributes
Constructs a PolygonAttributes object with specified values.
PolygonAttributes(int, int, float, boolean) - Constructor for class javax.media.j3d.PolygonAttributes
Constructs PolygonAttributes object with specified values.
PolygonAttributes(int, int, float, boolean, float) - Constructor for class javax.media.j3d.PolygonAttributes
Constructs PolygonAttributes object with specified values.
PolygonAttributesState - Class in com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d
 
PolygonAttributesState(SymbolTableData, Controller) - Constructor for class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.PolygonAttributesState
 
position() - Method in class com.sun.j3d.internal.BufferWrapper
 
position(int) - Method in class com.sun.j3d.internal.BufferWrapper
Sets this buffer's position.
position - Variable in class com.sun.j3d.utils.behaviors.interpolators.KBKeyFrame
 
position - Variable in class com.sun.j3d.utils.behaviors.interpolators.TCBKeyFrame
 
PositionInterpolator - Class in javax.media.j3d
Position interpolator behavior.
PositionInterpolator(Alpha, TransformGroup) - Constructor for class javax.media.j3d.PositionInterpolator
Constructs a trivial position interpolator with a specified target, an axisOfTranslation set to Identity, a startPosition of 0.0f, and an endPosition of 1.0f.
PositionInterpolator(Alpha, TransformGroup, Transform3D, float, float) - Constructor for class javax.media.j3d.PositionInterpolator
Constructs a new position interpolator that varies the target TransformGroup's translational component (startPosition and endPosition).
PositionInterpolatorState - Class in com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d
 
PositionInterpolatorState(SymbolTableData, Controller) - Constructor for class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.PositionInterpolatorState
 
PositionPathInterpolator - Class in javax.media.j3d
PositionPathInterpolator behavior.
PositionPathInterpolator(Alpha, TransformGroup, Transform3D, float[], Point3f[]) - Constructor for class javax.media.j3d.PositionPathInterpolator
Constructs a new PositionPathInterpolator that varies the transform of the target TransformGroup.
PositionPathInterpolatorState - Class in com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d
 
PositionPathInterpolatorState(SymbolTableData, Controller) - Constructor for class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.PositionPathInterpolatorState
 
POSITIVE_X - Static variable in class javax.media.j3d.TextureCubeMap
Specifies the face of the cube that is pierced by the positive x axis
POSITIVE_Y - Static variable in class javax.media.j3d.TextureCubeMap
Specifies the face of the cube that is pierced by the positive y axis
POSITIVE_Z - Static variable in class javax.media.j3d.TextureCubeMap
Specifies the face of the cube that is pierced by the positive z axis
postId(int) - Method in class javax.media.j3d.Behavior
Posts the specified postId to the Behavior Scheduler.
postRender() - Method in class javax.media.j3d.Canvas3D
This routine is called by the Java 3D rendering loop after completing all rendering to the canvas for this frame and before the buffer swap.
postSwap() - Method in class javax.media.j3d.Canvas3D
This routine is called by the Java 3D rendering loop after completing all rendering to the canvas, and all other canvases associated with this view, for this frame following the buffer swap.
PREDICT_NEXT_FRAME_TIME - Static variable in class javax.media.j3d.Sensor
Deprecated. As of Java 3D version 1.4, prediction is not a supported feature.
PREDICT_NONE - Static variable in class javax.media.j3d.Sensor
Deprecated. As of Java 3D version 1.4, prediction is not a supported feature.
prepareSound(int, MediaContainer) - Method in class com.sun.j3d.audioengines.AudioEngine3D
Prepare Sound in device.
prepareSound(int, MediaContainer) - Method in class com.sun.j3d.audioengines.javasound.JavaSoundMixer
Code to load sound data into a channel of device mixer.
prepareSound(int, MediaContainer) - Method in interface javax.media.j3d.AudioDevice3D
Accepts a reference to the MediaContainer which contains a reference to sound data and information about the type of data it is.
preRender() - Method in class javax.media.j3d.Canvas3D
This routine is called by the Java 3D rendering loop after clearing the canvas and before any rendering has been done for this frame.
pressed(SensorEvent) - Method in interface com.sun.j3d.utils.behaviors.sensor.SensorButtonListener
This method is called when a sensor's button is pressed.
PRESSED - Static variable in class com.sun.j3d.utils.behaviors.sensor.SensorEvent
A button pressed event.
pressed(SensorEvent) - Method in class com.sun.j3d.utils.behaviors.sensor.SensorInputAdaptor
 
pressed(SensorEvent) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.GrabViewListener6D
 
pressed(SensorEvent) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.ListenerBase
 
pressed(SensorEvent) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.ResetViewListener
 
pressed(SensorEvent) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.RotationListener2D
 
pressed(SensorEvent) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.RotationListener6D
 
pressed(SensorEvent) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.ScaleListener2D
 
pressed(SensorEvent) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.ScaleListener6D
 
pressed(SensorEvent) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.TranslationListener2D
 
pressed(SensorEvent) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.TranslationListener6D
 
PRIMITIVE - Static variable in class com.sun.j3d.utils.behaviors.picking.PickObject
Deprecated. A flag to indicate to the pickNode method to return a Primitive node from a given SceneGraphPath.
Primitive - Class in com.sun.j3d.utils.geometry
Base class for all Java 3D primitives.
Primitive() - Constructor for class com.sun.j3d.utils.geometry.Primitive
Constructs a default primitive.
PRIMITIVE - Static variable in class com.sun.j3d.utils.picking.PickResult
Flag to pass to getNode(int) to return a Primitive node from the SceneGraphPath.
PrimitiveState - Class in com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.geometry
 
PrimitiveState(SymbolTableData, Controller) - Constructor for class com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.geometry.PrimitiveState
 
printVerbose() - Method in class javax.media.j3d.RenderingError
Prints a verbose error report to System.err.
printVerbose(PrintStream) - Method in class javax.media.j3d.RenderingError
Prints a verbose error report to the specified PrintStream.
printVerbose() - Method in class javax.media.j3d.ShaderError
Prints a verbose error report to System.err.
printVerbose(PrintStream) - Method in class javax.media.j3d.ShaderError
Prints a verbose error report to the specified PrintStream.
processKeyEvent(KeyEvent) - Method in class com.sun.j3d.utils.behaviors.keyboard.KeyNavigator
Processed a keyboard event.
processMouseEvent(MouseEvent) - Method in class com.sun.j3d.utils.behaviors.mouse.MouseBehavior
Handles mouse events
processStimulus(Enumeration) - Method in class com.sun.j3d.utils.behaviors.keyboard.KeyNavigatorBehavior
Override Behavior's stimulus method to handle the event.
processStimulus(Enumeration) - Method in class com.sun.j3d.utils.behaviors.mouse.MouseBehavior
All mouse manipulators must implement this.
processStimulus(Enumeration) - Method in class com.sun.j3d.utils.behaviors.mouse.MouseRotate
 
processStimulus(Enumeration) - Method in class com.sun.j3d.utils.behaviors.mouse.MouseTranslate
 
processStimulus(Enumeration) - Method in class com.sun.j3d.utils.behaviors.mouse.MouseWheelZoom
 
processStimulus(Enumeration) - Method in class com.sun.j3d.utils.behaviors.mouse.MouseZoom
 
processStimulus(Enumeration) - Method in class com.sun.j3d.utils.behaviors.picking.PickMouseBehavior
Deprecated.  
processStimulus(Enumeration) - Method in class com.sun.j3d.utils.behaviors.sensor.Mouse6DPointerBehavior
Processes a stimulus meant for this behavior.
processStimulus(Enumeration) - Method in class com.sun.j3d.utils.behaviors.vp.ViewPlatformAWTBehavior
Process a stimulus meant for this behavior.
processStimulus(Enumeration) - Method in class com.sun.j3d.utils.behaviors.vp.WandViewBehavior
Processes a stimulus meant for this behavior.
processStimulus(Enumeration) - Method in class com.sun.j3d.utils.pickfast.behaviors.PickMouseBehavior
 
processStimulus(Enumeration) - Method in class com.sun.j3d.utils.picking.behaviors.PickMouseBehavior
 
processStimulus(Enumeration) - Method in class com.sun.j3d.utils.scenegraph.io.UnresolvedBehavior
 
processStimulus(Enumeration) - Method in class javax.media.j3d.Behavior
Process a stimulus meant for this behavior.
processStimulus(Enumeration) - Method in class javax.media.j3d.Billboard
Process stimulus method that computes appropriate transform.
processStimulus(Enumeration) - Method in class javax.media.j3d.ColorInterpolator
This method is invoked by the behavior scheduler every frame.
processStimulus(Enumeration) - Method in class javax.media.j3d.DistanceLOD
Process stimulus method that computes appropriate level of detail.
processStimulus(Enumeration) - Method in class javax.media.j3d.SwitchValueInterpolator
This method is invoked by the behavior scheduler every frame.
processStimulus(Enumeration) - Method in class javax.media.j3d.TransformInterpolator
This method is invoked by the behavior scheduler every frame.
processStimulus(Enumeration) - Method in class javax.media.j3d.TransparencyInterpolator
This method is invoked by the behavior scheduler every frame.
processStreamInput() - Method in interface javax.media.j3d.InputDevice
This method will not be called by the Java 3D implementation and should be implemented as an empty method.
project(Point4d) - Method in class javax.vecmath.Point3d
Multiplies each of the x,y,z components of the Point4d parameter by 1/w and places the projected values into this point.
project(Point4f) - Method in class javax.vecmath.Point3f
Multiplies each of the x,y,z components of the Point4f parameter by 1/w and places the projected values into this point.
project(Point4d) - Method in class javax.vecmath.Point4d
Multiplies each of the x,y,z components of the Point4d parameter by 1/w, places the projected values into this point, and places a 1 as the w parameter of this point.
project(Point4f) - Method in class javax.vecmath.Point4f
Multiplies each of the x,y,z components of the Point4f parameter by 1/w, places the projected values into this point, and places a 1 as the w parameter of this point.
PROPORTIONAL_ZOOM - Static variable in class com.sun.j3d.utils.behaviors.vp.OrbitBehavior
Constructor flag to use proportional zoom, which determines how much you zoom based on view's distance from the center of rotation.
ProportionalZoom(Object[]) - Method in class com.sun.j3d.utils.behaviors.vp.OrbitBehavior
Property which sets proportional zoom behavior.
put(byte[]) - Method in class com.sun.j3d.internal.ByteBufferWrapper
Bulk put method.
put(double[]) - Method in class com.sun.j3d.internal.DoubleBufferWrapper
Bulk put method.
put(float[]) - Method in class com.sun.j3d.internal.FloatBufferWrapper
Bulk put method.
put(ShaderAttribute) - Method in class javax.media.j3d.ShaderAttributeSet
Adds the specified shader attribute to the attributes set.

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