Home | Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | Stroke
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
__instance_size__ = 40
|
|
__safe_for_unpickling__ = True
|
Properties | |
color | |
line_cap | |
line_join | |
opacity | |
width | |
Inherited from |
Method Details |
__getinitargs__( (Stroke)arg1) -> tuple : C++ signature : boost::python::tuple __getinitargs__(mapnik::stroke) |
__getstate__( (Stroke)arg1) -> tuple : C++ signature : boost::python::tuple __getstate__(mapnik::stroke) |
__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)
|
helper for pickle
|
__setstate__( (Stroke)arg1, (tuple)arg2) -> None : C++ signature : void __setstate__(mapnik::stroke {lvalue},boost::python::tuple) |
add_dash( (Stroke)arg1, (float)arg2, (float)arg3) -> None : C++ signature : void add_dash(mapnik::stroke {lvalue},float,float) |
get_dashes( (Stroke)arg1) -> list : C++ signature : boost::python::list get_dashes(mapnik::stroke) |
Property Details |
color
|
line_cap
|
line_join
|
opacity
|
width
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 8 15:33:04 2009 | http://epydoc.sourceforge.net |