RAIDA
1.9.0
|
Style for all markers (histo representation, legend box etc.) More...
#include <IMarkerStyleROOT.h>
Public Member Functions | |
virtual | ~IMarkerStyleROOT () |
Destructor. | |
virtual std::vector< std::string > | availableShapes () const |
Get list of shapes available in this implementation. | |
virtual std::string | shape () const |
Get current marker shape. | |
virtual bool | setShape (const std::string &shape) |
Set current marker shape, e.g. More... | |
Public Member Functions inherited from AIDA::IMarkerStyle | |
virtual | ~IMarkerStyle () |
Destructor. | |
Public Member Functions inherited from AIDA::IBrushStyle | |
virtual | ~IBrushStyle () |
Destructor. | |
Public Member Functions inherited from AIDA::IBaseStyle | |
virtual | ~IBaseStyle () |
Destructor. | |
Public Member Functions inherited from AIDA::IBrushStyleROOT | |
virtual | ~IBrushStyleROOT () |
Destructor. | |
virtual std::vector< std::string > | availableColors () const |
Get a list of the colours supported by this implementation. | |
virtual std::string | color () const |
Current colour of this brush style. | |
virtual double | opacity () const |
Current opacity (alpha) of this brush style. | |
virtual bool | setColor (const std::string &newColor) |
Set current colour, e.g. More... | |
virtual bool | setOpacity (double newOpacity) |
Set opacity (alpha), e.g. More... | |
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). | |
Style for all markers (histo representation, legend box etc.)
|
virtual |
Set current marker shape, e.g.
"openCircle".
Implements AIDA::IMarkerStyle.