14 #include "msdevstudio/MSconfig.h"
29 using namespace hippodraw;
The class for the 2D axes drawing.
A transform that transforms coordinates from one coordinate system to another.
AxisRep2D()
The default constructor.
virtual void drawZLabels(const AxisModelBase &axis_model, ViewBase &view, const std::string &Z_label)
Draws the labels of the z axis.
The AxisModelBase class maintains the Range and scaling of an axis.
The base class for the axis representation hierarchy.
The abstract base class for views.
hippodraw::AxisRep2D class interface
AxisRepBase * clone()
The clone function returns an object of its own kind which is a copy of this object at this moment...
hippodraw::ViewBase class interface
virtual void drawAllZTicks(const AxisModelBase &axis_model, const TransformBase &transform, ViewBase &view)
Takes care of the z ticks drawing (i.e., the ticks on the top of the plot).