Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

XYScaleDecorator Class Reference

#include <xysd.h>

Inheritance diagram for XYScaleDecorator:

Inheritance graph
[legend]
List of all members.

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

Constructor & Destructor Documentation

XYScaleDecorator::XYScaleDecorator void    [inline]
 

Definition at line 21 of file xysd.h.

virtual XYScaleDecorator::~XYScaleDecorator void    [inline, virtual]
 

Definition at line 24 of file xysd.h.


Member Function Documentation

virtual void XYScaleDecorator::boundingBox const XYAxis   axis,
int &    xmin,
int &    ymin,
int &    xmax,
int &    ymax
const [pure virtual]
 

Implemented in XYDateScaleDecorator, XYLogScaleDecorator, XYNumericalScaleDecorator, and XYStringScaleDecorator.

virtual void XYScaleDecorator::draw const XYAxis   axis,
int    first_tick,
int    last_tick
const [pure virtual]
 

Implemented in XYDateScaleDecorator, XYLogScaleDecorator, XYNumericalScaleDecorator, and XYStringScaleDecorator.


The documentation for this class was generated from the following file:
XY
Tecgraf / PUC-Rio - Computer Graphics Technology Group