public class StiChartTableCore extends java.lang.Object implements java.lang.Cloneable, IStiApplyStyle
| Constructor and Description |
|---|
StiChartTableCore(IStiChartTable table) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyStyle(IStiChartStyle style)
Apply style to component which release this interface.
|
java.lang.Object |
clone() |
IStiChartTable |
getChartTable() |
double |
GetHeightTable(StiContext context) |
double |
GetWidthCellLegend(StiContext context) |
StiCellGeom |
Render(StiContext context,
StiRectangle rect,
java.lang.String[][] table) |
void |
setChartTable(IStiChartTable chartTable) |
boolean |
ShowTable() |
public StiChartTableCore(IStiChartTable table)
public void applyStyle(IStiChartStyle style)
IStiApplyStyleapplyStyle in interface IStiApplyStylepublic final java.lang.Object clone()
clone in class java.lang.Objectpublic boolean ShowTable()
public double GetHeightTable(StiContext context)
public double GetWidthCellLegend(StiContext context)
public StiCellGeom Render(StiContext context, StiRectangle rect, java.lang.String[][] table)
public IStiChartTable getChartTable()
public void setChartTable(IStiChartTable chartTable)
chartTable - the chartTable to setCopyright © 2019 Stimulsoft. All Rights Reserved.