com.stimulsoft.report.chart.core.trendLines
Class StiTrendLineCoreXF
java.lang.Object
com.stimulsoft.report.chart.core.trendLines.StiTrendLineCoreXF
- All Implemented Interfaces:
- IStiApplyStyle, java.lang.Cloneable
- Direct Known Subclasses:
- StiTrendLineExponentialCoreXF, StiTrendLineLinearCoreXF, StiTrendLineLogarithmicCoreXF, StiTrendLineNoneCoreXF
public abstract class StiTrendLineCoreXF
- extends java.lang.Object
- implements java.lang.Cloneable, IStiApplyStyle
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiTrendLineCoreXF
public StiTrendLineCoreXF(IStiTrendLine trendLine)
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
getLocalizedName
public abstract java.lang.String getLocalizedName()
- Gets a service name.
getTrendLine
public final IStiTrendLine getTrendLine()
setTrendLine
public final void setTrendLine(IStiTrendLine value)
RenderTrendLine
public void RenderTrendLine(StiAreaGeom geom,
StiPoint[] points,
double posY)