|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.wirefusion.player.Wob
wobs.number2d.player.Number2DWob
public class Number2DWob
Represents a Number2D object in the WireFusion player.
| Constructor Summary | |
|---|---|
Number2DWob(double x,
double y)
Creates a Number2DWob object. |
|
| Method Summary | |
|---|---|
double |
getValue1()
Returns the "x" value. |
double |
getValue2()
Returns the "y" value. |
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 Number2DWob(double x,
double y)
x - the first double valuey - the second double value| Method Detail |
|---|
public double getValue1()
public double getValue2()
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 | |||||||||