|
scatter 0.1.0
|
[brief description] More...
#include <ArrowPlot.hpp>
Classes | |
| class | Options |
| [brief description] More... | |
Public Types | |
| typedef std::unique_ptr< ArrowPlot > | Ptr |
| convenience typedef | |
Public Member Functions | |
| ArrowPlot (const std::string &label, const std::vector< Arrow > &arrows, const Options &options) | |
| [brief description] | |
| ArrowPlot (const std::vector< Arrow > &arrows, const Options &options) | |
| constructor | |
| virtual | ~ArrowPlot () |
| destuctor | |
| Legend::Entry | getLegendEntry () |
| create LegendEntry | |
| void | render (Renderer &renderer, const Transform &transform) |
| render the ArrowPlot | |
| Options * | options () |
| [brief description] | |
Public Member Functions inherited from scatter::PlotBase | |
| PlotBase (const std::string &label) | |
| [brief description] | |
| virtual | ~PlotBase ()=default |
| [brief description] | |
| void | setLabel (const std::string &label) |
| [brief description] | |
| void | setColour (const Colour &colour) |
| [brief description] | |
| const std::string & | getLabel () const |
| [brief description] | |
| const Colour & | getColour () const |
| [brief description] | |
| virtual double | getYmax () |
| [brief description] | |
[brief description]
[long description]
| scatter::ArrowPlot::ArrowPlot | ( | const std::string & | label, |
| const std::vector< Arrow > & | arrows, | ||
| const Options & | options ) |
[brief description]
[long description]
| label | [description] |
| arrows | [description] |
| options | [description] |
|
virtual |
destuctor
[long description]
|
virtual |
| Options * scatter::ArrowPlot::options | ( | ) |
[brief description]
[long description]