28.12.2012 Views

Figure Properties - SERC

Figure Properties - SERC

Figure Properties - SERC

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Hggroup <strong>Properties</strong><br />

When you want to access the object, you can use findobj to find its handle. For<br />

example,<br />

h = findobj('Tag','group1');<br />

Type string (read only)<br />

Type of graphics object. This property contains a string that identifies the class<br />

of graphics object. For hggroup objects, Type is 'hggroup'. The following<br />

statement finds all the hggroup objects in the current axes.<br />

t = findobj(gca,'Type','hggroup');<br />

UIContextMenu handle of a uicontextmenu object<br />

Associate a context menu with the hggroup object. Assign this property the<br />

handle of a uicontextmenu object created in the hggroup object’s figure. Use the<br />

uicontextmenu function to create the context menu. MATLAB displays the<br />

context menu whenever you right-click over the hggroup object.<br />

UserData array<br />

User-specified data. This property can be any data you want to associate with<br />

the hggroup object (including cell arrays and structures). The hggroup object<br />

does not set values for this property, but you can access it using the set and<br />

get functions.<br />

Visible {on} | off<br />

Visibility of hggroup object and its children. By default, hggroup object<br />

visibility is on. This means all children of the hggroup are visible unless the<br />

child object’s Visible property is set to off. Setting an hggroup object’s<br />

Visible property to off also makes its children invisible.<br />

2-1075

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!