net.sf.fmj.filtergraph
Class FilterGraphLink

java.lang.Object
  extended by net.sf.fmj.filtergraph.FilterGraphLink

public class FilterGraphLink
extends java.lang.Object

A link to a destination node, specifying a specific track at the dest. Track is only relevant for a mux.

Author:
Ken Larson

Constructor Summary
FilterGraphLink(FilterGraphNode destNode)
           
FilterGraphLink(FilterGraphNode destNode, int destTrack)
           
 
Method Summary
 FilterGraphNode getDestNode()
           
 int getDestTrack()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterGraphLink

public FilterGraphLink(FilterGraphNode destNode,
                       int destTrack)

FilterGraphLink

public FilterGraphLink(FilterGraphNode destNode)
Method Detail

getDestNode

public FilterGraphNode getDestNode()

getDestTrack

public int getDestTrack()