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

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.PortInputView

public class PortInputView
extends PipePortView

Cell view renderer for input ports.

Author:
Blake Lucas (bclucas@jhu.edu)

Nested Class Summary
 class PortInputView.ActivityRenderer
          The Class ActivityRenderer.
 
Field Summary
 PortInputView.ActivityRenderer renderer
          The renderer.
 
Fields inherited from class edu.jhu.ece.iacl.jist.pipeline.graph.PipePortView
compatibleColor, connectedColor, graph, labelSize, portSize, validColor
 
Constructor Summary
PortInputView()
          Instantiates a new port input view.
PortInputView(java.lang.Object cell)
          Instantiates a new port input 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

public transient PortInputView.ActivityRenderer renderer
The renderer.

Constructor Detail

PortInputView

public PortInputView()
Instantiates a new port input view.


PortInputView

public PortInputView(java.lang.Object cell)
Instantiates a new port input view.

Parameters:
cell - the cell
Method Detail

getRenderer

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