| Constructor and Description |
|---|
SelectionLayer(CoordinateSystem cs) |
SelectionLayer(CoordinateSystem cs,
java.awt.Color color) |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(java.awt.Graphics2D graphics) |
java.lang.String |
getName() |
void |
mouseDragged(java.awt.event.MouseEvent e) |
void |
mouseReleased(java.awt.event.MouseEvent e) |
public SelectionLayer(CoordinateSystem cs)
public SelectionLayer(CoordinateSystem cs, java.awt.Color color)
public void mouseDragged(java.awt.event.MouseEvent e)
mouseDragged in interface java.awt.event.MouseMotionListenermouseDragged in class java.awt.event.MouseAdapterpublic void mouseReleased(java.awt.event.MouseEvent e)
mouseReleased in interface java.awt.event.MouseListenermouseReleased in class java.awt.event.MouseAdapter