BinToLineStyle.h

Go to the documentation of this file.
00001 /* -*- mode: c++ -*- */
00002 
00014 #ifndef _BinToLineStyle_H_
00015 #define _BinToLineStyle_H_
00016 
00017 #include "BinToColor.h"
00018 
00019 namespace hippodraw {
00020 
00031 class MDL_HIPPOPLOT_API BinToLineStyle : public BinToColor
00032 {
00033 
00034  public:
00035 
00038   BinToLineStyle ( const char * name );
00039 
00041   BinToLineStyle ( const BinToLineStyle & );
00042 
00043   virtual BinToColor * clone () const;
00044 
00045   virtual void doubleToColor ( double value, Color & color ) const;
00046 
00047   virtual bool acceptChangeColor () const;
00048 
00049 };
00050 
00051 } // namespace hippodraw
00052 
00053 #endif // _BinToLineStyle_H_

Generated for HippoDraw Class Library by doxygen