VCF::BasicStroke Class Reference
#include <vcf/GraphicsKit/BasicStroke.h>
Inheritance diagram for VCF::BasicStroke:
List of all members.
Constructor & Destructor Documentation
| VCF::BasicStroke::BasicStroke |
( |
|
) |
|
|
| virtual VCF::BasicStroke::~BasicStroke |
( |
|
) |
[virtual] |
|
Member Function Documentation
| void VCF::BasicStroke::addDash |
( |
const double & |
dash, |
|
|
const double & |
gap |
|
) |
[inline] |
|
|
|
Adds a dash and gap.
Only takes effect if using AGG renering buffer. |
| bool VCF::BasicStroke::allowAntiAlias |
( |
|
) |
[inline] |
|
| void VCF::BasicStroke::dashStart |
( |
const double & |
dashStart |
) |
[inline] |
|
|
|
Distance at which dashing starts.
|
| Color* VCF::BasicStroke::getColor |
( |
|
) |
|
|
| double VCF::BasicStroke::getWidth |
( |
|
) |
|
|
| void VCF::BasicStroke::removeDashes |
( |
|
) |
[inline] |
|
|
|
Removes ALL dashes that are set.
|
| virtual void VCF::BasicStroke::render |
( |
Path * |
path |
) |
[virtual] |
|
| void VCF::BasicStroke::setAllowAntiAlias |
( |
bool |
val |
) |
[inline] |
|
| void VCF::BasicStroke::setColor |
( |
Color * |
color |
) |
|
|
| virtual void VCF::BasicStroke::setContext |
( |
GraphicsContext * |
context |
) |
[virtual] |
|
| void VCF::BasicStroke::setWidth |
( |
double |
width |
) |
|
|
The documentation for this class was generated from the following file: