RAIDA
1.9.0
|
The info class permits to access the info area of a region. More...
#include <IInfoROOT.h>
Public Member Functions | |
virtual | ~IInfoROOT () |
Destructor. | |
virtual void | clear () |
Clear the info area. | |
virtual void | addText (const std::string &text) |
Add a text. More... | |
virtual void | addLegend (const IMarkerStyle &style, const std::string &description) |
Add a marker, line or fill area legend. More... | |
virtual void | addLegend (const ILineStyle &style, const std::string &description) |
virtual void | addLegend (const IFillStyle &style, const std::string &description) |
Public Member Functions inherited from AIDA::IInfo | |
virtual | ~IInfo () |
Destructor. | |
The info class permits to access the info area of a region.
Through it legends, statistics, text could be displayed. A legend is an association of a graphical marker and a text.
|
virtual |
Add a marker, line or fill area legend.
The legend is appended to existing elements.
Implements AIDA::IInfo.
|
virtual |