#include <Legend.h>
Inheritance diagram for Legend:
Public Member Functions | |
Legend () | |
virtual | ~Legend () |
virtual void | draw (std::ostringstream &os, SVG *psvg, DrawingLabelManager *plm, const double x, const double y)=0 |
double | getWidth (void) const |
double | getHeight (void) const |
Protected Attributes | |
double | _width |
double | _height |
|
|
|
|
|
Implemented in IconLegend, and LabelLegend. |
|
|
|
|
|
|
|
|