Package mapnik :: Module _mapnik :: Class Stroke

Class Stroke

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

Instance Methods
 
__getinitargs__(...)
__getinitargs__( (Stroke)arg1) -> tuple :
 
__getstate__(...)
__getstate__( (Stroke)arg1) -> tuple :
 
__init__(...)
__init__( (object)arg1) -> None :
 
__reduce__(...)
helper for pickle
 
__setstate__(...)
__setstate__( (Stroke)arg1, (tuple)arg2) -> None :
 
add_dash(...)
add_dash( (Stroke)arg1, (float)arg2, (float)arg3) -> None :
 
get_dashes(...)
get_dashes( (Stroke)arg1) -> list :

Inherited from unreachable.instance: __new__

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

Class Variables
  __instance_size__ = 40
  __safe_for_unpickling__ = True
Properties
  color
  line_cap
  line_join
  opacity
  width

Inherited from object: __class__

Method Details

__getinitargs__(...)

 

__getinitargs__( (Stroke)arg1) -> tuple :

    C++ signature :
        boost::python::tuple __getinitargs__(mapnik::stroke)

__getstate__(...)

 

__getstate__( (Stroke)arg1) -> tuple :

    C++ signature :
        boost::python::tuple __getstate__(mapnik::stroke)

__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)

__setstate__(...)

 

__setstate__( (Stroke)arg1, (tuple)arg2) -> None :

    C++ signature :
        void __setstate__(mapnik::stroke {lvalue},boost::python::tuple)

add_dash(...)

 

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

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

get_dashes(...)

 

get_dashes( (Stroke)arg1) -> list :

    C++ signature :
        boost::python::list get_dashes(mapnik::stroke)


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(...)