|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectapollo.dataadapter.synteny.ChromosomeDrawer
public class ChromosomeDrawer
| Constructor Summary | |
|---|---|
ChromosomeDrawer(Chromosome chromosome,
java.util.Vector regions,
java.util.Hashtable colours,
boolean hit)
|
|
| Method Summary | |
|---|---|
void |
draw(java.awt.Graphics g,
int x,
int y,
int width,
int height)
|
SyntenyRegion |
pixelBoxToRegion(int xpixel,
int ypixel)
|
int |
pixelToBase(int x,
int y)
|
SyntenyRegion |
pixelToRegion(int xpixel,
int ypixel)
|
java.awt.Rectangle |
regionToRectangle(SyntenyRegion reg)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChromosomeDrawer(Chromosome chromosome,
java.util.Vector regions,
java.util.Hashtable colours,
boolean hit)
| Method Detail |
|---|
public void draw(java.awt.Graphics g,
int x,
int y,
int width,
int height)
public int pixelToBase(int x,
int y)
public SyntenyRegion pixelToRegion(int xpixel,
int ypixel)
public SyntenyRegion pixelBoxToRegion(int xpixel,
int ypixel)
public java.awt.Rectangle regionToRectangle(SyntenyRegion reg)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||