| 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 [read-only]
Gets the renderer implementation that has been supplied to
this instance upon creation. | IVisualStyle | |
| fill | property |
fill:IFillThe fill for this style
public function get fill():IFill public function set fill(value:IFill):void| shapeNodeShape | property |
shapeNodeShape:uintThe ShapeNodeShape for this style
public function get shapeNodeShape():uint public function set shapeNodeShape(value:uint):voidSee also
| stroke | property |
stroke:IStrokeThe stroke for this style.
public function get stroke():IStroke public function set stroke(value:IStroke):void