Modifier and Type | Method and Description |
---|---|
void |
Histogramm.draw(org.eclipse.swt.widgets.Canvas can,
OurColormap colormap)
draws the histograms onto the canvas using the provided colors
|
void |
ConsensusTree.draw(org.eclipse.swt.widgets.Canvas can,
OurColormap colormap)
draws the consensus tree onto the provided canvas using the provided colors
|
void |
ComparisonTree.draw(org.eclipse.swt.widgets.Canvas can,
OurColormap colormap,
int startx1,
int starty1,
int endx,
int endy)
draws the comparison tree on the provided canvas into the field whose boundaries are given by the x and y values
|