Axes objects tree viewer

バージョン 1.1.0.0 (5.07 KB) 作成者: Pirmin Borer
Shows objects contained within axes as a tree and lets you manipulate them interactively.
ダウンロード: 759
更新 2010/11/29

ライセンスの表示

AxesTree(ax,'Property','Value',...)

Opens a figure with a tree view of all handle graphic objects in the input
axes. Objects type and tag are displayed.

Objects can be selected from the tree. Double Clicking in the tree deselects all objects. Right-click opens a context menu with following possibilities: 'Visible' toggles selected objects visibility; 'Delete' removes the selected objects; 'Properties' opens the property inspector for selected objects.

Note: The tree automatically updates when objects are parented or removed
from the axes, or when a property is changed. The code uses some
undocumented Matlab features(usage of handle.listener and uitree) of release 2007b. It should work on later
releases as well (depending on the usage of handle.listener())

引用

Pirmin Borer (2026). Axes objects tree viewer (https://jp.mathworks.com/matlabcentral/fileexchange/29552-axes-objects-tree-viewer), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R2007b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersGraphics Objects についてさらに検索
バージョン 公開済み リリース ノート
1.1.0.0

handles of Objects that are added to the axes are now converted to double before adding to the tree. (Preventing that they are wrapped with a BeanAdapter). Fixed also some errors.

1.0.0.0