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

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

public class PortChildView
extends PipePortView

Cell view render for child ports.

Author:
Blake Lucas (bclucas@jhu.edu)

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

Constructor Detail

PortChildView

public PortChildView()
Instantiates a new port child view.


PortChildView

public PortChildView(java.lang.Object cell)
Instantiates a new port child view.

Parameters:
cell - the cell
Method Detail

getRenderer

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