mapnik::stroke Class Reference
#include <stroke.hpp>
List of all members.
Constructor & Destructor Documentation
mapnik::stroke::stroke |
( |
void |
|
) |
[explicit] |
mapnik::stroke::stroke |
( |
Color const & |
c, |
|
|
float |
width = 1.0 | |
|
) |
| | |
mapnik::stroke::stroke |
( |
stroke const & |
other |
) |
|
Member Function Documentation
void mapnik::stroke::add_dash |
( |
float |
dash, |
|
|
float |
gap | |
|
) |
| | |
Color const & mapnik::stroke::get_color |
( |
|
) |
const |
dash_array const & mapnik::stroke::get_dash_array |
( |
|
) |
const |
line_cap_e mapnik::stroke::get_line_cap |
( |
|
) |
const |
line_join_e mapnik::stroke::get_line_join |
( |
|
) |
const |
float mapnik::stroke::get_opacity |
( |
|
) |
const |
float mapnik::stroke::get_width |
( |
|
) |
const |
bool mapnik::stroke::has_dash |
( |
|
) |
const |
void mapnik::stroke::set_color |
( |
const Color & |
c |
) |
|
void mapnik::stroke::set_line_cap |
( |
line_cap_e |
line_cap |
) |
|
void mapnik::stroke::set_line_join |
( |
line_join_e |
line_join |
) |
|
void mapnik::stroke::set_opacity |
( |
float |
opacity |
) |
|
void mapnik::stroke::set_width |
( |
float |
w |
) |
|
The documentation for this class was generated from the following files:
- /home/mandrake/rpm/BUILD/mapnik/include/mapnik/stroke.hpp
- /home/mandrake/rpm/BUILD/mapnik/src/stroke.cpp