#include <HVisitors.h>
Inheritance diagram for AxisLabelAttribSetter:
See root class TAxis for a documentation of these attributes
Definition at line 294 of file HVisitors.h.
Public Member Functions | |
AxisLabelAttribSetter (int axis_, Double_t size_, Color_t lcolor_=-1, Style_t font_=-1, Int_t ndiv_=-1) | |
Constructor. | |
virtual void | visit (RegO &h) const |
The visit function. | |
Private Member Functions | |
AxisLabelAttribSetter (const AxisLabelAttribSetter &source) | |
Private copy constructor, left unimplemented: No copying! | |
AxisLabelAttribSetter & | operator= (const AxisLabelAttribSetter &source) |
Private assignment operator, left unimplemented: No assignment! | |
Private Attributes | |
int | axis |
The axis (1=x, 2=y, 3=z). | |
Double_t | size |
The new size (<0: dont set). | |
Color_t | lcolor |
The new color (-1: dont set). | |
Style_t | font |
The new label font (-1: dont set). | |
Int_t | ndiv |
The new number of divisions (-1: dont set). |
|
Constructor.
Definition at line 297 of file HVisitors.h. |
|
The visit function.
Implements ConstHVisitor. Definition at line 310 of file HVisitors.h. |