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  

IAxisStyle.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_IAXISSTYLE_H
00008 #define AIDA_IAXISSTYLE_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 <string>
00016 
00017 #include "AIDA/IBaseStyle.h"
00018 
00019 namespace AIDA {
00020 
00021 class ILineStyle;
00022 class ITextStyle;
00023 
00032 class IAxisStyle : virtual public IBaseStyle {
00033 
00034 public: 
00036     virtual ~IAxisStyle() { /* nop */; }
00037 
00038     virtual ILineStyle & lineStyle() = 0;
00039 
00040     virtual ITextStyle & tickLabelStyle() = 0;
00041 
00042     virtual ITextStyle & labelStyle() = 0;
00043 
00044     virtual bool setlineStyle(const ILineStyle & lineStyle) = 0;
00045 
00046     virtual bool setTickLabelStyle(const ITextStyle & tickLabelStyle) = 0;
00047 
00048     virtual bool setLabelStyle(const ITextStyle & labelStyle) = 0;
00049 
00050     virtual void setLabel(const std::string & label) = 0;
00051 }; // class
00052 }; // namespace AIDA
00053 #endif /* ifndef AIDA_IAXISSTYLE_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