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  

AIDA::IAxisStyle Class Reference

#include <IAxisStyle.h>

Inheritance diagram for AIDA::IAxisStyle::

AIDA::IBaseStyle List of all members.

Public Methods

virtual ~IAxisStyle ()
 Destructor. More...

virtual ILineStylelineStyle ()=0
virtual ITextStyletickLabelStyle ()=0
virtual ITextStylelabelStyle ()=0
virtual bool setlineStyle (const ILineStyle &lineStyle)=0
virtual bool setTickLabelStyle (const ITextStyle &tickLabelStyle)=0
virtual bool setLabelStyle (const ITextStyle &labelStyle)=0
virtual void setLabel (const std::string &label)=0

Detailed Description

Style for the part of the scene representing the data (then histograms, functions, data point sets).

Author:
The AIDA team (http://aida.freehep.org/)

Definition at line 32 of file IAxisStyle.h.


Constructor & Destructor Documentation

AIDA::IAxisStyle::~IAxisStyle ( ) [inline, virtual]
 

Definition at line 36 of file IAxisStyle.h.


Member Function Documentation

ITextStyle & AIDA::IAxisStyle::labelStyle ( ) [pure virtual]
 

ILineStyle & AIDA::IAxisStyle::lineStyle ( ) [pure virtual]
 

void AIDA::IAxisStyle::setLabel ( const std::string & label ) [pure virtual]
 

bool AIDA::IAxisStyle::setLabelStyle ( const ITextStyle & labelStyle ) [pure virtual]
 

bool AIDA::IAxisStyle::setTickLabelStyle ( const ITextStyle & tickLabelStyle ) [pure virtual]
 

bool AIDA::IAxisStyle::setlineStyle ( const ILineStyle & lineStyle ) [pure virtual]
 

ITextStyle & AIDA::IAxisStyle::tickLabelStyle ( ) [pure virtual]
 


The documentation for this class was generated from the following file:
Generated at Tue Feb 18 15:48:24 2003 for AIDA_Interfaces by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001