RAIDA
1.9.0
|
User level interface to plotter style. More...
#include <IPlotterStyleROOT.h>
Public Member Functions | |
virtual | ~IPlotterStyleROOT () |
Destructor. | |
virtual IDataStyle & | dataStyle () |
Get style of various plotting scene parts. | |
virtual IAxisStyle & | xAxisStyle () |
virtual IAxisStyle & | yAxisStyle () |
virtual IAxisStyle & | zAxisStyle () |
virtual ITitleStyle & | titleStyle () |
virtual IInfoStyle & | infoStyle () |
virtual bool | setDataStyle (const IDataStyle &dataStyle) |
Set style of various plotting scene parts. | |
virtual bool | setAxisStyleX (const IAxisStyle &xAxisStyle) |
virtual bool | setAxisStyleY (const IAxisStyle &yAxisStyle) |
virtual bool | setAxisStyleZ (const IAxisStyle &zAxisStyle) |
virtual bool | setTitleStyle (const ITitleStyle &textStyle) |
virtual bool | setInfoStyle (const IInfoStyle &infoStyle) |
Public Member Functions inherited from AIDA::IBaseStyleROOT | |
virtual | ~IBaseStyleROOT () |
Destructor. | |
virtual void | reset () |
Return to original (construction time) state. More... | |
virtual bool | setParameter (const std::string ¶mName, const std::string &options="") |
Set a parameter. More... | |
virtual std::string | parameterValue (const std::string ¶meter) const |
Get value of a parameter. More... | |
virtual std::vector< std::string > | availableParameters () const |
Get list of the available parameters (implementation-dependent) | |
virtual std::vector< std::string > | availableParameterOptions (const std::string ¶mName) const |
Get list of the available options for a given parameter (implementation-dependent). | |
Public Member Functions inherited from AIDA::IBaseStyle | |
virtual | ~IBaseStyle () |
Destructor. | |
Public Member Functions inherited from AIDA::IPlotterStyle | |
virtual | ~IPlotterStyle () |
Destructor. | |
User level interface to plotter style.
A plotter style permit to customize various part of the plotting "scene" (axes, titles, data representations, etc...)