ROOT 6.16/01 Reference Guide |
Drawing options for a 2D histogram.
Definition at line 68 of file RHistDrawingOpts.hxx.
Public Types | |
enum class | EStyle { kBox , kSurf , kText } |
Public Member Functions | |
RDrawingAttr< RColor > & | GetLineColor () |
RColor | GetLineColor () const |
RDrawingAttr< int > & | GetLineWidth () |
int | GetLineWidth () const |
RDrawingAttr< RStringEnumAttr< EStyle > > & | GetStyle () |
EStyle | GetStyle () const |
void | SetLineColor (const RColor &col) |
void | SetLineWidth (int width) |
void | SetStyle (EStyle style) |
Static Private Member Functions | |
static const RStringEnumAttrSet & | Styles () |
Private Attributes | |
RDrawingAttr< RColor > | fLineColor {*this, "Hist.2D.Line.Color"} |
RDrawingAttr< int > | fLineWidth {*this, "Hist.2D.Line.Width"} |
RDrawingAttr< RStringEnumAttr< EStyle > > | fStyle {*this, "Hist.2D.Style", EStyle::kBox, Styles()} |
#include <ROOT/RHistDrawingOpts.hxx>
|
strong |
Enumerator | |
---|---|
kBox | |
kSurf | |
kText |
Definition at line 70 of file RHistDrawingOpts.hxx.
|
inline |
Definition at line 87 of file RHistDrawingOpts.hxx.
|
inline |
Definition at line 86 of file RHistDrawingOpts.hxx.
|
inline |
Definition at line 91 of file RHistDrawingOpts.hxx.
|
inline |
Definition at line 90 of file RHistDrawingOpts.hxx.
|
inline |
Definition at line 83 of file RHistDrawingOpts.hxx.
|
inline |
Definition at line 82 of file RHistDrawingOpts.hxx.
|
inline |
Definition at line 88 of file RHistDrawingOpts.hxx.
|
inline |
Definition at line 92 of file RHistDrawingOpts.hxx.
|
inline |
Definition at line 84 of file RHistDrawingOpts.hxx.
|
inlinestaticprivate |
Definition at line 73 of file RHistDrawingOpts.hxx.
|
private |
Definition at line 78 of file RHistDrawingOpts.hxx.
|
private |
Definition at line 79 of file RHistDrawingOpts.hxx.
|
private |
Definition at line 77 of file RHistDrawingOpts.hxx.