#include <HVisitors.h>
Inheritance diagram for AttLineSetter:
See root class TAttLine for a documentation of these attributes.
All root histogram classes are derived from TAttLine.
Definition at line 130 of file HVisitors.h.
Public Member Functions | |
AttLineSetter (Color_t lcolor_=-1, Style_t lstyle_=-1, Width_t lwidth_=-1) | |
Constructor. | |
virtual void | visit (RegO &h) const |
The visit function. | |
virtual void | visit (TLine &h) const |
Private Attributes | |
Color_t | lcolor |
The new color; -1: dont set it. | |
Style_t | lstyle |
The new style; -1: dont set it. | |
Width_t | lwidth |
The new width; -1: dont set it. |
|
Constructor.
Definition at line 133 of file HVisitors.h. |
|
The visit function.
Implements ConstHVisitor. Definition at line 140 of file HVisitors.h. |
|
Definition at line 148 of file HVisitors.h. |