26#ifndef __TERRALIB_MAPTOOLS_INTERNAL_ABSTRACTCHARTRENDERER_H
27#define __TERRALIB_MAPTOOLS_INTERNAL_ABSTRACTCHARTRENDERER_H
A helper class for 24-bit RGBA (Red-Green-Blue-Alpha channel) color.
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.
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 te::color::RGBAColor ** render(const Chart *chart, const std::map< std::string, double > &chartValue, std::size_t &width)=0
virtual ~AbstractChartRenderer()
Virtual destructor.
AbstractChartRenderer()
Constructor.
This class represents the informations needed to build map charts.
Namespace for the DataAccess API of TerraLib.
Namespace for the Map Tools module of TerraLib.