scatter 0.1.0
scatter::Axis Class Reference

[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
 

Detailed Description

[brief description]

private class, not meant to be used by the user

Constructor & Destructor Documentation

◆ Axis()

scatter::Axis::Axis ( const AxisOptions *const options,
const TextOptions *const text_options )

constructor

this class is instantiated within Plot

Parameters
optionspointer to AxisOptions (coming from Plot)
text_optionspointer to TextOptions (coming from Plot)

◆ ~Axis()

virtual scatter::Axis::~Axis ( )
virtual

destructor

[long description]

Member Function Documentation

◆ render()

void scatter::Axis::render ( Renderer & renderer,
const Transform & transform )

render the Axis using the given Renderer

[long description]

Parameters
rendererRenderer (base class)
transformTransform to convert from data to canvas coordinates

The documentation for this class was generated from the following file: