com.stimulsoft.report.chart.core.table
Class StiChartTableCore

java.lang.Object
  extended by 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


Constructor Summary
StiChartTableCore(IStiChartTable table)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiChartTableCore

public StiChartTableCore(IStiChartTable table)
Method Detail

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