public class NormalizerPlugIn extends ConverterPlugIn
pluginListeners
Constructor and Description |
---|
NormalizerPlugIn()
NormalizerPlugIn constructor
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
convert(int serie)
Start the convertion
|
double |
getDataMax()
Gets the max value of the input data
Creation date: (23/10/2000 23.25.55)
|
double |
getDataMin()
Gets the min value of the input data
Creation date: (23/10/2000 23.25.32)
|
double |
getMax()
Gets the max value
Creation date: (23/10/2000 23.25.55)
|
double |
getMin()
Gets the min value
Creation date: (23/10/2000 23.25.32)
|
void |
setDataMax(double newDataMax)
Sets the max value of the input data.
|
void |
setDataMin(double newDataMin)
Sets the min value of the input data
Note : The DataMin and DataMax values should be set to 0 if the
user requires that this plugin uses the min , max values found in the serie.
|
void |
setMax(double newMax)
Sets the max value of the normalization range
Creation date: (23/10/2000 23.25.55)
|
void |
setMin(double newMin)
Sets the min value of the normalization range
Creation date: (23/10/2000 23.25.32)
|
isApplyEveryCycle, newCycle, setApplyEveryCycle
addPlugIn, addPlugInListener, apply, applyOnColumns, applyOnRows, cascade, check, convertPatterns, dataChanged, fireDataChanged, getAdvancedSerieSelector, getInputVector, getName, getNextPlugIn, getPluginListeners, getSerieIndexNumber, getSerieSelected, getValuePoint, isConnected, removeAllPlugIns, removePlugInListener, setAdvancedSerieSelector, setConnected, setInputVector, setName, setNextPlugin, setNextPlugIn
protected boolean convert(int serie)
convert
in class AbstractConverterPlugIn
serie
- the serie to convertpublic double getMax()
public double getMin()
public void setMax(double newMax)
newMax
- floatpublic void setMin(double newMin)
newMin
- floatpublic double getDataMax()
public double getDataMin()
public void setDataMax(double newDataMax)
newMax
- double The maximum value of the input data.public void setDataMin(double newDataMin)
newDataMin
- double The minimum value of the input data.Submit Feedback to pmarrone@users.sourceforge.net