org.metaqtl.graph
Class ChromGraph

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

public final class ChromGraph
extends java.lang.Object

A ChromGraph allows to link together a Chromosome and a QtlPartition in order to be depicted into a graphic.


Field Summary
 Chromosome chromosome
          The chromosome to draw
 QtlPartition qtlPart
          The Qtl partition
 
Constructor Summary
ChromGraph()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

chromosome

public Chromosome chromosome
The chromosome to draw


qtlPart

public QtlPartition qtlPart
The Qtl partition

Constructor Detail

ChromGraph

public ChromGraph()