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

java.lang.Object
  extended bysalvo.jesus.graph.visual.drawing.VisualVertexPainterFactory
      extended byedu.ksu.cis.bnj.gui.components.VariablePainterFactory
All Implemented Interfaces:
salvo.jesus.graph.visual.drawing.PainterFactory, java.io.Serializable

public class VariablePainterFactory
extends salvo.jesus.graph.visual.drawing.VisualVertexPainterFactory

Author:
Roby Joehanes
See Also:
Serialized Form

Constructor Summary
VariablePainterFactory()
           
 
Method Summary
 salvo.jesus.graph.visual.drawing.Painter getPainter(salvo.jesus.graph.visual.VisualGraphComponent comp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariablePainterFactory

public VariablePainterFactory()
Method Detail

getPainter

public salvo.jesus.graph.visual.drawing.Painter getPainter(salvo.jesus.graph.visual.VisualGraphComponent comp)
See Also:
PainterFactory.getPainter(salvo.jesus.graph.visual.VisualGraphComponent)