|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Wob | |
|---|---|
| com.wirefusion.player | |
| wobs.bool.player | |
| wobs.color.player | |
| wobs.java.player | |
| wobs.number.player | |
| wobs.number2d.player | |
| wobs.scene.player | |
| wobs.text.player | |
| Uses of Wob in com.wirefusion.player |
|---|
| Subclasses of Wob in com.wirefusion.player | |
|---|---|
class |
SceneWobBase
The super class of SceneWob |
| Methods in com.wirefusion.player that return Wob | |
|---|---|
Wob |
Wob.getChild(java.lang.String childName)
Returns a child of this Wob. |
Wob |
Wob.getParent()
Gets the parent of this object. |
| Methods in com.wirefusion.player with parameters of type Wob | |
|---|---|
void |
Wob.addChild(Wob child)
Adds a child to this object. |
void |
Wire.connect(Port sourcePort,
Port destPort,
Wob optionalWireParameter)
Make sure the argument of the source port is compatible with the destination port or, if not, that optionalWireParameter is compatible. |
protected void |
Wob.processInportEvent(Wob arg,
int inport)
Override to handle inport events sent to your Wob. |
void |
Wob.removeChild(Wob child)
Removes a child of this object. |
void |
Wob.send(Wob argument,
int sourcePort)
Sends data through all wires connected to the out-port of this Wob that has the specified port number. |
| Uses of Wob in wobs.bool.player |
|---|
| Subclasses of Wob in wobs.bool.player | |
|---|---|
class |
BoolWob
Represents a Boolean object in the WireFusion player. |
| Methods in wobs.bool.player with parameters of type Wob | |
|---|---|
void |
BoolWob.processInportEvent(Wob arg,
int inport)
|
| Uses of Wob in wobs.color.player |
|---|
| Subclasses of Wob in wobs.color.player | |
|---|---|
class |
ColorWob
Represents a Color object in the WireFusion player. |
| Methods in wobs.color.player with parameters of type Wob | |
|---|---|
void |
ColorWob.processInportEvent(Wob arg,
int inport)
|
| Uses of Wob in wobs.java.player |
|---|
| Subclasses of Wob in wobs.java.player | |
|---|---|
class |
JavaWob
The super class of all "Java Object" classes. |
| Uses of Wob in wobs.number.player |
|---|
| Subclasses of Wob in wobs.number.player | |
|---|---|
class |
NumberWob
Represents a Number object in the WireFusion player. |
| Methods in wobs.number.player with parameters of type Wob | |
|---|---|
void |
NumberWob.processInportEvent(Wob arg,
int inport)
|
| Uses of Wob in wobs.number2d.player |
|---|
| Subclasses of Wob in wobs.number2d.player | |
|---|---|
class |
Number2DWob
Represents a Number2D object in the WireFusion player. |
| Methods in wobs.number2d.player with parameters of type Wob | |
|---|---|
void |
Number2DWob.processInportEvent(Wob arg,
int inport)
|
| Uses of Wob in wobs.scene.player |
|---|
| Subclasses of Wob in wobs.scene.player | |
|---|---|
class |
SceneWob
The Scene Wob. |
| Uses of Wob in wobs.text.player |
|---|
| Subclasses of Wob in wobs.text.player | |
|---|---|
class |
TextWob
Represents a Text object in the WireFusion player. |
| Methods in wobs.text.player with parameters of type Wob | |
|---|---|
void |
TextWob.processInportEvent(Wob arg,
int inport)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||