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

removeGraphic()

The removeGraphic() method removes an IONGrGraphic from the drawable.

Syntax

public boolean removeGraphic(IONGrGraphic ionGraphic)

Return Value

The method returns true on success or false if the specified graphic is not currently part of the system.

Arguments

ionGraphic

A graphic to remove from the drawable.

Exceptions

None.

Example

removeGraphic( ionGraphic);  

  IDL Online Help (March 06, 2007)