public class Smoothing extends Function
Title: Smoothing class
Description: Smoothing Function.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
canUsePeriod, dPeriod, HideSourceList, noSourceRequired, series, SingleSource, updating
chart, InternalUse
Constructor and Description |
---|
Smoothing() |
Smoothing(IBaseChart c) |
Modifier and Type | Method and Description |
---|---|
void |
addPoints(java.util.ArrayList source)
gets all points from Source series, performs a function operation on
points and finally stores results in ParentSeries.
|
java.lang.String |
getDescription()
Gets descriptive text.
|
int |
getFactor()
The number of times the resulting smooth points are compared to source
points.
|
boolean |
getInterpolate()
When true, resulting smooth curves will pass exactly over source points.
|
void |
setFactor(int value)
Sets the number of times the resulting smooth points are
compared to source points.
|
void |
setInterpolate(boolean value)
Resulting smooth curves will pass exactly over source points when true.
|
addFunctionXY, calculate, calculateAllPoints, calculateByPeriod, calculateMany, calculatePeriod, clear, dispose, doCalculation, getPeriod, getPeriodAlign, getPeriodStyle, getSeries, newInstance, readResolve, recalculate, setPeriod, setPeriodAlign, setPeriodStyle, setSeries, valueList
getChart, invalidate, setBooleanProperty, setChart, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
public Smoothing()
public Smoothing(IBaseChart c)
public boolean getInterpolate()
public void setInterpolate(boolean value)
value
- booleanpublic int getFactor()
public void setFactor(int value)
value
- intpublic void addPoints(java.util.ArrayList source)
public java.lang.String getDescription()
getDescription
in class Function