| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectPortView
edu.jhu.ece.iacl.jist.pipeline.graph.PipePortView
public abstract class PipePortView
Cell view for port.
| Nested Class Summary | |
|---|---|
 class | 
PipePortView.ActivityRenderer
The Class ActivityRenderer.  | 
| Field Summary | |
|---|---|
protected static java.awt.Color | 
compatibleColor
The compatible color.  | 
protected static java.awt.Color | 
connectedColor
The connected color.  | 
protected  PipeJGraph | 
graph
The graph.  | 
protected  java.awt.Dimension | 
labelSize
The label size.  | 
static int | 
portSize
The Constant portSize.  | 
protected static java.awt.Color | 
validColor
The valid color.  | 
| Constructor Summary | |
|---|---|
PipePortView()
Default constructor.  | 
|
PipePortView(java.lang.Object cell)
Constructor.  | 
|
| Method Summary | |
|---|---|
protected  java.awt.Dimension | 
drawPortLabel(java.awt.Graphics2D g)
Draw port label.  | 
abstract  CellViewRenderer | 
getRenderer()
 | 
 void | 
setGraph(PipeJGraph graph)
Set graph that contains this port.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final int portSize
protected static java.awt.Color compatibleColor
protected static java.awt.Color connectedColor
protected static java.awt.Color validColor
protected java.awt.Dimension labelSize
protected PipeJGraph graph
| Constructor Detail | 
|---|
public PipePortView()
public PipePortView(java.lang.Object cell)
cell - module cell that owns this port| Method Detail | 
|---|
protected java.awt.Dimension drawPortLabel(java.awt.Graphics2D g)
g - the g
public abstract CellViewRenderer getRenderer()
public void setGraph(PipeJGraph graph)
graph - the graph
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||