com.sun.j3d.utils.picking |
com.sun.j3d.utils.picking
OBSOLETE: provides picking utility classes for the old
picking methods.
|
Java Source File Name | Type | Comment |
PickCanvas.java | Class | A subclass of PickTool, simplifies picking using mouse events from a canvas. |
PickIntersection.java | Class | Holds information about an intersection of a PickShape with a Node
as part of a PickResult. |
PickResult.java | Class | Stores information about a pick hit.
Detailed information about the pick and each intersection of the PickShape
with the picked Node can be inquired. |
PickTool.java | Class | The base class for picking operations.
The picking methods will return a PickResult object for each object picked,
which can then be queried to
obtain more detailed information about the specific objects that were
picked. |