#include <point_symbolizer.hpp>
Public Member Functions | |
point_symbolizer () | |
point_symbolizer (std::string const &file, std::string const &type, unsigned width, unsigned height) | |
point_symbolizer (point_symbolizer const &rhs) | |
void | set_allow_overlap (bool overlap) |
bool | get_allow_overlap () const |
void | set_opacity (float opacity) |
float | get_opacity () const |
mapnik::point_symbolizer::point_symbolizer | ( | ) | [explicit] |
References mapnik::symbolizer_with_image::image_.
mapnik::point_symbolizer::point_symbolizer | ( | std::string const & | file, | |
std::string const & | type, | |||
unsigned | width, | |||
unsigned | height | |||
) |
mapnik::point_symbolizer::point_symbolizer | ( | point_symbolizer const & | rhs | ) |
bool mapnik::point_symbolizer::get_allow_overlap | ( | ) | const |
Referenced by mapnik::cairo_renderer< T >::process(), and mapnik::agg_renderer< T >::process().
float mapnik::point_symbolizer::get_opacity | ( | ) | const [inline] |
Referenced by mapnik::agg_renderer< T >::process().
void mapnik::point_symbolizer::set_allow_overlap | ( | bool | overlap | ) |
void mapnik::point_symbolizer::set_opacity | ( | float | opacity | ) | [inline] |