Package | Description |
---|---|
icy.canvas |
Contains base Icy canvas and related classes
|
icy.gui.viewer |
Contains all components and classes related to the Icy Viewer
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IcyCanvasListener> |
IcyCanvas.getListeners()
Returns all canvas listener
|
Modifier and Type | Method and Description |
---|---|
void |
IcyCanvas.addCanvasListener(IcyCanvasListener listener)
Add a IcyCanvas listener
|
void |
IcyCanvas.removeCanvasListener(IcyCanvasListener listener)
Remove a IcyCanvas listener
|
Modifier and Type | Class and Description |
---|---|
class |
Viewer
Viewer send an event if the IcyCanvas change.
|