com.stimulsoft.report.chart.core
Class StiChartCoreXF

java.lang.Object
  extended by com.stimulsoft.report.chart.core.StiChartCoreXF
All Implemented Interfaces:
IStiApplyStyle, java.lang.Cloneable

public class StiChartCoreXF
extends java.lang.Object
implements java.lang.Cloneable, IStiApplyStyle


Constructor Summary
StiChartCoreXF(IStiChart chart)
           
 
Method Summary
 void applyStyle(IStiChartStyle style)
          Apply style to component which release this interface.
 java.lang.Object clone()
           
 IStiChart getChart()
           
 StiCellGeom Render(StiContext context, StiRectangle rect, boolean useMargins)
           
 void setChart(IStiChart value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiChartCoreXF

public StiChartCoreXF(IStiChart chart)
Method Detail

applyStyle

public final void applyStyle(IStiChartStyle style)
Description copied from interface: IStiApplyStyle
Apply style to component which release this interface.

Specified by:
applyStyle in interface IStiApplyStyle

Render

public final StiCellGeom Render(StiContext context,
                                StiRectangle rect,
                                boolean useMargins)

getChart

public final IStiChart getChart()

setChart

public final void setChart(IStiChart value)

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object