com.stimulsoft.report.chart.core.radarAxis
Class StiRadarAxisLabelsCoreXF

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

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


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

Constructor Detail

StiRadarAxisLabelsCoreXF

public StiRadarAxisLabelsCoreXF(IStiRadarAxisLabels 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 IStiRadarAxisLabels getLabels()

setLabels

public final void setLabels(IStiRadarAxisLabels value)