public static interface DisplayableData.DragAdapter
Modifier and Type | Method and Description |
---|---|
boolean |
constrainDragPoint(float[] x)
Constraing the drag point
|
boolean |
handleAddPoint(float[] x)
Handle adding a point
|
boolean |
handleDragDirect(visad.VisADRay ray,
boolean first,
int mouseModifiers)
Handle a mouse drag
|
boolean handleDragDirect(visad.VisADRay ray, boolean first, int mouseModifiers)
ray
- the rayfirst
- is this the firstmouseModifiers
- mouse modifiersboolean handleAddPoint(float[] x)
x
- the pointsboolean constrainDragPoint(float[] x)
x
- the point