7 #ifndef AIDA_IDATASTYLE_H
8 #define AIDA_IDATASTYLE_H 1
15 #include "AIDA/IBaseStyle.h"
52 virtual bool setMarkerStyle(
const IMarkerStyle & markerStyle) = 0;
54 virtual bool setFillStyle(
const IFillStyle & fillStyle) = 0;
Style for all markers (histo representation, legend box etc.)
Definition: IMarkerStyle.h:28
virtual bool setLineStyle(const ILineStyle &lineStyle)=0
Set various basic style on the data style.
Superclass for all styles in AIDA Plotting package.
Definition: IBaseStyle.h:38
Style for all lines (axis lines, legend box outlines, etc.)
Definition: ILineStyle.h:28
Style for the part of the scene representing the data (then histograms, functions, data point sets).
Definition: IDataStyle.h:31
Style for all filled areas (boxes, regions, histograms, etc.)
Definition: IFillStyle.h:28
virtual ~IDataStyle()
Destructor.
Definition: IDataStyle.h:35
virtual ILineStyle & lineStyle()=0
Return various styles that may be used to customize the data representation.