| Package | com.yworks.graph.drawing |
| Interface | public interface IShinyPlateNodeStyle extends INodeStyle, IVisualStyle, ICloneable |
| Implementors | ShinyPlateNodeStyle |
ShinyPlateNodeStyleRenderer to query the properties from.
See also
| Property | Defined By | ||
|---|---|---|---|
| fill : IFill [read-only]
The base color to use. | IShinyPlateNodeStyle | ||
| insets : Rectangle [read-only]
Provides the insets for the given item. | IShinyPlateNodeStyle | ||
| radius : Number [read-only]
The radius of the rounded corners. | IShinyPlateNodeStyle | ||
| stroke : IStroke [read-only]
The outline stroke to use. | IShinyPlateNodeStyle | ||
![]() | styleRenderer : IStyleRenderer [read-only]
Gets the renderer implementation that has been supplied to
this instance upon creation. | IVisualStyle | |
| fill | property |
fill:IFill [read-only] The base color to use.
public function get fill():IFill| insets | property |
insets:Rectangle [read-only] Provides the insets for the given item.
The ShinyPlateNodeStyleRenderer will use these insets and return them
via an INodeInsetsProvider if such an instance is queried through the
context lookup.
public function get insets():RectangleSee also
| radius | property |
radius:Number [read-only] The radius of the rounded corners.
public function get radius():Number| stroke | property |
stroke:IStroke [read-only] The outline stroke to use.
public function get stroke():IStroke