26 #ifndef __TERRALIB_MAPTOOLS_INTERNAL_ABSTRACTCHARTRENDERER_H 
   27 #define __TERRALIB_MAPTOOLS_INTERNAL_ABSTRACTCHARTRENDERER_H 
   30 #include "../color/RGBAColor.h" 
   78 #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.