com.stimulsoft.report.chart.core.gridLines
Class StiGridLinesCoreXF

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

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


Constructor Summary
StiGridLinesCoreXF(IStiGridLines gridLines)
           
 
Method Summary
 void applyStyle(IStiChartStyle style)
          Apply style to component which release this interface.
 java.lang.Object clone()
           
 IStiGridLines getGridLines()
           
 void setGridLines(IStiGridLines value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiGridLinesCoreXF

public StiGridLinesCoreXF(IStiGridLines gridLines)
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

getGridLines

public final IStiGridLines getGridLines()

setGridLines

public final void setGridLines(IStiGridLines value)