CERN Accelerating science

This website is no longer maintained. Its content may be obsolete. Please visit http://home.cern/ for current CERN information.

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

IPlotterStyle.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 // AID-GENERATED
00003 // =========================================================================
00004 // This class was generated by AID - Abstract Interface Definition          
00005 // DO NOT MODIFY, but use the org.freehep.aid.Aid utility to regenerate it. 
00006 // =========================================================================
00007 #ifndef AIDA_IPLOTTERSTYLE_H
00008 #define AIDA_IPLOTTERSTYLE_H 1
00009 
00010 //  This file is part of the AIDA library
00011 //  Copyright (C) 2002 by the AIDA team.  All rights reserved.
00012 //  This library is free software and under the terms of the
00013 //  GNU Library General Public License described in the LGPL.txt 
00014 
00015 #include "AIDA/IBaseStyle.h"
00016 
00017 namespace AIDA {
00018 
00019 class IAxisStyle;
00020 class IDataStyle;
00021 class IInfoStyle;
00022 class ITitleStyle;
00023 
00034 class IPlotterStyle : virtual public IBaseStyle {
00035 
00036 public: 
00038     virtual ~IPlotterStyle() { /* nop */; }
00039 
00043     virtual IDataStyle & dataStyle() = 0;
00044 
00045     virtual IAxisStyle & xAxisStyle() = 0;
00046 
00047     virtual IAxisStyle & yAxisStyle() = 0;
00048 
00049     virtual IAxisStyle & zAxisStyle() = 0;
00050 
00051     virtual ITitleStyle & titleStyle() = 0;
00052 
00053     virtual IInfoStyle & infoStyle() = 0;
00054 
00058     virtual bool setDataStyle(const IDataStyle & dataStyle) = 0;
00059 
00060     virtual bool setAxisStyleX(const IAxisStyle & xAxisStyle) = 0;
00061 
00062     virtual bool setAxisStyleY(const IAxisStyle & yAxisStyle) = 0;
00063 
00064     virtual bool setAxisStyleZ(const IAxisStyle & zAxisStyle) = 0;
00065 
00066     virtual bool setTitleStyle(const ITitleStyle & textStyle) = 0;
00067 
00068     virtual bool setInfoStyle(const IInfoStyle & infoStyle) = 0;
00069 }; // class
00070 }; // namespace AIDA
00071 #endif /* ifndef AIDA_IPLOTTERSTYLE_H */

Generated at Tue Feb 18 15:48:23 2003 for AIDA_Interfaces by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001