net.sf.fmj.filtergraph
Class OutputPin

java.lang.Object
  extended by net.sf.fmj.filtergraph.Pin
      extended by net.sf.fmj.filtergraph.OutputPin

public class OutputPin
extends Pin

An output Pin.

Author:
Ken Larson

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

OutputPin

public OutputPin(Node owner,
                 int pinNumber,
                 int track)

OutputPin

public OutputPin(Node owner)
Method Detail

setPlugInOutputFormat

public Format setPlugInOutputFormat(Format format)