documentationfor yFiles for HTML 2.6

SimpleNode

A mutable implementation of the INode interface that can be used without an IGraph.

Inheritance Hierarchy
SimpleNode
Implemented Interfaces

Remarks

Note that this class is not the one used as the default implementation of a DefaultGraph's INodes and casting them to SimpleNode will fail.

Instances of this class can be used without an accompanying graph instance. All of the properties are mutable. An example of a possible use case would be the rendering of a node into a graphics context: Simply create a SimpleNode, associate a style with it and use the style's renderer instance to obtain a rendering for the node.

Type Details

yfiles module
view-component
yfiles-umd modules
All view modules
Legacy UMD name
yfiles.graph.SimpleNode

Constructors

Properties

Methods