Changes
Page history
Update Software Design
authored
Oct 02, 2019
by
Richard Schmidt
Show whitespace changes
Inline
Side-by-side
Software-Design.md
View page @
8af6fb1c
...
...
@@ -74,8 +74,8 @@ In the following a table with all available properties is presented. All distanc
|| raster.dotDistance.horizontal | non-negative double | Horizontal distance between two dots inside a braille cell. |
✔
| 2.5
|| raster.dotDistance.vertical | non-negative double | Vertical distance between two dots inside a braille cell. |
✔
| 2.5
|| raster.dotDiameter | non-negative double | Diameter of a single dot. |
✔
| 1.5
|| ... | ... | ... | ... | ... |
|| floatingDot.constraint.left | non-negative double | Printer's constraint on left side in floating dot are mode in mm. |
✔
| 0.3
|| ... | ... | ... | ... | ... |
| format.[name]. ||||||
|| page.width | non-negative integer | Horizontal page size. |
✔
| 210
|| page.height | non-negative integer | Vertical page size. |
✔
| 297
...
...
@@ -89,6 +89,7 @@ In the following a table with all available properties is presented. All distanc
|| floatingDot.frames | true/false | Decides wether frames should be drawn around data points in line plots. |
✔
| true
|| floatingDot.derivation | true/false | Decides wether the axes should be named with numbers or with letter derivations. |
✔
| true
|| floatingDot.grid | true/false | Decides wether a grid should be drawn. |
✔
| true
|| ... | ... | ... | ... | ... |
## Input Data Parsing
...
...
...
...