| Package | com.yworks.graph.drawing |
| Interface | public interface IShapeNodeStyle extends INodeStyle, IVisualStyle, ICloneable |
| Implementors | ShapeNodeStyle |
ShapeNodeShape
This style can be used together with ShapeNodeStyleRenderer
See also
| Property | Defined by | ||
|---|---|---|---|
| fill : IFill
The fill for this style
| IShapeNodeStyle | ||
| shapeNodeShape : uint
The ShapeNodeShape for this style
| IShapeNodeStyle | ||
| stroke : IStroke
The stroke for this style.
| IShapeNodeStyle | ||
![]() | styleRenderer : IStyleRenderer
Gets the renderer implementation that has been supplied to
this instance upon creation.
| IVisualStyle | |
| fill | property |
fill:IFill [read-write]The fill for this style
Implementation public function get fill():IFill
public function set fill(value:IFill):void
| shapeNodeShape | property |
shapeNodeShape:uint [read-write]The ShapeNodeShape for this style
Implementation public function get shapeNodeShape():uint
public function set shapeNodeShape(value:uint):void
See also
| stroke | property |
stroke:IStroke [read-write]The stroke for this style.
Implementation public function get stroke():IStroke
public function set stroke(value:IStroke):void