Home | Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | ColorizerStop
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
__instance_size__ = 40
|
Properties | |
color The stop color (mapnik.Color). |
|
label The stop label. |
|
mode The stop mode (mapnik.ColorizerMode). |
|
value The stop value. |
|
Inherited from |
Method Details |
__eq__( (ColorizerStop)arg1, (ColorizerStop)arg2) -> object : C++ signature : _object* __eq__(mapnik::colorizer_stop {lvalue},mapnik::colorizer_stop) |
__init__( (object)arg1, (float)arg2, (ColorizerMode)arg3, (Color)arg4) -> None : A Colorizer Stop object. Create with a value, ColorizerMode, and Color Usage:>>> color = mapnik.Color("#fff000") >>> stop= mapnik.ColorizerStop(42.42, mapnik.COLORIZER_LINEAR, color) C++ signature : void __init__(_object*,float,mapnik::colorizer_mode_enum,mapnik::color)
|
helper for pickle
|
__str__( (ColorizerStop)arg1) -> str : C++ signature : std::string __str__(mapnik::colorizer_stop {lvalue})
|
Property Details |
colorThe stop color (mapnik.Color).
|
labelThe stop label.
|
modeThe stop mode (mapnik.ColorizerMode). If this is COLORIZER_INHERIT then it will inherit the default mode from the RasterColorizer it is added to.
|
valueThe stop value.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Aug 3 18:07:09 2012 | http://epydoc.sourceforge.net |