- Scilabヘルプ
- Graphics
- 2d_plot
- 3d_plot
- annotation
- axes_operations
- axis
- bar_histogram
- Color management
- Datatips
- figure_operations
- geometric_shapes
- handle
- interaction
- lighting
- load_save
- polygon
- property
- text
- transform
- Compound_properties
- GlobalProperty
- Graphics: Getting started
- graphics_entities
- object_editor
- pie
- xchange
- xget
- xgetech
- xset
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
Compound_properties
Compoundエンティティのプロパティの説明
説明
Compoundエンティティはグラフィックエンティティ階層の第3層に属します.
このエンティティは,様々なグラフィックエンティティおよび
それらのグローバル可視プロパティの相互関係を定義します.
- parent:
このプロパティは親のハンドルを有します. textエンティティの親は,
"Axes"または"Compound"型となります.- children:
Compoundの全ての子グラフィックオブジェクトの ハンドルを有するベクトルです. これらのグラフィクオブジェクトは,
"Compound","Rectangle","Polyline","Patch","Segs","Arc","Grayplot",.. 型となります.- visible:
このフィールドは,エンティティの
visibleプロパティを 有します. その値は,"on"または"off"となります. デフォルト値は"on"で,Compoundの子グラフィックエンティティはそれらの可視エンティティに 基づいて描画されます."off"の場合,Compoundの全ての子は画面に表示されません.- user_data:
このフィールドは任意のScilab変数を図のデータ構造に保存し, 再度取得するために使用できます.
参照
- glue — 一連のグラフィックエンティティをCompoundに結合する.
- unglue — 結合されたオブジェクトを分解し,個々の子で置換する.
- graphicsエンティティ — グラフィックスエンティティデータ構造体の説明
| Report an issue | ||
| << transform | Graphics | GlobalProperty >> |