Main Page   Namespace List   Alphabetical List   Compound List   File List   Namespace Members   Compound Members  

AIDA_PlotterFactory.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 
00004 //                                                                     //
00005 //  This library is free software; you can redistribute it and/or      //
00006 //  modify it under the terms of the GNU Lesser General Public         //
00007 //  License as published by the Free Software Foundation; either       //
00008 //  version 2.1 of the License, or (at your option) any later version. //
00009 //                                                                     //
00010 //  This library is distributed in the hope that it will be useful,    //
00011 //  but WITHOUT ANY WARRANTY; without even the implied warranty of     //
00012 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU   //
00013 //  Lesser General Public License for more details.                    //
00014 //                                                                     //
00015 //  You should have received a copy of the GNU Lesser General Public   //
00016 //  License along with this library (see file COPYING); if not, write  //
00017 //  to the Free Software Foundation, Inc., 59 Temple Place, Suite      //
00018 //  330, Boston, MA 02111-1307 USA, or contact the author.             //
00019 //                                                                     //
00021 
00030 // 
00031 // Created by user sang on Sun Oct  6 17:25:21 2002
00032 // 
00033 
00034 #ifndef ANAPHE_AIDA_PLOTTERFACTORY_H
00035 #define ANAPHE_AIDA_PLOTTERFACTORY_H
00036 
00037 
00038 #include "AIDA/IPlotterFactory.h"
00039 
00040 
00041 
00042 namespace Anaphe {
00043 namespace AIDA_Plotter_Grace {
00044 
00045 
00046 
00047 
00052 class AIDA_PlotterFactory : public AIDA::IPlotterFactory
00053 {
00054 public:
00055   AIDA_PlotterFactory();
00056   virtual ~AIDA_PlotterFactory();
00057 
00058 public:
00059   virtual AIDA::IPlotter* create(const std::string& name);
00060   virtual AIDA::IMarkerStyle* createMarkerStyle();
00061   virtual AIDA::ITextStyle* createTextStyle();
00062   virtual AIDA::ILineStyle* createLineStyle();
00063   virtual AIDA::IFillStyle* createFillStyle();
00064   virtual AIDA::IDataStyle* createDataStyle();
00065   virtual AIDA::IAxisStyle* createAxisStyle();
00066   virtual AIDA::IPlotterStyle* createPlotterStyle();
00067   virtual AIDA::ITitleStyle* createTitleStyle();
00068 };
00069 
00070 
00071 
00072 
00073 } // end of namespace AIDA_Plotter_Grace
00074 } // end of namespace Anaphe
00075 
00076 
00077 #endif // ANAPHE_AIDA_PLOTTERFACTORY_H
00078 

Generated on Tue Jan 28 13:30:45 2003 for Anaphe_AIDA_Plotter_Grace by doxygen1.2.16