|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rubato.base.AbstractRubette
org.rubato.base.SimpleAbstractRubette
org.rubato.rubettes.morphing.MorphingRubette
public class MorphingRubette
A rubette for generating morphs between two denotators.
Constructor Summary | |
---|---|
MorphingRubette()
Creates a basic MorphingRubette. |
Method Summary | |
---|---|
java.lang.String |
getGroup()
Returns the group this Rubette belongs to. |
java.lang.String |
getName()
Returns the name of the rubette. |
void |
run(RunInfo runInfo)
Runs the Rubette. |
Methods inherited from class org.rubato.base.SimpleAbstractRubette |
---|
applyProperties, duplicate, fromXML, getProperties, getProperty, getRubetteProperties, hasProperties, putProperty, revertProperties, toXML |
Methods inherited from class org.rubato.base.AbstractRubette |
---|
addError, addError, clearErrors, getErrors, getIcon, getInCount, getInfo, getInput, getInTip, getLongDescription, getModel, getOutCount, getOutput, getOutTip, getShortDescription, getView, hasErrors, hasInfo, hasView, init, newInstance, setInCount, setModel, setOutCount, setOutput, updateView |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MorphingRubette()
Method Detail |
---|
public java.lang.String getName()
AbstractRubette
getName
in interface Rubette
getName
in class AbstractRubette
public java.lang.String getGroup()
AbstractRubette
getGroup
in interface Rubette
getGroup
in class AbstractRubette
public void run(RunInfo runInfo)
AbstractRubette
run
in interface Rubette
run
in class AbstractRubette
runInfo
- contains information about the Runner that executes
the network
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |