Usages of Stroke
Properties
Method Return Values
| getStroke (IEdge) | in PathEdgeStyleBase | Gets the Stroke to use for rendering the path of the edge. | |
| cloneCurrentValue () | in Stroke | Clones the current value of this instance to a new unfrozen Stroke. | |
| freeze () | in Stroke | Freezes and returns this instance. | |
| from (Stroke) | in Stroke | Creates a Stroke instance from the given stroke-like object by performing automatic type conversion. |
Method Parameters
| ArcEdgeStyle () | in ArcEdgeStyle | Creates a new instance. | |
| Arrow (ArrowType, Fill?, Stroke?, number?, number?, number?, boolean?) | in Arrow | Creates a new arrow. | |
| ArrowEdgeStyle () | in ArrowEdgeStyle | ||
| ArrowNodeStyle () | in ArrowNodeStyle | ||
| BezierEdgeStyle () | in BezierEdgeStyle | ||
| BridgeEdgeStyle () | in BridgeEdgeStyle | ||
| GeneralPathNodeStyle (GeneralPath?, ) | in GeneralPathNodeStyle | Creates a new instance using the specified path. | |
| GroupNodeStyle () | in GroupNodeStyle | Initializes a new instance. | |
| IconLabelStyle () | in IconLabelStyle | Creates a new instance. | |
| ImageNodeStyle (string?, ) | in ImageNodeStyle | Creates a new instance that uses the specified image. | |
| LabelStyle () | in LabelStyle | ||
| MarkupLabelStyle () | in MarkupLabelStyle | Creates a new instance using an ILabelStyleRenderer implementation as renderer. | |
| PolylineEdgeStyle () | in PolylineEdgeStyle | ||
| RectangleNodeStyle () | in RectangleNodeStyle | ||
| ShapeNodeStyle () | in ShapeNodeStyle | ||
| ShapePortStyle () | in ShapePortStyle | Initializes a new instance of this class. | |
| GridRenderer () | in GridRenderer | Initializes a new instance of the GridRenderer class. | |
| from (Stroke) | in Stroke | Creates a Stroke instance from the given stroke-like object by performing automatic type conversion. | |
| setStroke (Stroke, SVGElement, ICanvasContext) | in Stroke | Sets the Stroke on a given SVG element as the stroke. |