public interface LayerViewPanelListener
| Modifier and Type | Method and Description |
|---|---|
void |
cursorPositionChanged(String x,
String y)
Notifies this listener that the cursor position has changed to the given
point, in model coordinates.
|
void |
painted(Graphics graphics)
Notifies this listener that the LayerViewPanel has been repainted.
|
void |
selectionChanged() |
void selectionChanged()
void cursorPositionChanged(String x, String y)
void painted(Graphics graphics)
Copyright © 2015. All rights reserved.