#include <Outline2ToQImage.h>
Public Member Functions | |
Param () | |
default constructor | |
void | SetSVGDimInMm (float widthMM, float heightMM, float _dpi=72) |
Handy function for setting the size of the drawing. | |
void | SetSVGPenInMM (float widthMM) |
Public Attributes | |
vcg::Color4b | backgroundColor |
the backgrround color | |
int | dpi |
DPI resolution, used only for SVG. | |
bool | fill |
true if the polygons must be filled with color | |
vcg::Color4b | FillColor |
the filling color of polygons, used only if randomColor==false | |
int | fontSize |
The size of the font. If zero (default) it is automatically chosen. | |
int | height |
vcg::Color4b | labelColor |
vcg::Color4b | lineColor |
float | penWidth |
bool | randomColor |
true if the filling color is random | |
int | width |
dimension of the image (in PNG are pixels, while in SVG is the workspace in points) |
Definition at line 24 of file Outline2ToQImage.h.
Outline2Dumper::Param::Param | ( | ) | [inline] |
default constructor
Definition at line 62 of file Outline2ToQImage.h.
void Outline2Dumper::Param::SetSVGDimInMm | ( | float | widthMM, |
float | heightMM, | ||
float | _dpi = 72 |
||
) | [inline] |
Handy function for setting the size of the drawing.
Definition at line 54 of file Outline2ToQImage.h.
void Outline2Dumper::Param::SetSVGPenInMM | ( | float | widthMM | ) | [inline] |
Definition at line 47 of file Outline2ToQImage.h.
the backgrround color
Definition at line 28 of file Outline2ToQImage.h.
DPI resolution, used only for SVG.
Definition at line 44 of file Outline2ToQImage.h.
true if the polygons must be filled with color
Definition at line 30 of file Outline2ToQImage.h.
the filling color of polygons, used only if randomColor==false
Definition at line 34 of file Outline2ToQImage.h.
The size of the font. If zero (default) it is automatically chosen.
Definition at line 36 of file Outline2ToQImage.h.
Definition at line 39 of file Outline2ToQImage.h.
Definition at line 40 of file Outline2ToQImage.h.
Definition at line 41 of file Outline2ToQImage.h.
Definition at line 45 of file Outline2ToQImage.h.
true if the filling color is random
Definition at line 32 of file Outline2ToQImage.h.
dimension of the image (in PNG are pixels, while in SVG is the workspace in points)
Definition at line 38 of file Outline2ToQImage.h.