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