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

getProperty()

The getProperty() method retrieves the current value of the specified property.

Syntax

public final IONVariable getProperty(String sName)

Arguments

sName

The name of the property.

Properties Supported

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

AX, AZ, BACKGROUND, BOTTOM, CHARSIZE, CLIP, COLOR, DATA, DEVICE, FONT, HORIZONTAL, IMAGE, LEGO, LINESTYLE, LOWER_ONLY, MAX_VALUE, MIN_VALUE, NOCLIP, NODATA, NOERASE, NORMAL, PIXELS, POSITION, SAVE, SHADES, SKIRT, SUBTITLE, T3D, TICKLEN, TITLE, UPPER_ONLY, XLOG/YLOG/ZLOG, XCHARSIZE/YCHARSIZE/ZCHARSIZE, XGRIDSTYLE/YGRIDSTYLE/ZGRIDSTYLE, XMARGIN/YMARGIN/ZMARGIN, XMINOR/YMINOR/ZMINOR, XRANGE/YRANGE/ZRANGE, XSTYLE/YSTYLE/ZSTYLE, XTICKFORMAT/YTICKFORMAT/ZTICKFORMAT, XTICKINTERVAL/YTICKINTERVAL/ZTICKINTERVAL, XTICKLAYOUT/YTICKLAYOUT/ZTICKLAYOUT, XTICKLEN/YTICKLEN/ZTICKLEN, XTICKNAME/YTICKNAME/ZTICKNAME, XTICKS/YTICKS/ZTICKS, XTICKUNITS/YTICKUNITS/ZTICKUNITS, XTICKV/YTICKV/ZTICKV, XTICK_GET/YTICK_GET/ZTICK_GET, XTITLE/YTITLE/ZTITLE, ZAXIS, ZVALUE

Exceptions

None.

Example

IONVariable value = getProperty(Property);  

  IDL Online Help (March 06, 2007)