com.stimulsoft.report.chart.core.constantLines
Class StiConstantLinesCoreXF

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

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


Constructor Summary
StiConstantLinesCoreXF(IStiConstantLines constantLines)
           
 
Method Summary
 void applyStyle(IStiChartStyle style)
          Applying specified style to this area.
 java.lang.Object clone()
           
 IStiConstantLines getConstantLines()
           
 void Render(StiContext context, StiAxisAreaGeom geom, StiRectangle rect)
           
 void RenderXConstantLines(StiContext context, StiAxisAreaGeom geom, StiRectangle rect)
           
 void RenderYConstantLines(StiContext context, StiAxisAreaGeom geom, StiRectangle rect)
           
 void setConstantLines(IStiConstantLines value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiConstantLinesCoreXF

public StiConstantLinesCoreXF(IStiConstantLines constantLines)
Method Detail

clone

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

applyStyle

public final void applyStyle(IStiChartStyle style)
Applying specified style to this area.

Specified by:
applyStyle in interface IStiApplyStyle
Parameters:
style -

RenderXConstantLines

public final void RenderXConstantLines(StiContext context,
                                       StiAxisAreaGeom geom,
                                       StiRectangle rect)

RenderYConstantLines

public final void RenderYConstantLines(StiContext context,
                                       StiAxisAreaGeom geom,
                                       StiRectangle rect)

Render

public final void Render(StiContext context,
                         StiAxisAreaGeom geom,
                         StiRectangle rect)

getConstantLines

public final IStiConstantLines getConstantLines()

setConstantLines

public final void setConstantLines(IStiConstantLines value)