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::ILineStyle Class Reference

#include <ILineStyle.h>

Inheritance diagram for AIDA::ILineStyle::

AIDA::IBrushStyle AIDA::IBaseStyle List of all members.

Public Methods

virtual ~ILineStyle ()
 Destructor. More...

virtual std::vector<std::string> availableLineTypes () const=0
virtual std::string lineType () const=0
virtual int thickness () const=0
virtual bool setLineType (const std::string &newLineType)=0
virtual bool setThickness (int newThickness)=0

Detailed Description

Style for all lines (axis lines, legend box outlines, etc.)

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

Definition at line 28 of file ILineStyle.h.


Constructor & Destructor Documentation

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

Definition at line 32 of file ILineStyle.h.


Member Function Documentation

std::vector< std::string > AIDA::ILineStyle::availableLineTypes ( ) const [pure virtual]
 

Get list of line types supported by this implementation.

std::string AIDA::ILineStyle::lineType ( ) const [pure virtual]
 

Get line type currently in use.

bool AIDA::ILineStyle::setLineType ( const std::string & newLineType ) [pure virtual]
 

Set current line type e.g. "dotted".

Returns:
false if line type not known to this implementation.

bool AIDA::ILineStyle::setThickness ( int newThickness ) [pure virtual]
 

Set thickness (exact meaning is implementation-dependent, but <0 means invisible).

Returns:
false if value not supported by this implementation.

int AIDA::ILineStyle::thickness ( ) const [pure virtual]
 

Get current line thickness.


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