Inheritance diagram for IcsCanvasUser::
Public Methods | |
void | handleSetSize (Dimension d) |
This function will be called when the IcsCanvas does a setSize on its parent to inform Java that its sizes have changed. More... | |
Dimension | getMaxObjectExtent () |
This function should return the extent of all objects on all related canvases in the LayeredCanvasPane (bad design :-(. More... |
|
This function will be called when the IcsCanvas does a setSize on its parent to inform Java that its sizes have changed. The user probably has to do the same. Reimplemented in LayeredCanvasPane. |
|
This function should return the extent of all objects on all related canvases in the LayeredCanvasPane (bad design :-(.
Reimplemented in LayeredCanvasPane. |