public class MoveDragger extends Dragger
| Modifier and Type | Field and Description |
|---|---|
protected LinkedHashMap<GNode,AffineTransform> |
dragNodes |
protected Point2D |
dragStart |
| Constructor and Description |
|---|
MoveDragger() |
| Modifier and Type | Method and Description |
|---|---|
void |
continueDrag(double mx,
double my) |
void |
finishDrag(double mx,
double my) |
void |
startDrag(double mx,
double my) |
protected Point2D |
toLocal(GNode node,
Point2D pt) |
getSelection, getSelectionAsList, setSelectionprotected final LinkedHashMap<GNode,AffineTransform> dragNodes
protected Point2D dragStart
Copyright © 2018. All rights reserved.