net.sf.fmj.filtergraph
Class InputPin

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

public class InputPin
extends Pin

An input Pin.

Author:
Ken Larson

Field Summary
 
Fields inherited from class net.sf.fmj.filtergraph.Pin
NO_TRACK, TYPE_INPUT, TYPE_OUTPUT
 
Constructor Summary
InputPin(Node owner)
           
InputPin(Node owner, int pinNumber, int track)
           
 
Method Summary
 Format setPlugInInputFormat(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

InputPin

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

InputPin

public InputPin(Node owner)
Method Detail

setPlugInInputFormat

public Format setPlugInInputFormat(Format format)