7 #ifndef AIDA_IMARKERSTYLE_H
8 #define AIDA_IMARKERSTYLE_H 1
18 #include "AIDA/IBrushStyle.h"
42 virtual std::string
shape()
const = 0;
virtual bool setShape(const std::string &shape)=0
Set current marker shape, e.g.
Style for all markers (histo representation, legend box etc.)
Definition: IMarkerStyle.h:28
virtual ~IMarkerStyle()
Destructor.
Definition: IMarkerStyle.h:32
Superclass for anything which can be drawn in different colours and with (possibly) transparent/opaqu...
Definition: IBrushStyle.h:29
virtual std::string shape() const =0
Get current marker shape.
virtual std::vector< std::string > availableShapes() const =0
Get list of shapes available in this implementation.