Update Software Design authored by Richard Schmidt's avatar Richard Schmidt
...@@ -63,7 +63,7 @@ In the following a table with all available properties is presented. All distanc ...@@ -63,7 +63,7 @@ In the following a table with all available properties is presented. All distanc
|| mode | enum | The modus operandi with which the printer should print. Not case-sensitive. Can be 'normalprinter' or name of concrete specialization in combination with the printers name(e.g. index_everest_d_v4_graphic_printer). | ✔ | normalprinter || mode | enum | The modus operandi with which the printer should print. Not case-sensitive. Can be 'normalprinter' or name of concrete specialization in combination with the printers name(e.g. index_everest_d_v4_graphic_printer). | ✔ | normalprinter
|| brailletable | relative filename | A file containing a brailletable mapping for the exporter. | ✔ | eurobraille.properties || brailletable | relative filename | A file containing a brailletable mapping for the exporter. | ✔ | eurobraille.properties
|| floatingDot.support | true/false | The printers capability to print floating dots. | ✔ | false || floatingDot.support | true/false | The printers capability to print floating dots. | ✔ | false
|| floatingDot.resolution | non-negative double | The minimum distance between two dot centres. | | 0.5 || floatingDot.resolution | non-negative double | The minimum distance between two dot centres. | ✔ if floating dot is supported |
|| floatingDot.minBarWidth | non-negative double | The desired minimum bar width for bar charts. | | 20 || floatingDot.minBarWidth | non-negative double | The desired minimum bar width for bar charts. | | 20
|| floatingDot.maxBarWidth | non-negative double | The desired maximum bar width for bar charts. | | 30 || floatingDot.maxBarWidth | non-negative double | The desired maximum bar width for bar charts. | | 30
|| floatingDot.minBarDist | non-negative double | The desired minimum distance between bars for bar charts. | | 10 || floatingDot.minBarDist | non-negative double | The desired minimum distance between bars for bar charts. | | 10
... ...
......