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

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

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

Text PropertiesText Properties2Text PropertiesThis section lists property names along with the types of values each accepts.Curly braces { } enclose default values.BusyActioncancel | {queue}Callback routine interruption. The BusyAction property enables you to controlhow <strong>MATLAB</strong> handles events that potentially interrupt executing callbackroutines. If there is a callback routine executing, subsequently invokedcallback routines always attempt to interrupt it. If the Interruptible propertyof the object whose callback is executing is set to on (the default), theninterruption occurs at the next point where the event queue is processed. If theInterruptible property is off, the BusyAction property (of the object owningthe executing callback) determines how <strong>MATLAB</strong> handles the event. Thechoices are:• cancel – discard the event that attempted to execute a second callbackroutine.• queue – queue the event that attempted to execute a second callback routineuntil the current callback finishes.ButtonDownFcn stringButton press callback routine. A callback routine that executes whenever youpress a mouse button while the pointer is over the text object. Define thisroutine as a string that is a valid <strong>MATLAB</strong> expression or the name of an M-file.The expression executes in the <strong>MATLAB</strong> workspace.Childrenmatrix (read only)The empty matrix; text objects have no children.Clippingon | {off}Clipping mode. When Clipping is on, <strong>MATLAB</strong> does not display any portionof the text that is outside the axes.ColorColorSpecText color. A three-element RGB vector or one of <strong>MATLAB</strong> ’s predefined names,specifying the text color. The default value for Color is white. See ColorSpecfor more information on specifying color.2-510

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

Saved successfully!

Ooh no, something went wrong!