BinToLineStyle.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _BinToLineStyle_H_
15 #define _BinToLineStyle_H_
16 
17 #include "BinToColor.h"
18 
19 namespace hippodraw {
20 
32 {
33 
34  public:
35 
38  BinToLineStyle ( const char * name );
39 
41  BinToLineStyle ( const BinToLineStyle & );
42 
43  virtual BinToColor * clone () const;
44 
45  virtual void doubleToColor ( double value, Color & color ) const;
46 
47  virtual bool acceptChangeColor () const;
48 
49 };
50 
51 } // namespace hippodraw
52 
53 #endif // _BinToLineStyle_H_

Generated for HippoDraw Class Library by doxygen