|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.metaqtl.graph.QtlLayerBuffer
public class QtlLayerBuffer
Constructor Summary | |
---|---|
QtlLayerBuffer()
|
Method Summary | |
---|---|
boolean |
addQtl(java.awt.Graphics2D graph,
QtlUnit unit)
Try to add a qtl unit to the configuration. |
boolean |
canAddMoreQtl(double ymax)
Retruns true if more Qtl can be added to the configuration, false otherwise. |
QtlLayer |
getLayer(double x,
double y)
Returns a QtlLayer which represent the contents of the buffer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QtlLayerBuffer()
Method Detail |
---|
public boolean addQtl(java.awt.Graphics2D graph, QtlUnit unit)
graph
- font
- unit
-
public boolean canAddMoreQtl(double ymax)
public QtlLayer getLayer(double x, double y)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |