org.joone.util
Class LogarithmicPlugIn

java.lang.Object
  extended by org.joone.util.AbstractConverterPlugIn
      extended by org.joone.util.ConverterPlugIn
          extended by org.joone.util.LogarithmicPlugIn
All Implemented Interfaces:
java.io.Serializable, PlugInListener

public class LogarithmicPlugIn
extends ConverterPlugIn

logarithmic transfer (base e) input data Creation date: (22/03/2004 23.06.00)

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.joone.util.AbstractConverterPlugIn
pluginListeners
 
Constructor Summary
LogarithmicPlugIn()
          LogarithmicPlugIn constructor
 
Method Summary
protected  boolean convert(int serie)
          Start the convertion
 
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

LogarithmicPlugIn

public LogarithmicPlugIn()
LogarithmicPlugIn constructor

Method Detail

convert

protected boolean convert(int serie)
Start the convertion

Specified by:
convert in class AbstractConverterPlugIn
Parameters:
serie - the serie to convert


Submit Feedback to pmarrone@users.sourceforge.net