com.stimulsoft.report.chart.core.axis
Class StiAxisTitleCoreXF

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

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


Constructor Summary
StiAxisTitleCoreXF(IStiAxisTitle title)
           
 
Method Summary
 void applyStyle(IStiChartStyle style)
          Apply style to component which release this interface.
 java.lang.Object clone()
           
 IStiAxisTitle getTitle()
           
 void setTitle(IStiAxisTitle value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiAxisTitleCoreXF

public StiAxisTitleCoreXF(IStiAxisTitle title)
Method Detail

clone

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

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

getTitle

public final IStiAxisTitle getTitle()

setTitle

public final void setTitle(IStiAxisTitle value)