|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.wirefusion.player.Wob
wobs.number.player.NumberWob
public class NumberWob
Represents a Number object in the WireFusion player.
| Constructor Summary | |
|---|---|
NumberWob(double value)
Creates a NumberWob object |
|
| Method Summary | |
|---|---|
double |
getValue()
Returns the color value (RGB). |
void |
processInportEvent(Wob arg,
int inport)
Override to handle inport events sent to your Wob. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NumberWob(double value)
value - A double value| Method Detail |
|---|
public double getValue()
public void processInportEvent(Wob arg,
int inport)
Wob
processInportEvent in class Wobarg - the argument of an event sent to this objectinport - the in-port number the event has been sent to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||