|
RAIDA
1.9.0
|
The info class permits to access the info area of a region. More...
#include <IInfo.h>
Public Member Functions | |
| virtual | ~IInfo () |
| Destructor. | |
| virtual void | clear ()=0 |
| Clear the info area. | |
| virtual void | addText (const std::string &text)=0 |
| Add a text. More... | |
| virtual void | addLegend (const IMarkerStyle &style, const std::string &description)=0 |
| Add a marker, line or fill area legend. More... | |
| virtual void | addLegend (const ILineStyle &style, const std::string &description)=0 |
| virtual void | addLegend (const IFillStyle &style, const std::string &description)=0 |
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.
|
pure virtual |
Add a marker, line or fill area legend.
The legend is appended to existing elements.
Implemented in AIDA::IInfoROOT.
|
pure virtual |
1.8.5