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

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.DecisionVariablePainter
All Implemented Interfaces:
salvo.jesus.graph.visual.drawing.Painter, java.io.Serializable, salvo.jesus.graph.visual.drawing.VisualVertexPainter

public class DecisionVariablePainter
extends VariablePainter

Decision 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
DecisionVariablePainter()
          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

DecisionVariablePainter

public DecisionVariablePainter()
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)