Graphics    

Properties Common to All Objects

Some properties are common to all graphics objects, as illustrated in the following table.

Property
Information Contained
BusyAction
Controls the way MATLAB handles callback routine interruption defined for the particular object
ButtonDownFcn
Callback routine that executes when button press occurs
Children
Handles of all this object's children objects
Clipping
Mode that enables or disables clipping (meaningful only for axes children)
CreateFcn
Callback routine that executes when this type of object is created
DeleteFcn
Callback routine that executes when you issue a command that destroys the object
HandleVisibility
Allows you to control the availability of the object's handle from the command line and from within callback routines
Interruptible
Determines whether a callback routine can be interrupted by a subsequently invoked callback routine
Parent
The object's parent
Selected
Indicates whether object is selected
SelectionHighlight
Specifies whether object visually indicates the selection state
Tag
User-specified object label
Type
The type of object (figure, line, text, etc.)
UserData
Any data you want to associate with the object
Visible
Determines whether or not the object is visible


  Object Properties Graphics Object Creation Functions