7 #ifndef AIDA_IPLOTTERSTYLE_H
8 #define AIDA_IPLOTTERSTYLE_H 1
15 #include "AIDA/IBaseStyle.h"
60 virtual bool setAxisStyleX(
const IAxisStyle & xAxisStyle) = 0;
62 virtual bool setAxisStyleY(
const IAxisStyle & yAxisStyle) = 0;
64 virtual bool setAxisStyleZ(
const IAxisStyle & zAxisStyle) = 0;
66 virtual bool setTitleStyle(
const ITitleStyle & textStyle) = 0;
68 virtual bool setInfoStyle(
const IInfoStyle & infoStyle) = 0;
virtual bool setDataStyle(const IDataStyle &dataStyle)=0
Set style of various plotting scene parts.
User level interface to plotter style.
Definition: IPlotterStyle.h:34
Superclass for all styles in AIDA Plotting package.
Definition: IBaseStyle.h:38
Style for the part of the scene representing the info area.
Definition: IInfoStyle.h:28
Style for the part of the scene representing the data (then histograms, functions, data point sets).
Definition: IAxisStyle.h:32
Style for the part of the scene representing the data (then histograms, functions, data point sets).
Definition: IDataStyle.h:31
virtual IDataStyle & dataStyle()=0
Get style of various plotting scene parts.
Style for the "title scene part" of a plotting region or for the global title of a plotting page...
Definition: ITitleStyle.h:29
virtual ~IPlotterStyle()
Destructor.
Definition: IPlotterStyle.h:38