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

#include <IMarkerStyle.h>

Inheritance diagram for AIDA::IMarkerStyle::

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

Public Methods

virtual ~IMarkerStyle ()
 Destructor. More...

virtual std::vector<std::string> availableShapes () const=0
virtual std::string shape () const=0
virtual bool setShape (const std::string &shape)=0

Detailed Description

Style for all markers (histo representation, legend box etc.)

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

Definition at line 28 of file IMarkerStyle.h.


Constructor & Destructor Documentation

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

Definition at line 32 of file IMarkerStyle.h.


Member Function Documentation

std::vector< std::string > AIDA::IMarkerStyle::availableShapes ( ) const [pure virtual]
 

Get list of shapes available in this implementation.

bool AIDA::IMarkerStyle::setShape ( const std::string & shape ) [pure virtual]
 

Set current marker shape, e.g. "openCircle".

Returns:
false if shape not available in this implementation.

std::string AIDA::IMarkerStyle::shape ( ) const [pure virtual]
 

Get current marker shape.


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