Update Software Design authored by Richard Schmidt's avatar Richard Schmidt
...@@ -74,8 +74,8 @@ In the following a table with all available properties is presented. All distanc ...@@ -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.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.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 || 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 || floatingDot.constraint.left | non-negative double | Printer's constraint on left side in floating dot are mode in mm. | ✔ | 0.3
|| ... | ... | ... | ... | ... |
| format.[name]. |||||| | format.[name]. ||||||
|| page.width | non-negative integer | Horizontal page size. | ✔ | 210 || page.width | non-negative integer | Horizontal page size. | ✔ | 210
|| page.height | non-negative integer | Vertical page size. | ✔ | 297 || 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 ...@@ -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.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.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 || floatingDot.grid | true/false | Decides wether a grid should be drawn. | ✔ | true
|| ... | ... | ... | ... | ... |
## Input Data Parsing ## Input Data Parsing
... ...
......