|
|||||||||
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.image.ImageFileInRubette
public class ImageFileInRubette
Imports any GIF, PNG, JPEG, BMP, or WBMP image file and converts it to an image denotator
Constructor Summary | |
---|---|
ImageFileInRubette()
Creates a basic ImageFileInRubette. |
Method Summary | |
---|---|
boolean |
applyProperties()
Makes changes in the properties dialog permanent. |
java.lang.String |
getGroup()
Returns the group this Rubette belongs to. |
javax.swing.ImageIcon |
getIcon()
Returns an icon for this Rubette. |
java.lang.String |
getInfo()
Returns the info string for the info label. |
java.lang.String |
getLongDescription()
Returns a long description. |
java.lang.String |
getName()
Returns the name of the rubette. |
java.lang.String |
getOutTip(int i)
Returns the tooltip for the output connector number i . |
javax.swing.JComponent |
getProperties()
Returns the Swing component for the properties dialog. |
java.lang.String |
getShortDescription()
Returns a short description. |
boolean |
hasInfo()
Returns true iff this Rubette has an info label. |
void |
init()
Initializes Rubette. |
void |
run(RunInfo runInfo)
Runs the Rubette. |
Methods inherited from class org.rubato.base.SimpleAbstractRubette |
---|
duplicate, fromXML, getProperty, getRubetteProperties, hasProperties, putProperty, revertProperties, toXML |
Methods inherited from class org.rubato.base.AbstractRubette |
---|
addError, addError, clearErrors, getErrors, getInCount, getInput, getInTip, getModel, getOutCount, getOutput, getView, hasErrors, hasView, 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 ImageFileInRubette()
Method Detail |
---|
public void init()
AbstractRubette
init
in interface Rubette
init
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 networkpublic javax.swing.JComponent getProperties()
AbstractRubette
getProperties
in interface Rubette
getProperties
in class SimpleAbstractRubette
public boolean applyProperties()
AbstractRubette
applyProperties
in interface Rubette
applyProperties
in class SimpleAbstractRubette
public boolean hasInfo()
AbstractRubette
hasInfo
in interface Rubette
hasInfo
in class AbstractRubette
public java.lang.String getInfo()
AbstractRubette
getInfo
in interface Rubette
getInfo
in class AbstractRubette
public java.lang.String getGroup()
AbstractRubette
getGroup
in interface Rubette
getGroup
in class AbstractRubette
public java.lang.String getName()
AbstractRubette
getName
in interface Rubette
getName
in class AbstractRubette
public java.lang.String getShortDescription()
AbstractRubette
getShortDescription
in interface Rubette
getShortDescription
in class AbstractRubette
public javax.swing.ImageIcon getIcon()
AbstractRubette
getIcon
in interface Rubette
getIcon
in class AbstractRubette
public java.lang.String getLongDescription()
AbstractRubette
getLongDescription
in interface Rubette
getLongDescription
in class AbstractRubette
public java.lang.String getOutTip(int i)
AbstractRubette
i
.
getOutTip
in interface Rubette
getOutTip
in class AbstractRubette
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |