Aviatrix3D
2.1.0

Uses of Package
org.j3d.aviatrix3d.picking

Packages that use org.j3d.aviatrix3d.picking
org.j3d.aviatrix3d A core set of lightweight Object Oriented scenegraph-based wrapper objects for OpenGL. 
org.j3d.aviatrix3d.management Interfaces and classes that provide the high level management of the integration between the scene graph and rendering pipeline. 
org.j3d.aviatrix3d.picking Capabilities that define picking interactions with the scene graph from both an external and internal perspective. 
org.j3d.renderer.aviatrix3d.geom High-level simple geometry utility primitives for quickly making a scene graph with. 
org.j3d.renderer.aviatrix3d.nodes Scenegraph nodes that extend Aviatrix with new functionality. 
 

Classes in org.j3d.aviatrix3d.picking used by org.j3d.aviatrix3d
GroupPickTarget
          A picking target that contains a collection of zero or more children pickable targets.
InvalidPickTimingException
          An exception for when an attempt is made to perform a pick on a node when it is not permitted by the scene graph.
LeafPickTarget
          A picking target that represents real geometry that must be picked directly against using one of a couple of specific intersection tests.
NotPickableException
          An exception for when an attempt is made to perform a pick on a node that has been marked as not pickable.
PickableObject
          A marker interface that indicates the object that implements is capable of supporting pick intersection requests.
PickingManager
          A interface that describes an internal implemention of pick intersection tests.
PickRequest
          Used to represent a picking request to the system.
PickTarget
          An internal marker interface that indicates an object that can support pick processing requests.
SinglePickTarget
          A picking target that contains a single child pickable target.
TransformPickTarget
          A picking target that contains a local transformation service.
 

Classes in org.j3d.aviatrix3d.picking used by org.j3d.aviatrix3d.management
NotPickableException
          An exception for when an attempt is made to perform a pick on a node that has been marked as not pickable.
PickingManager
          A interface that describes an internal implemention of pick intersection tests.
PickRequest
          Used to represent a picking request to the system.
PickTarget
          An internal marker interface that indicates an object that can support pick processing requests.
 

Classes in org.j3d.aviatrix3d.picking used by org.j3d.aviatrix3d.picking
InvalidPickTimingException
          An exception for when an attempt is made to perform a pick on a node when it is not permitted by the scene graph.
NotPickableException
          An exception for when an attempt is made to perform a pick on a node that has been marked as not pickable.
PickInstructions
          Container for returning the details about what should be picked as a a set of children from a node that implements the CustomPickTarget interface.
PickRequest
          Used to represent a picking request to the system.
PickTarget
          An internal marker interface that indicates an object that can support pick processing requests.
 

Classes in org.j3d.aviatrix3d.picking used by org.j3d.renderer.aviatrix3d.geom
GroupPickTarget
          A picking target that contains a collection of zero or more children pickable targets.
LeafPickTarget
          A picking target that represents real geometry that must be picked directly against using one of a couple of specific intersection tests.
NotPickableException
          An exception for when an attempt is made to perform a pick on a node that has been marked as not pickable.
PickableObject
          A marker interface that indicates the object that implements is capable of supporting pick intersection requests.
PickTarget
          An internal marker interface that indicates an object that can support pick processing requests.
SinglePickTarget
          A picking target that contains a single child pickable target.
 

Classes in org.j3d.aviatrix3d.picking used by org.j3d.renderer.aviatrix3d.nodes
CustomPickTarget
          Marker interface for all grouping objects that wish to interact with the picking system, but provide some sort of customised handling.
GroupPickTarget
          A picking target that contains a collection of zero or more children pickable targets.
InvalidPickTimingException
          An exception for when an attempt is made to perform a pick on a node when it is not permitted by the scene graph.
LeafPickTarget
          A picking target that represents real geometry that must be picked directly against using one of a couple of specific intersection tests.
NotPickableException
          An exception for when an attempt is made to perform a pick on a node that has been marked as not pickable.
PickableObject
          A marker interface that indicates the object that implements is capable of supporting pick intersection requests.
PickInstructions
          Container for returning the details about what should be picked as a a set of children from a node that implements the CustomPickTarget interface.
PickRequest
          Used to represent a picking request to the system.
PickTarget
          An internal marker interface that indicates an object that can support pick processing requests.
 


Aviatrix3D
2.1.0

Latest Info from http://aviatrix3d.j3d.org/
Copyright © 2003 - 2009 j3d.org