| Package | com.yworks.graph.drawing |
| Interface | public interface ITableNodeStyle extends INodeStyle, IVisualStyle, ICloneable |
| Implementors | AbstractTableNodeStyle |
ITable instance.
See also
| Property | Defined By | ||
|---|---|---|---|
| backgroundStyle : INodeStyle [read-only]
The style that is used to draw the background of the table. | ITableNodeStyle | ||
![]() | styleRenderer : 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 | ||
| backgroundStyle | property |
backgroundStyle:INodeStyle [read-only] The style that is used to draw the background of the table.
public function get backgroundStyle():INodeStyle| tableProvider | property |
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.
public function get tableProvider():ITableProviderSee also