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.MouseMotionListener
mouseDragged
in class java.awt.event.MouseAdapter
public void mouseReleased(java.awt.event.MouseEvent e)
mouseReleased
in interface java.awt.event.MouseListener
mouseReleased
in class java.awt.event.MouseAdapter