|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.joone.util.AbstractConverterPlugIn
org.joone.util.ConverterPlugIn
org.joone.util.NormalizerPlugIn
public class NormalizerPlugIn
Normalizes the input data within a predefined range Creation date: (23/10/2000 23.23.25)
| Field Summary |
|---|
| Fields inherited from class org.joone.util.AbstractConverterPlugIn |
|---|
pluginListeners |
| Constructor Summary | |
|---|---|
NormalizerPlugIn()
NormalizerPlugIn constructor |
|
| Method Summary | |
|---|---|
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) |
| Methods inherited from class org.joone.util.ConverterPlugIn |
|---|
isApplyEveryCycle, newCycle, setApplyEveryCycle |
| Methods inherited from class org.joone.util.AbstractConverterPlugIn |
|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NormalizerPlugIn()
| Method Detail |
|---|
protected boolean convert(int serie)
convert in class AbstractConverterPlugInserie - 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||