|
class | TableSelection |
|
class | TreeSelection |
|
void drawSelectionImage |
( |
Graphics2D |
g2d, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
|
inlineprotected |
Paints the selection image
- Parameters
-
g2d | the graphics set to draw to |
x | the x co-ordinate to start drawing in |
y | the x co-ordinate to start drawing in |
width | the width of the selection tool |
height | the height of the selection tool |
Definition at line 178 of file SelectionTool.java.
Returns true if the selection tool is currently dragging
- Returns
- TRUE if the selection tool is currently dragging
Definition at line 76 of file SelectionTool.java.
void mouseDragged |
( |
MouseEvent |
evt | ) |
|
|
inline |
Event Listener method that is called when the mouse is dragged
- Parameters
-
Definition at line 103 of file SelectionTool.java.
void mouseMoved |
( |
MouseEvent |
evt | ) |
|
|
inline |
Event listener method that is called when the mouse is moved
- Parameters
-
Definition at line 84 of file SelectionTool.java.
void mouseReleased |
( |
MouseEvent |
evt | ) |
|
|
inline |
Event listener method that is called when the mouse is released
- Parameters
-
Definition at line 90 of file SelectionTool.java.
void paintSelectionTool |
( |
Graphics2D |
g2d | ) |
|
|
inline |
Paints the rectangular tool to indicate what nodes will be in the current selection. This method calls drawSelectionImage to do the actual painting
- Parameters
-
g2d | the graphics object to paint to |
Definition at line 126 of file SelectionTool.java.
The documentation for this class was generated from the following file:
- /Users/webmaster/Desktop/squiz_matrix/core/lib/asset_map/java/src/net/squiz/matrix/ui/SelectionTool.java