RAIDA
1.9.0
|
Style for the part of the scene representing the data (then histograms, functions, data point sets). More...
#include <IDataStyleROOT.h>
Public Member Functions | |
virtual | ~IDataStyleROOT () |
Destructor. | |
virtual ILineStyle & | lineStyle () |
Return various styles that may be used to customize the data representation. | |
virtual IMarkerStyle & | markerStyle () |
virtual IFillStyle & | fillStyle () |
virtual bool | setLineStyle (const ILineStyle &lineStyle) |
Set various basic style on the data style. | |
virtual bool | setMarkerStyle (const IMarkerStyle &markerStyle) |
virtual bool | setFillStyle (const IFillStyle &fillStyle) |
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::IDataStyle | |
virtual | ~IDataStyle () |
Destructor. | |
Style for the part of the scene representing the data (then histograms, functions, data point sets).