com.stimulsoft.report.chart.core
Class StiChartCoreXF
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiChartCoreXF
public StiChartCoreXF(IStiChart chart)
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