#include <shield_symbolizer.hpp>
Public Member Functions | |
shield_symbolizer () | |
shield_symbolizer (std::string const &name, std::string const &face_name, unsigned size, Color const &fill, std::string const &file, std::string const &type, unsigned width, unsigned height) | |
shield_symbolizer (shield_symbolizer const &rhs) | |
void | set_data (boost::shared_ptr< ImageData32 > symbol) |
boost::shared_ptr< ImageData32 > const & | get_data () const |
std::string const & | get_name () const |
std::string const & | get_face_name () const |
unsigned | get_text_size () const |
Color const & | get_fill () const |
void | set_allow_overlap (bool overlap) |
bool | get_allow_overlap () const |
void | set_avoid_edges (bool avoid) |
bool | get_avoid_edges () const |
mapnik::shield_symbolizer::shield_symbolizer | ( | ) | [explicit] |
mapnik::shield_symbolizer::shield_symbolizer | ( | std::string const & | name, | |
std::string const & | face_name, | |||
unsigned | size, | |||
Color const & | fill, | |||
std::string const & | file, | |||
std::string const & | type, | |||
unsigned | width, | |||
unsigned | height | |||
) |
mapnik::shield_symbolizer::shield_symbolizer | ( | shield_symbolizer const & | rhs | ) |
bool mapnik::shield_symbolizer::get_allow_overlap | ( | ) | const |
bool mapnik::shield_symbolizer::get_avoid_edges | ( | ) | const |
boost::shared_ptr< ImageData32 > const & mapnik::shield_symbolizer::get_data | ( | ) | const |
std::string const & mapnik::shield_symbolizer::get_face_name | ( | ) | const |
Color const & mapnik::shield_symbolizer::get_fill | ( | ) | const |
std::string const & mapnik::shield_symbolizer::get_name | ( | ) | const |
unsigned mapnik::shield_symbolizer::get_text_size | ( | ) | const |
void mapnik::shield_symbolizer::set_allow_overlap | ( | bool | overlap | ) |
void mapnik::shield_symbolizer::set_avoid_edges | ( | bool | avoid | ) |
void mapnik::shield_symbolizer::set_data | ( | boost::shared_ptr< ImageData32 > | symbol | ) |