| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
TextSymbolizer
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Class Variables | |
__instance_size__ = 132
|
|
__safe_for_unpickling__ = True
|
|
| Properties | |
|
allow_overlap Set/get the allow_overlap property of the label |
|
| avoid_edges | |
| face_name | |
| fill | |
| fontset | |
| force_odd_labels | |
| halo_fill | |
| halo_radius | |
|
label_placement Set/get the placement of the label |
|
| label_position_tolerance | |
| label_spacing | |
| max_char_angle_delta | |
| minimum_distance | |
| name | |
| text_ratio | |
| text_size | |
|
vertical_alignment Set/get the vertical alignment of the label |
|
| wrap_width | |
|
Inherited from |
|
| Method Details |
__getinitargs__( (TextSymbolizer)arg1) -> tuple :
C++ signature :
boost::python::tuple __getinitargs__(mapnik::text_symbolizer)
|
__getstate__( (TextSymbolizer)arg1) -> tuple :
C++ signature :
boost::python::tuple __getstate__(mapnik::text_symbolizer)
|
__init__( (object)arg1, (str)arg2, (str)arg3, (int)arg4, (Color)arg5) -> None :
C++ signature :
void __init__(_object*,std::string,std::string,unsigned int,mapnik::color)
|
helper for pickle
|
__setstate__( (TextSymbolizer)arg1, (tuple)arg2) -> None :
C++ signature :
void __setstate__(mapnik::text_symbolizer {lvalue},boost::python::tuple)
|
anchor( (TextSymbolizer)arg1, (float)arg2, (float)arg3) -> None :
C++ signature :
void anchor(mapnik::text_symbolizer {lvalue},double,double)
|
displacement( (TextSymbolizer)arg1, (float)arg2, (float)arg3) -> None :
C++ signature :
void displacement(mapnik::text_symbolizer {lvalue},double,double)
|
get_anchor( (TextSymbolizer)arg1) -> list :
C++ signature :
boost::python::list get_anchor(mapnik::text_symbolizer)
|
get_displacement( (TextSymbolizer)arg1) -> list :
C++ signature :
boost::python::list get_displacement(mapnik::text_symbolizer)
|
| Property Details |
allow_overlapSet/get the allow_overlap property of the label
|
avoid_edges
|
face_name
|
fill
|
fontset
|
force_odd_labels
|
halo_fill
|
halo_radius
|
label_placementSet/get the placement of the label
|
label_position_tolerance
|
label_spacing
|
max_char_angle_delta
|
minimum_distance
|
name
|
text_ratio
|
text_size
|
vertical_alignmentSet/get the vertical alignment of the label
|
wrap_width
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jul 8 15:33:04 2009 | http://epydoc.sourceforge.net |