|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.metaqtl.graph.AnchoredElement
org.metaqtl.graph.Layer
org.metaqtl.graph.QtlTreeLayer
public class QtlTreeLayer
Field Summary |
---|
Fields inherited from class org.metaqtl.graph.Layer |
---|
height, width |
Fields inherited from class org.metaqtl.graph.AnchoredElement |
---|
x, y |
Constructor Summary | |
---|---|
QtlTreeLayer(double x,
double y)
|
Method Summary | |
---|---|
void |
attach(java.lang.Object object)
Attach the given object to the layer. |
void |
build(java.awt.Graphics2D graph)
Build the layer. |
void |
draw(java.awt.Graphics2D graph)
Draws the layer on the given graph context. |
double |
getYMax()
|
double |
getYMin()
|
void |
setChromAxe(ChromAxe axe)
|
Methods inherited from class org.metaqtl.graph.Layer |
---|
getHeight, getWidth |
Methods inherited from class org.metaqtl.graph.AnchoredElement |
---|
getX, getY, setX, setY |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QtlTreeLayer(double x, double y)
x
- y
- Method Detail |
---|
public void attach(java.lang.Object object)
Layer
object
to the layer.
attach
in class Layer
object
- the object to attach to the layer.public void build(java.awt.Graphics2D graph)
Layer
build
in class Layer
public void draw(java.awt.Graphics2D graph)
Layer
graph
context.
draw
in class Layer
public double getYMin()
getYMin
in class Layer
public double getYMax()
getYMax
in class Layer
public void setChromAxe(ChromAxe axe)
axe
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |