5 #ifndef BPP_PHYL_GRAPHICS_ABSTRACTDENDROGRAMPLOT_H
6 #define BPP_PHYL_GRAPHICS_ABSTRACTDENDROGRAMPLOT_H
Basic implementation of dendrogram plots.
virtual void drawDendrogram_(GraphicDevice &gDevice) const =0
void plot(GraphicDevice &gDevice) const
Plot the tree onto the specified device.
short getVerticalOrientation() const
static short ORIENTATION_BOTTOM_TO_TOP
void setVerticalOrientation(short orientation)
static short ORIENTATION_TOP_TO_BOTTOM
void setHorizontalOrientation(short orientation)
short getHorizontalOrientation() const
static short ORIENTATION_LEFT_TO_RIGHT
static short ORIENTATION_RIGHT_TO_LEFT
Partial implementation of the TreeDrawing interface.
Defines the basic types of data flow nodes.