Package mapnik :: Module _mapnik :: Class TextSymbolizer

Class TextSymbolizer

 object --+    
          |    
??.instance --+
              |
             TextSymbolizer
Known Subclasses:

Instance Methods
 
__init__(...)
__init__( (object)arg1, (Expression)arg2, (str)arg3, (int)arg4, (Color)arg5) -> None :
 
__reduce__(...)
helper for pickle
 
anchor(...)
anchor( (TextSymbolizer)arg1, (float)arg2, (float)arg3) -> None :
 
displacement(...)
displacement( (TextSymbolizer)arg1, (float)arg2, (float)arg3) -> None :
 
get_anchor(...)
get_anchor( (TextSymbolizer)arg1) -> list :
 
get_displacement(...)
get_displacement( (TextSymbolizer)arg1) -> list :

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables
  __instance_size__ = 172
Properties
  allow_overlap
Set/get the allow_overlap property of the label
  avoid_edges
Set/get the avoid_edge property of the label
  character_spacing
Set/get the character_spacing property of the label
  face_name
Set/get the face_name property of the label
  fill
  fontset
  force_odd_labels
  halo_fill
  halo_radius
  horizontal_alignment
Set/get the horizontal alignment of the label
  justify_alignment
Set/get the text justification
  label_placement
Set/get the placement of the label
  label_position_tolerance
  label_spacing
  line_spacing
  max_char_angle_delta
  minimum_distance
  opacity
Set/get the text opacity
  text_convert
Set/get the text conversion method
  text_ratio
  text_size
  vertical_alignment
Set/get the vertical alignment of the label
  wrap_before
  wrap_character
  wrap_width

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 

__init__( (object)arg1, (Expression)arg2, (str)arg3, (int)arg4, (Color)arg5) -> None :

    C++ signature :
        void __init__(_object*,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_> >,std::string,unsigned int,mapnik::color)

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

anchor(...)

 

anchor( (TextSymbolizer)arg1, (float)arg2, (float)arg3) -> None :

    C++ signature :
        void anchor(mapnik::text_symbolizer {lvalue},double,double)

displacement(...)

 

displacement( (TextSymbolizer)arg1, (float)arg2, (float)arg3) -> None :

    C++ signature :
        void displacement(mapnik::text_symbolizer {lvalue},double,double)

get_anchor(...)

 

get_anchor( (TextSymbolizer)arg1) -> list :

    C++ signature :
        boost::python::list get_anchor(mapnik::text_symbolizer)

get_displacement(...)

 

get_displacement( (TextSymbolizer)arg1) -> list :

    C++ signature :
        boost::python::list get_displacement(mapnik::text_symbolizer)


Property Details

allow_overlap

Set/get the allow_overlap property of the label

Get Method:
unreachable(...)
Set Method:
unreachable(...)

avoid_edges

Set/get the avoid_edge property of the label

Get Method:
unreachable(...)
Set Method:
unreachable(...)

character_spacing

Set/get the character_spacing property of the label

Get Method:
unreachable(...)
Set Method:
unreachable(...)

face_name

Set/get the face_name property of the label

Get Method:
unreachable(...)
Set Method:
unreachable(...)

fill

Get Method:
unreachable(...)
Set Method:
unreachable(...)

fontset

Get Method:
unreachable(...)
Set Method:
unreachable(...)

force_odd_labels

Get Method:
unreachable(...)
Set Method:
unreachable(...)

halo_fill

Get Method:
unreachable(...)
Set Method:
unreachable(...)

halo_radius

Get Method:
unreachable(...)
Set Method:
unreachable(...)

horizontal_alignment

Set/get the horizontal alignment of the label

Get Method:
unreachable(...)
Set Method:
unreachable(...)

justify_alignment

Set/get the text justification

Get Method:
unreachable(...)
Set Method:
unreachable(...)

label_placement

Set/get the placement of the label

Get Method:
unreachable(...)
Set Method:
unreachable(...)

label_position_tolerance

Get Method:
unreachable(...)
Set Method:
unreachable(...)

label_spacing

Get Method:
unreachable(...)
Set Method:
unreachable(...)

line_spacing

Get Method:
unreachable(...)
Set Method:
unreachable(...)

max_char_angle_delta

Get Method:
unreachable(...)
Set Method:
unreachable(...)

minimum_distance

Get Method:
unreachable(...)
Set Method:
unreachable(...)

opacity

Set/get the text opacity

Get Method:
unreachable(...)
Set Method:
unreachable(...)

text_convert

Set/get the text conversion method

Get Method:
unreachable(...)
Set Method:
unreachable(...)

text_ratio

Get Method:
unreachable(...)
Set Method:
unreachable(...)

text_size

Get Method:
unreachable(...)
Set Method:
unreachable(...)

vertical_alignment

Set/get the vertical alignment of the label

Get Method:
unreachable(...)
Set Method:
unreachable(...)

wrap_before

Get Method:
unreachable(...)
Set Method:
unreachable(...)

wrap_character

Get Method:
unreachable(...)
Set Method:
unreachable(...)

wrap_width

Get Method:
unreachable(...)
Set Method:
unreachable(...)