2 #ifndef AIDA_IDATASTYLEROOT_H
3 #define AIDA_IDATASTYLEROOT_H 1
5 #include <RAIDA/IBaseStyleROOT.h>
6 #include <AIDA/IDataStyle.h>
36 virtual IMarkerStyle & markerStyle() ;
38 virtual IFillStyle & fillStyle() ;
45 virtual bool setMarkerStyle(
const IMarkerStyle & markerStyle) ;
47 virtual bool setFillStyle(
const IFillStyle & fillStyle) ;
Style for the part of the scene representing the data (then histograms, functions, data point sets).
Definition: IDataStyleROOT.h:22
virtual ILineStyle & lineStyle()
Return various styles that may be used to customize the data representation.
Definition: IDataStyleROOT.cc:6
virtual bool setLineStyle(const ILineStyle &lineStyle)
Set various basic style on the data style.
Definition: IDataStyleROOT.cc:21
Style for the part of the scene representing the data (then histograms, functions, data point sets).
Definition: IDataStyle.h:31
virtual ~IDataStyleROOT()
Destructor.
Definition: IDataStyleROOT.h:26
Superclass for all styles in AIDA Plotting package.
Definition: IBaseStyleROOT.h:30