#include <vector>
#include <mapnik/color.hpp>
Go to the source code of this file.
Namespaces | |
namespace | mapnik |
Classes | |
class | mapnik::stroke |
Typedefs | |
typedef vector< pair< float, float > > | mapnik::dash_array |
Enumerations | |
enum | mapnik::line_cap_e { mapnik::BUTT_CAP, mapnik::SQUARE_CAP, mapnik::ROUND_CAP } |
enum | mapnik::line_join_e { mapnik::MITER_JOIN, mapnik::MITER_REVERT_JOIN, mapnik::ROUND_JOIN, mapnik::BEVEL_JOIN } |