IDLitVisualization

Superclasses | Creation | Properties | Methods | Examples | Version History

The IDLitVisualization class represents the base visualization component, from which all iTool visualization classes should subclass. IDLitVisualization acts as a container and provides methods for adding, removing, and grouping visualization components.

This class is written in the IDL language. Its source code can be found in the file idlitvisualization__define.pro in the lib/itools/framework subdirectory of the IDL distribution.

Superclasses

IDLgrModel

IDLitIMessaging

IDLitParameter

Note
See the iTools Object Model Diagram (iTool Developer's Guide) for a visual representation of the iTools object model hierarchy.

Creation

See IDLitVisualization::Init.

Properties

Objects of this class have the following properties. See IDLitVisualization Properties for details on individual properties.

In addition, objects of this class inherit the properties of all superclasses of this class.

Methods

This class has all the methods associated with the superclasses, plus the following methods:

In addition, this class inherits the methods of its superclasses.

Examples

See Creating a Visualization (iTool Developer's Guide) for examples using this class and its methods.

Version History

6.0

Introduced

6.1

Deprecated GROUP_PARENT property

For more information on deprecated features, see IDL API History.