|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.fmj.filtergraph.Pin
net.sf.fmj.filtergraph.OutputPin
public class OutputPin
An output Pin.
Field Summary |
---|
Fields inherited from class net.sf.fmj.filtergraph.Pin |
---|
NO_TRACK, TYPE_INPUT, TYPE_OUTPUT |
Constructor Summary | |
---|---|
OutputPin(Node owner)
|
|
OutputPin(Node owner,
int pinNumber,
int track)
|
Method Summary | |
---|---|
Format |
setPlugInOutputFormat(Format format)
|
Methods inherited from class net.sf.fmj.filtergraph.Pin |
---|
getBuffer, getFormat, getOwnerNode, getPinNumber, getTrack, getType, setBuffer, setFormat, setTrack |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OutputPin(Node owner, int pinNumber, int track)
public OutputPin(Node owner)
Method Detail |
---|
public Format setPlugInOutputFormat(Format format)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |