scatter 0.1.0
|
[brief description] More...
#include <Axis.hpp>
Public Member Functions | |
Axis (const AxisOptions *const options, const TextOptions *const text_options) | |
constructor | |
virtual | ~Axis () |
destructor | |
void | render (Renderer &renderer, const Transform &transform) |
render the Axis using the given Renderer | |
[brief description]
private class, not meant to be used by the user
scatter::Axis::Axis | ( | const AxisOptions *const | options, |
const TextOptions *const | text_options ) |
constructor
this class is instantiated within Plot
options | pointer to AxisOptions (coming from Plot) |
text_options | pointer to TextOptions (coming from Plot) |
|
virtual |
destructor
[long description]