com.rapidminer.gui.flow
Class InterpolationMap

java.lang.Object
  extended by com.rapidminer.gui.flow.InterpolationMap

public class InterpolationMap
extends java.lang.Object

Timer used to roll out names of operators.

Author:
Simon Fischer

Constructor Summary
InterpolationMap(java.awt.Component component)
           
 
Method Summary
 void clear()
           
protected  void fireRepaint()
           
 double getValue(Operator op)
          Returns the current interpolated value for the given operator.
 void rollIn(Operator operator)
          Starts interpolating the extension value for the given operator in the opposite direction, starting with the current value.
 void rollOut(Operator operator)
          Starts interpolating the extension value for the given operator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterpolationMap

public InterpolationMap(java.awt.Component component)
Method Detail

fireRepaint

protected void fireRepaint()

rollOut

public void rollOut(Operator operator)
Starts interpolating the extension value for the given operator.


rollIn

public void rollIn(Operator operator)
Starts interpolating the extension value for the given operator in the opposite direction, starting with the current value.


getValue

public double getValue(Operator op)
Returns the current interpolated value for the given operator.


clear

public void clear()


Copyright © 2001-2009 by Rapid-I