Package mapnik :: Module _mapnik :: Class FormattingExpressionFormat

Class FormattingExpressionFormat

 object --+        
          |        
??.instance --+    
              |    
 FormattingNode --+
                  |
                 FormattingExpressionFormat

Instance Methods
 
__init__(...)
__init__( (object)arg1) -> None :
 
apply(...)
apply( (FormattingExpressionFormat)arg1, (CharProperties)arg2, (Feature)arg3, (ProcessedText)arg4) -> None :

Inherited from FormattingNode: __reduce__, add_expressions

Inherited from unreachable.instance: __new__

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

Class Variables

Inherited from FormattingNode: __instance_size__

Properties
  character_spacing
  child
  face_name
  fill
  halo_fill
  halo_radius
  line_spacing
  text_opacity
  text_size
  wrap_before
  wrap_char
  wrap_character

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

Overrides: object.__init__

apply(...)

 

apply( (FormattingExpressionFormat)arg1, (CharProperties)arg2, (Feature)arg3, (ProcessedText)arg4) -> None :

    C++ signature :
        void apply(mapnik::formatting::expression_format {lvalue},mapnik::char_properties,mapnik::feature_impl,mapnik::processed_text {lvalue})

apply( (FormattingExpressionFormat)arg1, (CharProperties)arg2, (Feature)arg3, (ProcessedText)arg4) -> None :

    C++ signature :
        void apply((anonymous namespace)::ExprFormatWrap {lvalue},mapnik::char_properties,mapnik::feature_impl,mapnik::processed_text {lvalue})

Overrides: FormattingNode.apply

Property Details

character_spacing

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

child

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

face_name

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

fill

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

halo_fill

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

halo_radius

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

line_spacing

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

text_opacity

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

text_size

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

wrap_before

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

wrap_char

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

wrap_character

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