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

java.lang.Object
  extended by PortView
      extended by edu.jhu.ece.iacl.jist.pipeline.graph.PipePortView
          extended by edu.jhu.ece.iacl.jist.pipeline.graph.PortOutputView

public class PortOutputView
extends PipePortView

Cell view renderer for output ports.

Author:
Blake Lucas (bclucas@jhu.edu)

Nested Class Summary
 class PortOutputView.ActivityRenderer
          The Class ActivityRenderer.
 
Field Summary
protected  PortOutputView.ActivityRenderer renderer
          The renderer.
 
Fields inherited from class edu.jhu.ece.iacl.jist.pipeline.graph.PipePortView
compatibleColor, connectedColor, graph, labelSize, portSize, validColor
 
Constructor Summary
PortOutputView()
          Instantiates a new port output view.
PortOutputView(java.lang.Object cell)
          Instantiates a new port output view.
 
Method Summary
 CellViewRenderer getRenderer()
           
 
Methods inherited from class edu.jhu.ece.iacl.jist.pipeline.graph.PipePortView
drawPortLabel, setGraph
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

renderer

protected transient PortOutputView.ActivityRenderer renderer
The renderer.

Constructor Detail

PortOutputView

public PortOutputView()
Instantiates a new port output view.


PortOutputView

public PortOutputView(java.lang.Object cell)
Instantiates a new port output view.

Parameters:
cell - the cell
Method Detail

getRenderer

public CellViewRenderer getRenderer()
Specified by:
getRenderer in class PipePortView