+ add get/set opacity impl

This commit is contained in:
Artem Pavlenko 2010-06-15 12:27:50 +00:00
parent 9826cf98c5
commit d4643e6d87

View file

@ -63,6 +63,16 @@ transform_type const& symbolizer_with_image::get_transform() const
return matrix_;
}
void symbolizer_with_image::set_opacity(float opacity)
{
opacity_ = opacity;
}
float symbolizer_with_image::get_opacity() const
{
return opacity_;
}
} // end of namespace mapnik