|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PickScheduler
Thsi interface allows for scheduled picking. So you don't need to synchronize anything at all.
| Method Summary | |
|---|---|
void |
pickAll(GroupNode group,
Canvas3D canvas,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
AllPickListener pl)
Schedules a new picking operation in the OperationScheduler. |
void |
pickAll(GroupNode group,
Canvas3D canvas,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
AllPickListener pl,
java.lang.Object userObject)
Schedules a new picking operation in the OperationScheduler. |
void |
pickAll(GroupNode group,
Canvas3DWrapper canvasWrapper,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
AllPickListener pl)
Schedules a new picking operation in the OperationScheduler. |
void |
pickAll(GroupNode group,
Canvas3DWrapper canvasWrapper,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
AllPickListener pl,
java.lang.Object userObject)
Schedules a new picking operation in the OperationScheduler. |
void |
pickAll(GroupNode group,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
AllPickListener pl)
Schedules a new picking operation in the OperationScheduler. |
void |
pickAll(GroupNode group,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
AllPickListener pl,
java.lang.Object userObject)
Schedules a new picking operation in the OperationScheduler. |
void |
pickAll(java.util.List<? extends GroupNode> groups,
Canvas3D canvas,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
AllPickListener pl)
Schedules a new picking operation in the OperationScheduler. |
void |
pickAll(java.util.List<? extends GroupNode> groups,
Canvas3D canvas,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
AllPickListener pl,
java.lang.Object userObject)
Schedules a new picking operation in the OperationScheduler. |
void |
pickAll(java.util.List<? extends GroupNode> groups,
Canvas3DWrapper canvasWrapper,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
AllPickListener pl)
Schedules a new picking operation in the OperationScheduler. |
void |
pickAll(java.util.List<? extends GroupNode> groups,
Canvas3DWrapper canvasWrapper,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
AllPickListener pl,
java.lang.Object userObject)
Schedules a new picking operation in the OperationScheduler. |
void |
pickAll(java.util.List<? extends GroupNode> groups,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
AllPickListener pl)
Schedules a new picking operation in the OperationScheduler. |
void |
pickAll(java.util.List<? extends GroupNode> groups,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
AllPickListener pl,
java.lang.Object userObject)
Schedules a new picking operation in the OperationScheduler. |
void |
pickNearest(GroupNode group,
Canvas3D canvas,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
NearestPickListener pl)
Schedules a new picking operation in the OperationScheduler. |
void |
pickNearest(GroupNode group,
Canvas3D canvas,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
NearestPickListener pl,
java.lang.Object userObject)
Schedules a new picking operation in the OperationScheduler. |
void |
pickNearest(GroupNode group,
Canvas3DWrapper canvasWrapper,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
NearestPickListener pl)
Schedules a new picking operation in the OperationScheduler. |
void |
pickNearest(GroupNode group,
Canvas3DWrapper canvasWrapper,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
NearestPickListener pl,
java.lang.Object userObject)
Schedules a new picking operation in the OperationScheduler. |
void |
pickNearest(GroupNode group,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
NearestPickListener pl)
Schedules a new picking operation in the OperationScheduler. |
void |
pickNearest(GroupNode group,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
NearestPickListener pl,
java.lang.Object userObject)
Schedules a new picking operation in the OperationScheduler. |
void |
pickNearest(java.util.List<? extends GroupNode> groups,
Canvas3D canvas,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
NearestPickListener pl)
Schedules a new picking operation in the OperationScheduler. |
void |
pickNearest(java.util.List<? extends GroupNode> groups,
Canvas3D canvas,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
NearestPickListener pl,
java.lang.Object userObject)
Schedules a new picking operation in the OperationScheduler. |
void |
pickNearest(java.util.List<? extends GroupNode> groups,
Canvas3DWrapper canvasWrapper,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
NearestPickListener pl)
Schedules a new picking operation in the OperationScheduler. |
void |
pickNearest(java.util.List<? extends GroupNode> groups,
Canvas3DWrapper canvasWrapper,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
NearestPickListener pl,
java.lang.Object userObject)
Schedules a new picking operation in the OperationScheduler. |
void |
pickNearest(java.util.List<? extends GroupNode> groups,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
NearestPickListener pl)
Schedules a new picking operation in the OperationScheduler. |
void |
pickNearest(java.util.List<? extends GroupNode> groups,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
NearestPickListener pl,
java.lang.Object userObject)
Schedules a new picking operation in the OperationScheduler. |
| Method Detail |
|---|
void pickAll(java.util.List<? extends GroupNode> groups,
Canvas3D canvas,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
AllPickListener pl,
java.lang.Object userObject)
OperationScheduler.
groups - the List of GroupNodes to do the Picking oncanvas - the Canvas3D to do the picking onbutton - the mouse button, that was clickedmouseX - the mouse-x-position where the picking is to be donemouseY - the mouse-y-position where the picking is to be donepl - the PickListener to be notified when picking is doneuserObject - this user object is passed back to the onObjectPicked() method of the PickListener
void pickAll(GroupNode group,
Canvas3D canvas,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
AllPickListener pl,
java.lang.Object userObject)
OperationScheduler.
group - the GroupNode to do the Picking oncanvas - the Canvas3D to do the picking onbutton - the mouse button, that was clickedmouseX - the mouse-x-position where the picking is to be donemouseY - the mouse-y-position where the picking is to be donepl - the PickListener to be notified when picking is doneuserObject - this user object is passed back to the onObjectPicked() method of the PickListener
void pickAll(java.util.List<? extends GroupNode> groups,
Canvas3DWrapper canvasWrapper,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
AllPickListener pl,
java.lang.Object userObject)
OperationScheduler.
groups - the List of GroupNodes to do the Picking oncanvasWrapper - the Canvas3D to do the picking onbutton - the mouse button, that was clickedmouseX - the mouse-x-position where the picking is to be donemouseY - the mouse-y-position where the picking is to be donepl - the PickListener to be notified when picking is doneuserObject - this user object is passed back to the onObjectPicked() method of the PickListener
void pickAll(GroupNode group,
Canvas3DWrapper canvasWrapper,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
AllPickListener pl,
java.lang.Object userObject)
OperationScheduler.
group - the GroupNode to do the picking oncanvasWrapper - the Canvas3D to do the picking onbutton - the mouse button, that was clickedmouseX - the mouse-x-position where the picking is to be donemouseY - the mouse-y-position where the picking is to be donepl - the PickListener to be notified when picking is doneuserObject - this user object is passed back to the onObjectPicked() method of the PickListener
void pickAll(java.util.List<? extends GroupNode> groups,
Canvas3D canvas,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
AllPickListener pl)
OperationScheduler.
groups - the List of GroupNodes to do the Picking oncanvas - the Canvas3D to do the picking onbutton - the mouse button, that was clickedmouseX - the mouse-x-position where the picking is to be donemouseY - the mouse-y-position where the picking is to be donepl - the PickListener to be notified when picking is done
void pickAll(GroupNode group,
Canvas3D canvas,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
AllPickListener pl)
OperationScheduler.
group - the GroupNode to do the Picking oncanvas - the Canvas3D to do the picking onbutton - the mouse button, that was clickedmouseX - the mouse-x-position where the picking is to be donemouseY - the mouse-y-position where the picking is to be donepl - the PickListener to be notified when picking is done
void pickAll(java.util.List<? extends GroupNode> groups,
Canvas3DWrapper canvasWrapper,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
AllPickListener pl)
OperationScheduler.
groups - the List of GroupNodes to do the Picking oncanvasWrapper - the Canvas3D to do the picking onbutton - the mouse button, that was clickedmouseX - the mouse-x-position where the picking is to be donemouseY - the mouse-y-position where the picking is to be donepl - the PickListener to be notified when picking is done
void pickAll(GroupNode group,
Canvas3DWrapper canvasWrapper,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
AllPickListener pl)
OperationScheduler.
group - the GroupNode to do the picking oncanvasWrapper - the Canvas3D to do the picking onbutton - the mouse button, that was clickedmouseX - the mouse-x-position where the picking is to be donemouseY - the mouse-y-position where the picking is to be donepl - the PickListener to be notified when picking is done
void pickAll(java.util.List<? extends GroupNode> groups,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
AllPickListener pl,
java.lang.Object userObject)
OperationScheduler.
groups - the List of GroupNodes to do the Picking onbutton - the mouse button, that was clickedmouseX - the mouse-x-position where the picking is to be donemouseY - the mouse-y-position where the picking is to be donepl - the PickListener to be notified when picking is doneuserObject - this user object is passed back to the onObjectPicked() method of the PickListener
void pickAll(GroupNode group,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
AllPickListener pl,
java.lang.Object userObject)
OperationScheduler.
group - the GroupNode to do the picking onbutton - the mouse button, that was clickedmouseX - the mouse-x-position where the picking is to be donemouseY - the mouse-y-position where the picking is to be donepl - the PickListener to be notified when picking is doneuserObject - this user object is passed back to the onObjectPicked() method of the PickListener
void pickAll(java.util.List<? extends GroupNode> groups,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
AllPickListener pl)
OperationScheduler.
groups - the List of GroupNodes to do the Picking onbutton - the mouse button, that was clickedmouseX - the mouse-x-position where the picking is to be donemouseY - the mouse-y-position where the picking is to be donepl - the PickListener to be notified when picking is done
void pickAll(GroupNode group,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
AllPickListener pl)
OperationScheduler.
group - the GroupNode to do the picking onbutton - the mouse button, that was clickedmouseX - the mouse-x-position where the picking is to be donemouseY - the mouse-y-position where the picking is to be donepl - the PickListener to be notified when picking is done
void pickNearest(java.util.List<? extends GroupNode> groups,
Canvas3D canvas,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
NearestPickListener pl,
java.lang.Object userObject)
OperationScheduler.
groups - the List of GroupNodes to do the Picking oncanvas - the Canvas3D to do the picking onbutton - the mouse button, that was clickedmouseX - the mouse-x-position where the picking is to be donemouseY - the mouse-y-position where the picking is to be donepl - the PickListener to be notified when picking is doneuserObject - this user object is passed back to the onObjectPicked() method of the PickListener
void pickNearest(GroupNode group,
Canvas3D canvas,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
NearestPickListener pl,
java.lang.Object userObject)
OperationScheduler.
group - the GroupNode to do the Picking oncanvas - the Canvas3D to do the picking onbutton - the mouse button, that was clickedmouseX - the mouse-x-position where the picking is to be donemouseY - the mouse-y-position where the picking is to be donepl - the PickListener to be notified when picking is doneuserObject - this user object is passed back to the onObjectPicked() method of the PickListener
void pickNearest(java.util.List<? extends GroupNode> groups,
Canvas3DWrapper canvasWrapper,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
NearestPickListener pl,
java.lang.Object userObject)
OperationScheduler.
groups - the List of GroupNodes to do the Picking oncanvasWrapper - the Canvas3D to do the picking onbutton - the mouse button, that was clickedmouseX - the mouse-x-position where the picking is to be donemouseY - the mouse-y-position where the picking is to be donepl - the PickListener to be notified when picking is doneuserObject - this user object is passed back to the onObjectPicked() method of the PickListener
void pickNearest(GroupNode group,
Canvas3DWrapper canvasWrapper,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
NearestPickListener pl,
java.lang.Object userObject)
OperationScheduler.
group - the GroupNode to do the picking oncanvasWrapper - the Canvas3D to do the picking onbutton - the mouse button, that was clickedmouseX - the mouse-x-position where the picking is to be donemouseY - the mouse-y-position where the picking is to be donepl - the PickListener to be notified when picking is doneuserObject - this user object is passed back to the onObjectPicked() method of the PickListener
void pickNearest(java.util.List<? extends GroupNode> groups,
Canvas3D canvas,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
NearestPickListener pl)
OperationScheduler.
groups - the List of GroupNodes to do the Picking oncanvas - the Canvas3D to do the picking onbutton - the mouse button, that was clickedmouseX - the mouse-x-position where the picking is to be donemouseY - the mouse-y-position where the picking is to be donepl - the PickListener to be notified when picking is done
void pickNearest(GroupNode group,
Canvas3D canvas,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
NearestPickListener pl)
OperationScheduler.
group - the GroupNode to do the Picking oncanvas - the Canvas3D to do the picking onbutton - the mouse button, that was clickedmouseX - the mouse-x-position where the picking is to be donemouseY - the mouse-y-position where the picking is to be donepl - the PickListener to be notified when picking is done
void pickNearest(java.util.List<? extends GroupNode> groups,
Canvas3DWrapper canvasWrapper,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
NearestPickListener pl)
OperationScheduler.
groups - the List of GroupNodes to do the Picking oncanvasWrapper - the Canvas3D to do the picking onbutton - the mouse button, that was clickedmouseX - the mouse-x-position where the picking is to be donemouseY - the mouse-y-position where the picking is to be donepl - the PickListener to be notified when picking is done
void pickNearest(GroupNode group,
Canvas3DWrapper canvasWrapper,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
NearestPickListener pl)
OperationScheduler.
group - the GroupNode to do the picking oncanvasWrapper - the Canvas3D to do the picking onbutton - the mouse button, that was clickedmouseX - the mouse-x-position where the picking is to be donemouseY - the mouse-y-position where the picking is to be donepl - the PickListener to be notified when picking is done
void pickNearest(java.util.List<? extends GroupNode> groups,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
NearestPickListener pl,
java.lang.Object userObject)
OperationScheduler.
groups - the List of GroupNodes to do the Picking onbutton - the mouse button, that was clickedmouseX - the mouse-x-position where the picking is to be donemouseY - the mouse-y-position where the picking is to be donepl - the PickListener to be notified when picking is doneuserObject - this user object is passed back to the onObjectPicked() method of the PickListener
void pickNearest(GroupNode group,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
NearestPickListener pl,
java.lang.Object userObject)
OperationScheduler.
group - the GroupNode to do the picking onbutton - the mouse button, that was clickedmouseX - the mouse-x-position where the picking is to be donemouseY - the mouse-y-position where the picking is to be donepl - the PickListener to be notified when picking is doneuserObject - this user object is passed back to the onObjectPicked() method of the PickListener
void pickNearest(java.util.List<? extends GroupNode> groups,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
NearestPickListener pl)
OperationScheduler.
groups - the List of GroupNodes to do the Picking onbutton - the mouse button, that was clickedmouseX - the mouse-x-position where the picking is to be donemouseY - the mouse-y-position where the picking is to be donepl - the PickListener to be notified when picking is done
void pickNearest(GroupNode group,
org.jagatoo.input.devices.components.MouseButton button,
int mouseX,
int mouseY,
NearestPickListener pl)
OperationScheduler.
group - the GroupNode to do the picking onbutton - the mouse button, that was clickedmouseX - the mouse-x-position where the picking is to be donemouseY - the mouse-y-position where the picking is to be donepl - the PickListener to be notified when picking is done
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||