26 #ifndef __TERRALIB_MAPTOOLS_INTERNAL_ABSTRACTCHARTRENDERER_H
27 #define __TERRALIB_MAPTOOLS_INTERNAL_ABSTRACTCHARTRENDERER_H
30 #include "../color/RGBAColor.h"
A wdiget used to customize a chart's style parameters.
A helper class for 32-bit RGBA (Red-Green-Blue-Alpha channel) color.
A dataset is the unit of information manipulated by the data access module of TerraLib.
This is the base class for chart renderers.
virtual te::color::RGBAColor ** render(const Chart *chart, const te::da::DataSet *dataset, std::size_t &width)=0
It generates the image pattern from the given chart and the current element of dataset.
virtual ~AbstractChartRenderer()
Virtual destructor.
AbstractChartRenderer()
Constructor.
virtual te::color::RGBAColor ** render(const Chart *chart, const std::map< std::string, double > &chartValue, std::size_t &width)=0
This class represents the informations needed to build map charts.
Proxy configuration file for TerraView (see terraview_config.h).