12.07.2015 Views

MATLAB Function Reference (Volume 2: Graphics)

MATLAB Function Reference (Volume 2: Graphics)

MATLAB Function Reference (Volume 2: Graphics)

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Figure Propertiesfunction. If you do not want your resize function called by print, set thePaperPositionMode to auto.Selectedon | offIs object selected. This property indicates whether the figure is selected. Youcan, for example, define the ButtonDownFcn to set this property, allowing usersto select the object with the mouse.SelectionHighlight {on} | offfigures do not indicate selection.SelectionType{normal} | extend | alt | open(this property is read only)Mouse selection type. <strong>MATLAB</strong> maintains this property to provide informationabout the last mouse button press that occurred within the figure window. Thisinformation indicates the type of selection made. Selection types are actionsthat are generally associated with particular responses from the user interfacesoftware (e.g., single clicking on a graphics object places it in move or resizemode; double-clicking on a filename opens it, etc.).The physical action required to make these selections varies on differentplatforms. However, all selection types exist on all platforms.Selection Type MS-Windows X-WindowsNormal Click left mouse button Click left mouse buttonExtendAlternateOpenShift - click left mousebutton or click both leftand right mouse buttonsControl - click left mousebutton or click rightmouse buttonDouble click any mousebuttonShift - click left mousebutton or clickmiddle mouse buttonControl - click left mousebutton or clickright mouse buttonDouble click any mousebuttonNote that the ListBox style of uicontrols set the figure SelectionType propertyto normal to indicate a single mouse click or to open to indicate a double mouse2-186

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

Saved successfully!

Ooh no, something went wrong!