The renderer which handles the TableNodeStyle.

Namespace: yWorks.yFiles.Graph.Web.Style.Markup
Assembly: yFilesServer (in yFilesServer.dll) Version: 1.8.0.0 (1.8)

Syntax

C#
public class TableNodeStyleRenderer : AbstractNodeStyleRenderer<TableNodeStyle>
Visual Basic
Public Class TableNodeStyleRenderer _
	Inherits AbstractNodeStyleRenderer(Of TableNodeStyle)

Remarks

As the style serves only as data object for the client, this implementation draws nothing. However, it modifies the node'slookup to return the ITable which is bound to the style instance

Inheritance Hierarchy

System..::..Object
  AbstractStyleRenderer<(Of <(<'INode, INodeStyle, TableNodeStyle>)>)>
    AbstractNodeStyleRenderer<(Of <(<'TableNodeStyle>)>)>
      yWorks.yFiles.Graph.Web.Style.Markup..::..TableNodeStyleRenderer

See Also