edu.jhu.ece.iacl.jist.pipeline.graph
Class PipeModulePort

java.lang.Object
  extended by DefaultPort
      extended by edu.jhu.ece.iacl.jist.pipeline.graph.PipeModulePort

public class PipeModulePort
extends DefaultPort

Graph module port.

Author:
Blake Lucas (bclucas@jhu.edu)

Constructor Summary
PipeModulePort(double x, double y, PipePort port)
          Instantiates a new pipe module port.
 
Method Summary
protected  void applyPortAttributes(double x, double y, PipePort port)
          Create port attributes.
 PipeModulePort clone()
           
 PipePort getPort()
          Get pipe port for graph port.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipeModulePort

public PipeModulePort(double x,
                      double y,
                      PipePort port)
Instantiates a new pipe module port.

Parameters:
x - the x
y - the y
port - the port
Method Detail

applyPortAttributes

protected void applyPortAttributes(double x,
                                   double y,
                                   PipePort port)
Create port attributes.

Parameters:
x - X coordinate
y - Y coordinate
port - pipe port

clone

public PipeModulePort clone()

getPort

public PipePort getPort()
Get pipe port for graph port.

Returns:
pipe port