| Package | com.yworks.graph.drawing |
| Interface | public interface IGeneralPathNodeStyle extends INodeStyle, IVisualStyle, ICloneable |
| Implementors | GeneralPathNodeStyle |
GeneralPath instance.
| Property | Defined by | ||
|---|---|---|---|
| fill : IFill [read-only]
Gets the fill that is used to draw the shape.
| IGeneralPathNodeStyle | ||
| path : GeneralPath
[read-only]
Get the path that defines the boundary of the shape.
| IGeneralPathNodeStyle | ||
| stroke : IStroke [read-only]
Gets the stroke that is used to draw the shape.
| IGeneralPathNodeStyle | ||
![]() | styleRenderer : IStyleRenderer
Gets the renderer implementation that has been supplied to
this instance upon creation.
| IVisualStyle | |
| fill | property |
fill:IFill [read-only]Gets the fill that is used to draw the shape.
Implementation public function get fill():IFill
| path | property |
path:GeneralPath [read-only]Get the path that defines the boundary of the shape.
The path must be defined in such a way that <0,0> will
be at the top left of a node's INode.layout
and <1,1> will be at the lower right.
The path will be scaled accordingly during the painting.
public function get path():GeneralPath
| stroke | property |
stroke:IStroke [read-only]Gets the stroke that is used to draw the shape.
Implementation public function get stroke():IStroke