|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rapidminer.gui.flow.InterpolationMap
public class InterpolationMap
Timer used to roll out names of operators.
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 |
---|
public InterpolationMap(java.awt.Component component)
Method Detail |
---|
protected void fireRepaint()
public void rollOut(Operator operator)
public void rollIn(Operator operator)
public double getValue(Operator op)
public void clear()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |