net.sf.fmj.filtergraph.model
Class LinkModel

java.lang.Object
  extended by net.sf.fmj.filtergraph.model.LinkModel

public class LinkModel
extends java.lang.Object


Constructor Summary
LinkModel(int sourceTrack, int destTrack, Format destFormat, NodeModel destNode)
           
 
Method Summary
 Format getDestFormat()
           
 NodeModel getDestNode()
           
 int getDestTrack()
           
 int getSourceTrack()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkModel

public LinkModel(int sourceTrack,
                 int destTrack,
                 Format destFormat,
                 NodeModel destNode)
Method Detail

getDestFormat

public Format getDestFormat()

getDestNode

public NodeModel getDestNode()

getDestTrack

public int getDestTrack()

getSourceTrack

public int getSourceTrack()