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

getPropertyString()

The getPropertyString() method returns a string that contains the values of all the properties contained in the object. The string is formatted such that each property name makes up an IDL keyword and the value of the property is the value of the keyword. This string can be appended to an IDL graphics command string.


Note
This is a protected method, and can only be accessed from objects that subclass the IONGrGraphic class.

Syntax

protected final String getPropertyString()

Arguments

None.

Exceptions

None.

Example

String sProperties = getPropertyString();  

  IDL Online Help (March 06, 2007)