Home | Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | GlyphSymbolizer
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
__instance_size__ = 280
|
Properties | |
allow_overlap Get/Set the flag which controls if glyphs should overlap any symbols previously rendered |
|
angle Get/Set the angle expression used to rotate the glyph along its center. |
|
angle_mode Get/Set the angle_mode property. |
|
avoid_edges Get/Set the flag which controls if glyphs should be partially drawn beside the edge of a tile. |
|
char Get/Set the char expression. |
|
color Get/Set the color expression used to color the glyph. |
|
colorizer Get/Set the RasterColorizer used to color the glyph depending on the 'value' expression (which must be defined). |
|
displacement | |
face_name Get/Set the name of the font face (eg:"DejaVu Sans Book") which contains the glyph |
|
halo_fill | |
halo_radius | |
size Get/Set the size expression used to size the glyph. |
|
value Get/set the value expression which will be used to retrieve a a value for the colorizer to use to choose a color. |
|
Inherited from |
Method Details |
__init__( (object)arg1, (str)arg2, (Expression)arg3) -> None : C++ signature : void __init__(_object*,std::string,boost::shared_ptr<boost::variant<mapnik::value, mapnik::attribute, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::plus> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::minus> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::mult> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::div> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::mod> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::less> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::less_equal> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::greater> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::greater_equal> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::equal_to> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::not_equal_to> >, boost::recursive_wrapper<mapnik::unary_node<mapnik::tags::logical_not> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::logical_and> >, boost::recursive_wrapper<mapnik::binary_node<mapnik::tags::logical_or> >, boost::recursive_wrapper<mapnik::regex_match_node>, boost::recursive_wrapper<mapnik::regex_replace_node>, boost::detail::variant::void_, boost::detail::variant::void_> >)
|
helper for pickle
|
Property Details |
allow_overlapGet/Set the flag which controls if glyphs should overlap any symbols previously rendered
|
angleGet/Set the angle expression used to rotate the glyph along its center.
|
angle_modeGet/Set the angle_mode property. This controls how the angle is interpreted. Valid values are AZIMUTH and TRIGONOMETRIC.
|
avoid_edgesGet/Set the flag which controls if glyphs should be partially drawn beside the edge of a tile.
|
charGet/Set the char expression. The char is the unicode character indexing the glyph in the font referred by face_name.
|
colorGet/Set the color expression used to color the glyph. (See also the 'colorizer' attribute)
|
colorizerGet/Set the RasterColorizer used to color the glyph depending on the 'value' expression (which must be defined). Only needed if no explicit color is provided
|
displacement
|
face_nameGet/Set the name of the font face (eg:"DejaVu Sans Book") which contains the glyph
|
halo_fill
|
halo_radius
|
sizeGet/Set the size expression used to size the glyph.
|
valueGet/set the value expression which will be used to retrieve a a value for the colorizer to use to choose a color.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Apr 24 13:21:24 2012 | http://epydoc.sourceforge.net |