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