org.metaqtl.graph
Class GraphFactory

java.lang.Object
  extended by org.metaqtl.graph.GraphFactory

public class GraphFactory
extends java.lang.Object


Field Summary
static int BOX_HEIGHT
           
static int BOX_WIDTH
           
static int HEIGHT
           
static int WIDTH
           
 
Constructor Summary
GraphFactory()
           
 
Method Summary
static java.awt.image.BufferedImage getImage(ChromGraph[] chroms)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WIDTH

public static int WIDTH

HEIGHT

public static int HEIGHT

BOX_WIDTH

public static int BOX_WIDTH

BOX_HEIGHT

public static int BOX_HEIGHT
Constructor Detail

GraphFactory

public GraphFactory()
Method Detail

getImage

public static java.awt.image.BufferedImage getImage(ChromGraph[] chroms)