RAIDA
1.9.0
|
Style for the part of the scene representing the data (then histograms, functions, data point sets). More...
#include <IAxisStyle.h>
Public Member Functions | |
virtual | ~IAxisStyle () |
Destructor. | |
virtual ILineStyle & | lineStyle ()=0 |
virtual ITextStyle & | tickLabelStyle ()=0 |
virtual ITextStyle & | labelStyle ()=0 |
virtual bool | setlineStyle (const ILineStyle &lineStyle)=0 |
virtual bool | setTickLabelStyle (const ITextStyle &tickLabelStyle)=0 |
virtual bool | setLabelStyle (const ITextStyle &labelStyle)=0 |
virtual void | setLabel (const std::string &label)=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). | |
Style for the part of the scene representing the data (then histograms, functions, data point sets).