| Package | com.yworks.graph.drawing |
| Interface | public interface IPanelNodeStyle extends INodeStyle, IVisualStyle, ICloneable |
| Implementors | PanelNodeStyle |
PanelNodeStyleRenderer to query the properties from.
| Property | Defined By | ||
|---|---|---|---|
| color : uint [read-only]
The base color to use (as RGB). | IPanelNodeStyle | ||
| insets : Rectangle [read-only]
Provides the insets for the given item. | IPanelNodeStyle | ||
| labelInsetsColor : uint [read-only]
The base color to use for drawing the label insets background (as RGB). | IPanelNodeStyle | ||
![]() | styleRenderer : IStyleRenderer [read-only]
Gets the renderer implementation that has been supplied to
this instance upon creation. | IVisualStyle | |
| color | property |
color:uint [read-only] The base color to use (as RGB).
public function get color():uint| insets | property |
insets:Rectangle [read-only] Provides the insets for the given item.
The insets are described as a rectangle interpreted as (left, top, right,bottom).
The PanelNodeStyleRenderer will use these insets and return them via an
IInsetsProvider if such an instance is queried through the context lookup.
public function get insets():Rectangle| labelInsetsColor | property |
labelInsetsColor:uint [read-only] The base color to use for drawing the label insets background (as RGB).
Setting this to uint.MAX_VALUE effectively disables label insets background coloring.
public function get labelInsetsColor():uint