|
Aviatrix3D 1.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.j3d.aviatrix3d.pipeline.DefaultPickingHandler
The default internal implementation of the pick handling system. tests.
| Constructor Summary | |
DefaultPickingHandler()
Initialise a new instance of the pick handler. |
|
| Method Summary | |
void |
pickBatch(PickableObject root,
PickRequest[] req,
int numRequests)
Check for all intersections against this geometry and it's children to see if there is an intersection with the given set of requests. |
void |
pickSingle(PickableObject root,
PickRequest req)
Check for all intersections against this geometry and it's children to see if there is an intersection with the given set of requests. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultPickingHandler()
| Method Detail |
public void pickBatch(PickableObject root,
PickRequest[] req,
int numRequests)
throws NotPickableException
pickBatch in interface PickingHandlerroot - The root point to start the pick processing fromreq - The list of picks to be made, starting at this objectnumRequests - The number of valid pick requests to process
NotPickableException - This object has been marked as non pickable,
but you decided to try to call the method anyway
public void pickSingle(PickableObject root,
PickRequest req)
throws NotPickableException
pickSingle in interface PickingHandlerroot - The root point to start the pick processing fromreq - The details of the pick to be made
NotPickableException - This object has been marked as non pickable,
but you decided to try to call the method anyway
|
Aviatrix3D 1.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||