#include <HVisitors.h>
Inheritance diagram for AttFillSetter:
See root class TAttFill for a documentation of these attributes.
All root histogram classes are derived from TAttFill.
Definition at line 168 of file HVisitors.h.
Public Member Functions | |
AttFillSetter (Color_t fcolor_=-1, Style_t fstyle_=-1) | |
Constructor. | |
virtual void | visit (RegO &h) const |
The visit function. | |
Private Attributes | |
Color_t | fcolor |
The new color; -1: dont set it. | |
Style_t | fstyle |
The new style; -1: dont set it. |
|
Constructor.
Definition at line 171 of file HVisitors.h. |
|
The visit function.
Implements ConstHVisitor. Definition at line 177 of file HVisitors.h. |