com.stimulsoft.report.chart.core.table
Class StiChartTableCore
java.lang.Object
com.stimulsoft.report.chart.core.table.StiChartTableCore
- All Implemented Interfaces:
- IStiApplyStyle, java.lang.Cloneable
public class StiChartTableCore
- extends java.lang.Object
- implements java.lang.Cloneable, IStiApplyStyle
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiChartTableCore
public StiChartTableCore(IStiChartTable table)
applyStyle
public void applyStyle(IStiChartStyle style)
- Description copied from interface:
IStiApplyStyle
- Apply style to component which release this interface.
- Specified by:
applyStyle
in interface IStiApplyStyle
clone
public final java.lang.Object clone()
- Overrides:
clone
in class java.lang.Object
ShowTable
public boolean ShowTable()
GetHeightTable
public double GetHeightTable(StiContext context)
GetWidthCellLegend
public double GetWidthCellLegend(StiContext context)
Render
public StiCellGeom Render(StiContext context,
StiRectangle rect,
java.lang.String[][] table)
getChartTable
public IStiChartTable getChartTable()
- Returns:
- the chartTable
setChartTable
public void setChartTable(IStiChartTable chartTable)
- Parameters:
chartTable
- the chartTable to set