graphics.graph
Class GraphFactory

java.lang.Object
  extended by graphics.graph.GraphFactory

public class GraphFactory
extends java.lang.Object


Constructor Summary
GraphFactory()
           
 
Method Summary
static ColorPanel getColorPanel()
           
static EdgesManager getEdgesManager()
           
static ImageBuffer getImageUtil()
           
static NodeDrawer getNodeDrawer()
           
static Nodes getNodes()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphFactory

public GraphFactory()
Method Detail

getEdgesManager

public static EdgesManager getEdgesManager()

getColorPanel

public static ColorPanel getColorPanel()

getNodes

public static Nodes getNodes()

getNodeDrawer

public static NodeDrawer getNodeDrawer()

getImageUtil

public static ImageBuffer getImageUtil()