- All Implemented Interfaces:
Context,Serializable,Cloneable
A
DragEvent3D represents a drag event in a 3D view.- Author:
- Ole Kniemeyer
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Vector3dThe direction of the mouse ray.final Point3dThe origin of the mouse ray.Fields inherited from class de.grogra.pf.ui.event.DragEvent
DRAGGING_CONTINUED, DRAGGING_FINISHED, DRAGGING_STARTEDFields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.grogra.pf.ui.event.DragEvent
draggingContinued, draggingFinished, draggingStarted, getDeltaX, getDeltaY, getEventType, setDragDataMethods inherited from class de.grogra.pf.ui.event.MouseEditEvent
getClickCount, getModifiers, getX, getY, isAltDown, isControlDown, isMetaDown, isShiftDown, set, setMethods inherited from class de.grogra.pf.ui.event.InputEditEvent
consume, isConsumedMethods inherited from class de.grogra.pf.ui.event.EditEvent
clone, getComponent, getPanel, getWindow, getWorkbench, set, set, set, toStringMethods inherited from class java.util.EventObject
getSource
-
Field Details
-
origin
The origin of the mouse ray.originanddirectiondescribe a mouse ray in world coordinates emanating at the camera and going through the point to which the mouse points.positionis not the position on the surface of an intersected object. -
direction
The direction of the mouse ray.- See Also:
-
-
Constructor Details
-
DragEvent3D
-
-
Method Details
-
paramString
- Overrides:
paramStringin classDragEvent
-