boca::Legend Class Reference
#include <Legend.hh>
Public Member Functions | |
Legend () | |
Legend (latex::String const &title) | |
Legend (boca::Rectangle< double > const &rectangle, latex::String const &title=latex::String()) | |
Legend (Orientation orientation, std::vector< latex::String > const &entries, latex::String const &title=latex::String()) | |
void | SetOrientation (Orientation orientation, std::vector< latex::String > const &entries, latex::String const &title) |
void | Set (boca::Rectangle< double > const &rectangle, latex::String const &title=latex::String()) |
void | SetOrientation (Orientation orientation, latex::String const &title) |
void | Draw () |
void | AddEntry (TObject const &object, latex::String const &name) |
void | AddEntry (TObject const &object, char const *name) |
void | TwoColumn () |
boca::Rectangle< double > | Rectangle () |
Constructor & Destructor Documentation
boca::Legend::Legend | ( | ) |
boca::Legend::Legend | ( | latex::String const & | title | ) |
boca::Legend::Legend | ( | boca::Rectangle< double > const & | rectangle, |
latex::String const & | title = latex::String() |
||
) |
boca::Legend::Legend | ( | Orientation | orientation, |
std::vector< latex::String > const & | entries, | ||
latex::String const & | title = latex::String() |
||
) |
Member Function Documentation
void boca::Legend::AddEntry | ( | TObject const & | object, |
latex::String const & | name | ||
) |
void boca::Legend::AddEntry | ( | TObject const & | object, |
char const * | name | ||
) |
void boca::Legend::Draw | ( | ) |
Rectangle< double > boca::Legend::Rectangle | ( | ) |
void boca::Legend::Set | ( | boca::Rectangle< double > const & | rectangle, |
latex::String const & | title = latex::String() |
||
) |
void boca::Legend::SetOrientation | ( | Orientation | orientation, |
std::vector< latex::String > const & | entries, | ||
latex::String const & | title | ||
) |
void boca::Legend::SetOrientation | ( | Orientation | orientation, |
latex::String const & | title | ||
) |
void boca::Legend::TwoColumn | ( | ) |
The documentation for this class was generated from the following files:
- boca/plotting/Legend.hh
- source/plotting/Legend.cpp