edu.jhu.ece.iacl.jist.pipeline.graph
Class PipeAlgorithmView.ActivityRenderer

java.lang.Object
  extended by VertexRenderer
      extended by edu.jhu.ece.iacl.jist.pipeline.graph.PipeAlgorithmView.ActivityRenderer
Enclosing class:
PipeAlgorithmView

public static class PipeAlgorithmView.ActivityRenderer
extends VertexRenderer

The Class ActivityRenderer.


Field Summary
protected  java.awt.Color graphForeground
          Holds the background and foreground of the graph.
static java.awt.Rectangle handle
          Default handle bounds for renderer, '+' or '-'.
protected  java.awt.Color handleColor
          Holds the background and foreground of the graph.
protected  boolean isGroup
          Specifies whether the current view is a rich text value, and if the image should be stretched.
 
Constructor Summary
PipeAlgorithmView.ActivityRenderer()
           
 
Method Summary
 java.awt.Dimension getPreferredSize()
          Return a slightly larger preferred size than for a rectangle.
 void paint(java.awt.Graphics g)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handle

public static java.awt.Rectangle handle
Default handle bounds for renderer, '+' or '-'.


isGroup

protected boolean isGroup
Specifies whether the current view is a rich text value, and if the image should be stretched.


handleColor

protected java.awt.Color handleColor
Holds the background and foreground of the graph.


graphForeground

protected java.awt.Color graphForeground
Holds the background and foreground of the graph.

Constructor Detail

PipeAlgorithmView.ActivityRenderer

public PipeAlgorithmView.ActivityRenderer()
Method Detail

getPreferredSize

public java.awt.Dimension getPreferredSize()
Return a slightly larger preferred size than for a rectangle.

Returns:
the preferred size

paint

public void paint(java.awt.Graphics g)