Home | Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | Style
Instance Methods | |||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
__instance_size__ = 192
|
Properties | |
comp_op Set/get the comp-op (composite operation) of the style |
|
filter_mode Set/get the filter mode of the style |
|
image_filters Set/get the comp-op (composite operation) of the style |
|
opacity Set/get the opacity of the style |
|
rules List of rules belonging to a style as rule objects. |
|
Inherited from |
Method Details |
__init__( (object)arg1) -> None : default style constructor C++ signature : void __init__(_object*)
|
helper for pickle
|
Property Details |
comp_opSet/get the comp-op (composite operation) of the style
|
filter_modeSet/get the filter mode of the style
|
image_filtersSet/get the comp-op (composite operation) of the style
|
opacitySet/get the opacity of the style
|
rulesList of rules belonging to a style as rule objects. Usage: >>> for r in m.find_style('style 1').rules: >>> print r <mapnik._mapnik.Rule object at 0x100549910> <mapnik._mapnik.Rule object at 0x100549980>
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 23 15:08:15 2012 | http://epydoc.sourceforge.net |