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