com.stimulsoft.report.chart.core.chartTitle
Class StiChartTitleCoreXF
java.lang.Object
com.stimulsoft.report.chart.core.chartTitle.StiChartTitleCoreXF
- All Implemented Interfaces:
- IStiApplyStyle, java.lang.Cloneable
public class StiChartTitleCoreXF
- 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 |
StiChartTitleCoreXF
public StiChartTitleCoreXF(IStiChartTitle chartTitle)
setChartTitle
public final void setChartTitle(IStiChartTitle value)
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
Render
public final StiCellGeom Render(StiContext context,
IStiChartTitle chartTitle,
StiRectangle rect)
getChartTitle
public final IStiChartTitle getChartTitle()
clone
public final java.lang.Object clone()
- Overrides:
clone
in class java.lang.Object