public interface SelectionBoxInterface
Modifier and Type | Method and Description |
---|---|
void |
clearSelectionBox()
Clears the selection box
|
java.awt.Dimension |
getSelectionDimension() |
java.awt.Point |
getSelectionOrigin() |
boolean |
isSelectionBox() |
void |
setSelectionBox(java.awt.Point origin,
java.awt.Dimension size)
Sets the origin and dimensions of the selection box
|
java.awt.Point getSelectionOrigin()
java.awt.Dimension getSelectionDimension()
boolean isSelectionBox()
void setSelectionBox(java.awt.Point origin, java.awt.Dimension size)
void clearSelectionBox()