MATLAB Function Reference |
Utility function for creating and obtaining the figure components used for plot editing.
Syntax
c = getplottool(figure_handle,'figurepalette') c = getplottool(figure_handle,'plotbrowser') c = getplottool(figure_handle,'propertyeditor')
Description
c = getplottool(figure_handle,'figurepalette')
returns the Java figure palette for the specified figure.
c = getplottool(figure_handle,'plotbrowser')
returns the Java plot browser for the specified figure.
c = getplottool(figure_handle,'propertyeditor')
returns the Java property editor for the specified figure.
In each case, getplottool
creates the component if it does not already exist. The component is not automatically shown. If you want to both create it and show it, use showplottool
.
See Also
get (memmapfile) | getpref |
© 1994-2005 The MathWorks, Inc.