40 #ifndef _ABSTRACTGRAPHICDEVICE_H_ 41 #define _ABSTRACTGRAPHICDEVICE_H_ 111 #endif //_ABSTRACTGRAPHICDEVICE_H_
Data structure for fonts.
double revx_(double x) const
This class allows to perform a correspondence analysis.
void setCurrentForegroundColor(const RGBColor &color)
Describe a color according to its red, green and blue componants.
double x_(double x) const
unsigned int getCurrentPointSize() const
const RGBColor & getCurrentForegroundColor() const
static std::string toString(T t)
General template method to convert to a string.
Interface for all plotting devices.
int getCurrentLayer() const
short getCurrentLineType() const
double revy_(double y) const
void setCurrentPointSize(unsigned int size)
const Font & getCurrentFont() const
Partial implementation of the GraphicDevice interface.
double y_(double y) const
void setCurrentLayer(int layerIndex)
virtual ~AbstractGraphicDevice()
const RGBColor & getCurrentBackgroundColor() const
void setCurrentBackgroundColor(const RGBColor &color)
void setCurrentLineType(short type)
void setCurrentFont(const Font &font)