IONGrDrawable / IONJGrDrawable Class
Objects of the IONGrDrawable class represent a drawing area for IDL-produced graphics that can be part of a Java AWT. The IONGrDrawable can act alone as a drawing area or it can contain many IONGrGraphic objects. The way in which multiple Graphic objects are displayed in the drawable can be controlled using setNoErase() and setMulti().
Class Declaration
|
public class IONGrDrawable
|
| |
extends IONCanvas
|
| |
implements java.awt.event.MousesListener
|
|
public class IONJGrDrawable
|
| |
extends IONJCanvas
|
| |
implements java.awt.event.MousesListener
|
Methods
- debugMode() — Enables/Disables the debug mode of the class.
- draw() — Draws all graphic objects in the drawable.
- getConnection() — Gets the connection object associated with this drawable.
- isConnected() — Returns true if the drawable is associated with a connection.
- resetMulti() — Resets "multi mode" to one visible drawable at a time.
- setConnection() — Associates this IONGrDrawable object with an IONGraphicConnection.
- setMulti() — Specifies how multiple graphic objects will be drawn in the server.
- setNoErase() — Specifies whether the drawable should be erased when new graphic is drawn.
Subclasses
IONContour / IONJContour Class, IONMap / IONJMap Class, IONPlot / IONJPlot Class, IONSurface / IONJSurface Class
IDL Online Help (March 06, 2007)