edu.ksu.cis.bnj.gui.components
Class UtilityVariablePainter

java.lang.Object
  extended bysalvo.jesus.graph.visual.drawing.VisualVertexPainterImpl
      extended byedu.ksu.cis.bnj.gui.components.VariablePainter
          extended byedu.ksu.cis.bnj.gui.components.UtilityVariablePainter
All Implemented Interfaces:
salvo.jesus.graph.visual.drawing.Painter, java.io.Serializable, salvo.jesus.graph.visual.drawing.VisualVertexPainter

public class UtilityVariablePainter
extends VariablePainter

Utility Variable Vertex Painter

Author:
Roby Joehanes
See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.ksu.cis.bnj.gui.components.VariablePainter
backgroundColor, fatStroke, font, fontColor, highlightOutlineColor, leftRightMargin, normalOutlineColor, origStroke, outlineColor, topBottomMargin
 
Constructor Summary
UtilityVariablePainter()
          Constructor for VertexPainter.
 
Method Summary
 void paint(salvo.jesus.graph.visual.VisualGraphComponent vgc, java.awt.Graphics2D g2d)
           
 
Methods inherited from class edu.ksu.cis.bnj.gui.components.VariablePainter
paint, paintText, rescale, setColorToHighlight, setColorToNormal, setOutlineColor
 
Methods inherited from class salvo.jesus.graph.visual.drawing.VisualVertexPainterImpl
paintFill, paintOutline
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UtilityVariablePainter

public UtilityVariablePainter()
Constructor for VertexPainter.

Method Detail

paint

public void paint(salvo.jesus.graph.visual.VisualGraphComponent vgc,
                  java.awt.Graphics2D g2d)
See Also:
Painter.paint(salvo.jesus.graph.visual.VisualGraphComponent, java.awt.Graphics2D)