libzmf::Pen Struct Reference

#include <ZMFTypes.h>

Public Member Functions

 Pen ()
 
 Pen (Color c)
 

Public Attributes

Color color
 
double width
 
LineCapType lineCapType
 
LineJoinType lineJoinType
 
std::vector< double > dashPattern
 
double dashDistance
 
ArrowPtr startArrow
 
ArrowPtr endArrow
 
bool isInvisible
 

Constructor & Destructor Documentation

libzmf::Pen::Pen ( )
inline
libzmf::Pen::Pen ( Color  c)
inline

Member Data Documentation

double libzmf::Pen::dashDistance
std::vector<double> libzmf::Pen::dashPattern
ArrowPtr libzmf::Pen::endArrow
bool libzmf::Pen::isInvisible
LineCapType libzmf::Pen::lineCapType
LineJoinType libzmf::Pen::lineJoinType
ArrowPtr libzmf::Pen::startArrow
double libzmf::Pen::width

The documentation for this struct was generated from the following file:

Generated for libzmf by doxygen 1.8.11