Previous ION Java User's Guide: ION Java Class and Method Reference Next

addGraphic()

The addGraphic() method adds an IONGrGraphic to the drawable. Calling the draw() method causes all the graphics added in this manner to be displayed in the drawing area.

Syntax

public void addGraphic(IONGrGraphic ionGraphic)

Arguments

ionGraphic

Graphic object to add.

Exceptions

None.

Example

addGraphic(ionGraphic);  

  IDL Online Help (March 06, 2007)