Verovio
Source code documentation
vrv::Pen Class Reference

These classes are used for storing drawing style parameters during SVG and bounding box engraving. More...

#include <devicecontextbase.h>

Public Member Functions

 Pen (int width, PenStyle style, int dashLength, int gapLength, LineCapStyle lineCap, LineJoinStyle lineJoin, float opacity, int color)
 
int GetColor () const
 
void SetColor (int color)
 
bool HasColor () const
 
int GetWidth () const
 
void SetWidth (int width)
 
int GetDashLength () const
 
void SetDashLength (int dashLength)
 
int GetGapLength () const
 
void SetGapLength (int gapLength)
 
LineCapStyle GetLineCap () const
 
void SetLineCap (LineCapStyle lineCap)
 
LineJoinStyle GetLineJoin () const
 
void SetLineJoin (LineJoinStyle lineJoin)
 
PenStyle GetStyle () const
 
void SetStyle (PenStyle style)
 
float GetOpacity () const
 
void SetOpacity (float opacity)
 
bool HasOpacity () const
 

Detailed Description

These classes are used for storing drawing style parameters during SVG and bounding box engraving.


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