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

setProperty()

The setProperty() method sets a property for the plot object.

Syntax

public final void setProperty(String sName, IONVariable vValue)

Arguments

sName

The name of the property to set.

vValue

The value to which to set the property.

Properties Supported

The properties supported by the IONSurface.[get,set]Property are the same as those supported by the getProperty(). Refer to the IDL documentation on keywords available for use with the SURFACE procedure for an explanation of each property:

Exceptions

None.

  IDL Online Help (March 06, 2007)