ROOT
6.06/09
Reference Guide
|
Base class for drawable entities: objects that can be painted on a TPad
.
Definition at line 25 of file TDrawable.h.
Public Member Functions | |
virtual | ~TDrawable () |
virtual void | Paint ()=0 |
Paint the object. More... | |
#include <ROOT/TDrawable.h>
|
virtual |
Definition at line 18 of file TDrawable.cxx.
|
pure virtual |
Paint the object.
Implemented in ROOT::Internal::THistDrawable< DIMENSION, PRECISION >.