2 #ifndef AIDA_IAXISSTYLEROOT_H
3 #define AIDA_IAXISSTYLEROOT_H 1
7 #include <RAIDA/IBaseStyleROOT.h>
8 #include <AIDA/IAxisStyle.h>
31 virtual ILineStyle & lineStyle() ;
33 virtual ITextStyle & tickLabelStyle() ;
35 virtual ITextStyle & labelStyle() ;
37 virtual bool setlineStyle(
const ILineStyle & lineStyle) ;
39 virtual bool setTickLabelStyle(
const ITextStyle & tickLabelStyle) ;
41 virtual bool setLabelStyle(
const ITextStyle & labelStyle) ;
43 virtual void setLabel(
const std::string & label) ;
virtual ~IAxisStyleROOT()
Destructor.
Definition: IAxisStyleROOT.h:27
Style for the part of the scene representing the data (then histograms, functions, data point sets).
Definition: IAxisStyle.h:32
Superclass for all styles in AIDA Plotting package.
Definition: IBaseStyleROOT.h:30
Style for the part of the scene representing the data (then histograms, functions, data point sets).
Definition: IAxisStyleROOT.h:23