#include <genesis/utils/formats/svg/matrix.hpp>
Definition at line 56 of file formats/svg/matrix.hpp.
Public Attributes | |
| double | column_label_rotation = -90.0 |
| Rotation of the column labels. More... | |
| double | height_overlap = 1.0 |
| utils::SvgText | label_template |
| double | pixel_height = 10.0 |
| double | pixel_width = 10.0 |
| double | width_overlap = 1.0 |
| double column_label_rotation = -90.0 |
Rotation of the column labels.
Default is -90.0 degrees, that is, vertically upwards. 0.0 degrees corresponds to normal horizontal text.
Definition at line 78 of file formats/svg/matrix.hpp.
| double height_overlap = 1.0 |
Definition at line 68 of file formats/svg/matrix.hpp.
| utils::SvgText label_template |
Definition at line 70 of file formats/svg/matrix.hpp.
| double pixel_height = 10.0 |
Definition at line 65 of file formats/svg/matrix.hpp.
| double pixel_width = 10.0 |
Definition at line 64 of file formats/svg/matrix.hpp.
| double width_overlap = 1.0 |
Definition at line 67 of file formats/svg/matrix.hpp.