RAIDA  1.9.0
Public Member Functions | List of all members
AIDA::IDataStyle Class Referenceabstract

Style for the part of the scene representing the data (then histograms, functions, data point sets). More...

#include <IDataStyle.h>

Inheritance diagram for AIDA::IDataStyle:
AIDA::IBaseStyle AIDA::IDataStyleROOT

Public Member Functions

virtual ~IDataStyle ()
 Destructor.
 
virtual ILineStylelineStyle ()=0
 Return various styles that may be used to customize the data representation.
 
virtual IMarkerStylemarkerStyle ()=0
 
virtual IFillStylefillStyle ()=0
 
virtual bool setLineStyle (const ILineStyle &lineStyle)=0
 Set various basic style on the data style.
 
virtual bool setMarkerStyle (const IMarkerStyle &markerStyle)=0
 
virtual bool setFillStyle (const IFillStyle &fillStyle)=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 &paramName, const std::string &options="")=0
 Set a parameter. More...
 
virtual std::string parameterValue (const std::string &parameter) 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 &paramName) const =0
 Get list of the available options for a given parameter (implementation-dependent).
 

Detailed Description

Style for the part of the scene representing the data (then histograms, functions, data point sets).

Author
The AIDA team (http://aida.freehep.org/)

The documentation for this class was generated from the following file: