|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IOPort | |
---|---|
artofillusion.procedural |
Uses of IOPort in artofillusion.procedural |
---|
Fields in artofillusion.procedural declared as IOPort | |
---|---|
IOPort |
Link.from
|
IOPort |
Link.to
|
Methods in artofillusion.procedural that return IOPort | |
---|---|
IOPort |
Module.getClickedPort(java.awt.Point pos)
Determine whether the specified point is over an IOPort, and if so, return the port. |
IOPort[] |
Module.getInputPorts()
Get a list of the input ports for this module. |
IOPort[] |
Module.getOutputPorts()
Get a list of the output ports for this module. |
Methods in artofillusion.procedural with parameters of type IOPort | |
---|---|
int |
Module.getInputIndex(IOPort port)
Get the index of a particular input port. |
int |
Module.getOutputIndex(IOPort port)
Get the index of a particular output port. |
void |
Module.setInput(IOPort which,
IOPort port)
Specify the module and port which one of the input ports is connected to. |
void |
ExprModule.setInput(IOPort which,
IOPort port)
|
Constructors in artofillusion.procedural with parameters of type IOPort | |
---|---|
Link(IOPort from,
IOPort to)
|
|
Module(java.lang.String name,
IOPort[] input,
IOPort[] output,
java.awt.Point position)
|
|
Module(java.lang.String name,
IOPort[] input,
IOPort[] output,
java.awt.Point position)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |