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

§ Pen() [1/2]

libzmf::Pen::Pen ( )
inline

§ Pen() [2/2]

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

Member Data Documentation

§ color

§ dashDistance

double libzmf::Pen::dashDistance

§ dashPattern

std::vector<double> libzmf::Pen::dashPattern

§ endArrow

ArrowPtr libzmf::Pen::endArrow

§ isInvisible

bool libzmf::Pen::isInvisible

§ lineCapType

LineCapType libzmf::Pen::lineCapType

§ lineJoinType

LineJoinType libzmf::Pen::lineJoinType

§ startArrow

ArrowPtr libzmf::Pen::startArrow

§ width

double libzmf::Pen::width

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

Generated for libzmf by doxygen 1.8.12