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

removeIONDrawable()

The removeIONDrawable() method removes an object that implements the IONDrawable interface from the internal list of IONDrawable objects.

Syntax

public IONDrawable removeIONDrawable(IONDrawable drawable)

public IONDrawable removeIONDrawable(int index)

Return Value

This method returns a reference to the removed IONDrawable object.

Arguments

drawable

The drawable to remove.

index

The index of the drawable to remove.

Exceptions

None.

  IDL Online Help (March 06, 2007)