Package mapnik :: Module _mapnik :: Class Stroke

Class Stroke

 object --+    
          |    
??.instance --+
              |
             Stroke

Instance Methods
 
__init__(...)
__init__( (object)arg1) -> None :
 
__reduce__(...)
helper for pickle
 
add_dash(...)
add_dash( (Stroke)arg1, (float)arg2, (float)arg3) -> None :

Inherited from unreachable.instance: __new__

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

Class Variables
  __instance_size__ = 40
Properties
  color
  line_cap
  line_join
  opacity
  width

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

__init__( (object)arg1, (Color)arg2, (float)arg3) -> None :

    C++ signature :
        void __init__(_object*,mapnik::color,float)

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

add_dash(...)

 

add_dash( (Stroke)arg1, (float)arg2, (float)arg3) -> None :

    C++ signature :
        void add_dash(mapnik::stroke {lvalue},float,float)


Property Details

color

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

line_cap

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

line_join

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

opacity

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

width

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