Main Content

matlab.graphics.Graphics Class

Namespace: matlab.graphics

Common base class for graphics objects

Description

The matlab.graphics.Graphics class is the base class of all graphics objects. Because graphics objects are part of a heterogeneous hierarchy, you can create arrays of mixed classes (for example, an array can contain lines, surfaces, axes, and other graphics objects).

The class of an array of mixed objects is matlab.graphics.Graphics because this class is common to all graphics object.

Attributes

Abstracttrue
HandleCompatibletrue

For information on class attributes, see Class Attributes.