#include <xysd.h>
Inheritance diagram for XYScaleDecorator:
Public Methods | |
XYScaleDecorator (void) | |
virtual | ~XYScaleDecorator (void) |
virtual void | draw (const XYAxis *axis, int first_tick, int last_tick) const=0 |
virtual void | boundingBox (const XYAxis *axis, int &xmin, int &ymin, int &xmax, int &ymax) const=0 |
|
|
|
|
|
Implemented in XYDateScaleDecorator, XYLogScaleDecorator, XYNumericalScaleDecorator, and XYStringScaleDecorator. |
|
Implemented in XYDateScaleDecorator, XYLogScaleDecorator, XYNumericalScaleDecorator, and XYStringScaleDecorator. |