RAIDA  1.9.0
ITitleStyle.h
1 // -*- C++ -*-
2 // AID-GENERATED
3 // =========================================================================
4 // This class was generated by AID - Abstract Interface Definition
5 // DO NOT MODIFY, but use the org.freehep.aid.Aid utility to regenerate it.
6 // =========================================================================
7 #ifndef AIDA_ITITLESTYLE_H
8 #define AIDA_ITITLESTYLE_H 1
9 
10 // This file is part of the AIDA library
11 // Copyright (C) 2002 by the AIDA team. All rights reserved.
12 // This library is free software and under the terms of the
13 // GNU Library General Public License described in the LGPL.txt
14 
15 #include "AIDA/IBaseStyle.h"
16 
17 namespace AIDA {
18 
19 class ITextStyle;
20 
29 class ITitleStyle : virtual public IBaseStyle {
30 
31 public:
33  virtual ~ITitleStyle() { /* nop */; }
34 
35  virtual ITextStyle & textStyle() = 0;
36 
37  virtual bool setTextStyle(const ITextStyle & textStyle) = 0;
38 }; // class
39 } // namespace AIDA
40 #endif /* ifndef AIDA_ITITLESTYLE_H */
virtual ~ITitleStyle()
Destructor.
Definition: ITitleStyle.h:33
Superclass for all styles in AIDA Plotting package.
Definition: IBaseStyle.h:38
Style for the "title scene part" of a plotting region or for the global title of a plotting page...
Definition: ITitleStyle.h:29
Style for all text (e.g.
Definition: ITextStyle.h:28