Go to the documentation of this file.
   26 #ifndef __TERRALIB_MAPTOOLS_INTERNAL_ABSTRACTCHARTRENDERER_H 
   27 #define __TERRALIB_MAPTOOLS_INTERNAL_ABSTRACTCHARTRENDERER_H 
   30 #include "../color/RGBAColor.h" 
   80 #endif  // __TERRALIB_MAPTOOLS_INTERNAL_ABSTRACTCHARTRENDERER_H 
  
 
virtual te::color::RGBAColor ** render(const Chart *chart, const std::map< std::string, double > &chartValue, std::size_t &width)=0
 
AbstractChartRenderer()
Constructor.
 
virtual ~AbstractChartRenderer()
Virtual destructor.
 
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.
 
This class represents the informations needed to build map charts.
 
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.
 
Proxy configuration file for TerraView (see terraview_config.h).
 
This is the base class for chart renderers.