Packagecom.yworks.graph.drawing
Interfacepublic interface ITableNodeStyle extends INodeStyle, IVisualStyle, ICloneable
Implementors AbstractTableNodeStyle

Base interface for styles that can visualize an ITable instance.

See also

com.yworks.graph.model.ITable


Public Properties
 PropertyDefined By
  backgroundStyle : INodeStyle
[read-only] The style that is used to draw the background of the table.
ITableNodeStyle
 InheritedstyleRenderer : IStyleRenderer
[read-only] Gets the renderer implementation that has been supplied to this instance upon creation.
IVisualStyle
  tableProvider : ITableProvider
[read-only] The implementation of the ITableProvider interface that can yield a table object for each item that will be assigned this style.
ITableNodeStyle
Public Methods
 MethodDefined By
 Inherited
clone():Object
Creates a clone of this instance.
ICloneable
 Inherited
install(canvas:CanvasComponent, group:ICanvasObjectGroup, modelItem:IModelItem):Array
Prepares the rendering of an IModelItem in a CanvasComponent by adding ICanvasObject's to the provided canvas.
IVisualStyle
Property Detail
backgroundStyleproperty
backgroundStyle:INodeStyle  [read-only]

The style that is used to draw the background of the table.


Implementation
    public function get backgroundStyle():INodeStyle
tableProviderproperty 
tableProvider:ITableProvider  [read-only]

The implementation of the ITableProvider interface that can yield a table object for each item that will be assigned this style.


Implementation
    public function get tableProvider():ITableProvider

See also