com.stimulsoft.report.chart.core.chartTitle
Class StiChartTitleCoreXF

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


Constructor Summary
StiChartTitleCoreXF(IStiChartTitle chartTitle)
           
 
Method Summary
 void applyStyle(IStiChartStyle style)
          Apply style to component which release this interface.
 java.lang.Object clone()
           
 IStiChartTitle getChartTitle()
           
 StiCellGeom Render(StiContext context, IStiChartTitle chartTitle, StiRectangle rect)
           
 void setChartTitle(IStiChartTitle value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiChartTitleCoreXF

public StiChartTitleCoreXF(IStiChartTitle chartTitle)
Method Detail

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