documentationfor yFiles for HTML 2.6

INodeStyle

Style implementation for INode instances in an IGraph.

Remarks

Implementations are responsible for rendering INode instances in a CanvasComponent. It is up to the implementation to interpret the visual appearance of a node. The framework uses the associated, possibly shared renderer to perform the actual rendering of this style for a given node. This interface extends the ICloneable interface. This allows clients to obtain a persistent copy of the current state of this style. Immutable style implementations may return themselves.

Related Reading in the Developer's Guide

Working with styles (and their style renderers) is explained in detail in the section Visualization of Graph Elements: Styles.

Related Programming Samples

Custom Styles
Shows how to create custom styles for nodes, edges, labels, ports, and edge arrows.
01 Create A Rectangle
Create a simple node style using SVG

Type Details

yfiles module
view-component
yfiles-umd modules
All view modules
Legacy UMD name
yfiles.styles.INodeStyle

See Also

Properties

Methods