Inheritance diagram for VisCanvas::
Public Methods | |
VisCanvas () | |
VisCanvas (Dimension d) | |
VisCanvas (Dimension d, boolean fixedSize) | |
Dimension in ICS. More... | |
void | setCanvasInspectionUser (CanvasInspectionUser user) |
void | paintComponent (Graphics g) |
void | clear () |
Clear the canvas, i.e. More... | |
void | zoom (double zoomVal) |
Zoom to the given value. More... | |
int | addObject (CanvasObject obj) |
CanvasObject | getObject (String name) |
void | removeObject (String name) |
void | removeAllObjects () |
void | handleMousePress (MouseEvent e) |
Overloading of IcsCanvas interface. More... | |
void | handleMouseEnter (MouseEvent e) |
Overloading of IcsCanvas interface. More... | |
void | handleMouseExit (MouseEvent e) |
Overloading of IcsCanvas interface. More... | |
void | handleMouseMove (MouseEvent e) |
Overloading of IcsCanvas interface. More... | |
void | actionPerformed (ActionEvent event) |
Implementation of ActionListener. More... | |
void | handleJavaFuncDialogOK (Object target, CallableMethod method, Object[] argVals) |
|
|
|
|
|
Dimension in ICS.
|
|
|
|
|
|
Clear the canvas, i.e. remove all objects from the canvas and draw the background color on the entire canvas. |
|
Zoom to the given value. Will adjust the canvas size by setting the CCS extent. Reimplemented from IcsCanvas. |
|
|
|
|
|
|
|
|
|
Overloading of IcsCanvas interface.
Reimplemented from IcsCanvas. |
|
Overloading of IcsCanvas interface.
Reimplemented from IcsCanvas. |
|
Overloading of IcsCanvas interface.
Reimplemented from IcsCanvas. |
|
Overloading of IcsCanvas interface.
Reimplemented from IcsCanvas. |
|
Implementation of ActionListener. Called when an item from the popup menu has been selected. |
|
|