public abstract class DragToolBase extends java.lang.Object implements Dragger3d
Dragger3d.DraggerType, Dragger3d.DragMode
CONSTRAIN, REPOSITION
TRANSPARENT, TWO_DIMENSIONAL
Constructor and Description |
---|
DragToolBase() |
Modifier and Type | Method and Description |
---|---|
void |
clearFlags() |
Dragger3d.DragMode |
getDragMode() |
int |
getFlags() |
boolean |
isDragging() |
void |
setDragMode(Dragger3d.DragMode mode) |
void |
setFlags(int f) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isVisible, mouseClicked, mouseDragged, mouseMoved, mousePressed, mouseReleased
getSelection, isSelectable, numSelectionQueriesNeeded
getRenderHints, prerender, render, updateBounds
public boolean isDragging()
public void clearFlags()
clearFlags
in interface Dragger3d
public void setDragMode(Dragger3d.DragMode mode)
setDragMode
in interface Dragger3d
public Dragger3d.DragMode getDragMode()
getDragMode
in interface Dragger3d