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

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

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


Constructor Summary
StiAxisLabelsCoreXF(IStiAxisLabels labels)
           
 
Method Summary
 void applyStyle(IStiChartStyle style)
          Apply style to component which release this interface.
 java.lang.Object clone()
           
 IStiAxisLabels getLabels()
           
 void setLabels(IStiAxisLabels value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiAxisLabelsCoreXF

public StiAxisLabelsCoreXF(IStiAxisLabels labels)
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

getLabels

public final IStiAxisLabels getLabels()

setLabels

public final void setLabels(IStiAxisLabels value)