// @(#)root/histpainter:$Id$ // Author: Rene Brun 15/11/2002 /************************************************************************* * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. * * All rights reserved. * * * * For the licensing terms see $ROOTSYS/LICENSE. * * For the list of contributors see $ROOTSYS/README/CREDITS. * *************************************************************************/ #ifndef ROOT_TPaletteAxis #define ROOT_TPaletteAxis ////////////////////////////////////////////////////////////////////////// // // // TPaletteAxis // // // // class used to display a color palette axis for 2-d plots // // // ////////////////////////////////////////////////////////////////////////// #include "TPave.h" #include "TGaxis.h" class TH1; class TPaletteAxis : public TPave { protected: TGaxis fAxis; ///< Palette axis TH1 *fH; ///