Skip to content
Snippets Groups Projects
Commit faa6dbbe authored by Leonard Kupper's avatar Leonard Kupper
Browse files

Restructure test resource base. Update tested example configs according to newest config revision.

parent 870e1d2a
No related branches found
No related tags found
1 merge request!9Feat/configparser update 18
# JProperties Printer & Format Configuration # JProperties Printer & Format Configuration
# #
# Embosser: Index Everest-D V4 # Embosser: Dummy Printer
# Test Revision (19-07-18) (DON'T USE FOR PRINTING) # Test Revision (19-07-18) (DON'T USE FOR PRINTING)
# #
# Description: # Description:
...@@ -15,24 +15,22 @@ ...@@ -15,24 +15,22 @@
### General Printer Properties ### General Printer Properties
### ========================== ### ==========================
printer.name=Index Everest-D V4 printer.name=Dummy Printer
printer.mode=normal
printer.brailletable=src/test/resources/mapping.properties printer.brailletable=src/test/resources/mapping.properties
printer.floatingDot.support=true
printer.floatingDot.resolution=0.05
# The following values represent the fixed indentation that can be introduced by the embosser itself. # The following values represent the fixed indentation and maximum technical printing area of the embosser.
# If the outputs don't fit on the page you might want to tweak this values. (Check the format too.) # If the outputs don't fit on the page you might want to tweak this values. (Check the format too.)
printer.indent.top=5.0 printer.constraint.top=5.0
printer.indent.left=0 printer.constraint.left=0
printer.indent.bottom=5.0
printer.indent.right=0 # The following properties define the exact grid spacing.
printer.raster.indent.top=0
printer.raster.indent.left=0
printer.raster.indent.bottom=0
printer.raster.indent.right=0
#https://codes.iccsafe.org/content/ICCA117_12003/chapter-7-communication-elements-and-features#ICCA117.1_2003_Ch07_Sec703
printer.raster.dotDistance.horizontal=2.5
printer.raster.dotDistance.vertical=2.5
printer.raster.cellDistance.horizontal=3.6 printer.raster.cellDistance.horizontal=3.6
printer.raster.cellDistance.vertical=4.8 printer.raster.cellDistance.vertical=4.8
printer.raster.dotDistance.horizontal=2.5
printer.raster.dotDistance.vertical=2.5
printer.raster.dotDiameter=1.5 printer.raster.dotDiameter=1.5
### Format Definitions ### Format Definitions
...@@ -41,5 +39,12 @@ printer.raster.dotDiameter=1.5 ...@@ -41,5 +39,12 @@ printer.raster.dotDiameter=1.5
# A4 Format # A4 Format
format.A4.page.width=210 format.A4.page.width=210
format.A4.page.height=297 format.A4.page.height=297
format.A4.margin.top=0 format.A4.margin.left=0
format.A4.margin.left=0
\ No newline at end of file # A5 Format
format.A5.page.width=148
format.A5.page.height=210
format.A5.margin.top=0
format.A5.margin.left=0
format.A5.margin.bottom=0
format.A5.margin.right=0
\ No newline at end of file
# JProperties Printer & Format Configuration # JProperties Printer & Format Configuration
# #
# Embosser: Default # Embosser: Dummy Default
# Version 1 Rev. 0 (19-06-27) # Test Revision (19-07-18) (DON'T USE FOR PRINTING)
# #
# Description: # Description:
# This is the default configuration file for the braille plot application. # This is the default configuration file for the braille plot application.
...@@ -10,15 +10,46 @@ ...@@ -10,15 +10,46 @@
# https://gitlab.hrz.tu-chemnitz.de/s9444737--tu-dresden.de/brailleplot/wikis/Software%20Design#configuration-files # https://gitlab.hrz.tu-chemnitz.de/s9444737--tu-dresden.de/brailleplot/wikis/Software%20Design#configuration-files
# ============================================================================= # =============================================================================
# Default Printer Properties # ATTENTION: Changes to this configuration will affect settings for ALL printer and format definitions which
printer.floatingDotSupport=false # are not overriding the defaults.
printer.max.characterDistance=2.5
printer.mode=normal
printer.brailletable=src/test/resources/mapping.properties
printer.floatingDot.support=false
# The following values represent the fixed indentation and maximum technical printing area of the embosser.
# If the outputs don't fit on the page you might want to tweak this values. (Check the format too.)
printer.constraint.top=0
printer.constraint.left=0
# The second constraint in the printer.raster namespace helps to limit the available printing area in steps of
# whole cells, for example if the printer enforces a maximum char per line limit or borders are activated.
printer.raster.constraint.top=0
printer.raster.constraint.left=0
printer.raster.constraint.width=200
printer.raster.constraint.height=300
# Overall grid layout / type
printer.raster.type=6-dot
# The following properties define the exact grid spacing. Standard values based on the
# 'Marburg Medium' publication standard as described in the FFI braille technical guideline:
# https://www.ffi.de/assets/Uploads/Technische-Richtlinie-Blindenschrift.pdf
# See also: # https://codes.iccsafe.org/content/ICCA117_12003/chapter-7-communication-elements-and-features#ICCA117.1_2003_Ch07_Sec703
printer.raster.cellDistance.horizontal=3.5
printer.raster.cellDistance.vertical=5.0
printer.raster.dotDistance.horizontal=2.5
printer.raster.dotDistance.vertical=2.5
printer.raster.dotDiameter=1.5 printer.raster.dotDiameter=1.5
# Default Format Definition (assume A4 portrait)
format.default.page.width=210 ### Format Definitions
### ==================
# Default Format Definition
format.default.page.height=297 format.default.page.height=297
format.default.margin.left=10
format.default.margin.top=10 format.default.margin.top=10
format.default.margin.left=10
format.default.margin.bottom=10
format.default.margin.right=10 format.default.margin.right=10
format.default.margin.bottom=10
\ No newline at end of file # This is a template. Do not define concrete formats in this file. Use the specific user config file for this purpose.
\ No newline at end of file
# Default Printer Properties # JProperties Printer & Format Configuration
printer.max.charsPerLine=35 #
printer.max.linesPerPage=29 # Embosser: Dummy Default with illegal property name
printer.equidistantSupport=false # Test Revision (19-07-18) (DON'T USE FOR PRINTING)
printer.max.characterDistance=2.5 #
# Description:
# This is the default configuration file for the braille plot application.
# The configuration specifies the default values of required properties.
#
# https://gitlab.hrz.tu-chemnitz.de/s9444737--tu-dresden.de/brailleplot/wikis/Software%20Design#configuration-files
# =============================================================================
# ATTENTION: Changes to this configuration will affect settings for ALL printer and format definitions which
# are not overriding the defaults.
printer.mode=normal
printer.brailletable=src/test/resources/mapping.properties
printer.floatingDot.support=false
# Illegal property name example
printer.garbageProperty=illegal
# The following values represent the fixed indentation and maximum technical printing area of the embosser.
# If the outputs don't fit on the page you might want to tweak this values. (Check the format too.)
printer.constraint.top=0
printer.constraint.left=0
# The second constraint in the printer.raster namespace helps to limit the available printing area in steps of
# whole cells, for example if the printer enforces a maximum char per line limit or borders are activated.
printer.raster.constraint.top=0
printer.raster.constraint.left=0
printer.raster.constraint.width=200
printer.raster.constraint.height=300
# Overall grid layout / type
printer.raster.type=6-dot
# The following properties define the exact grid spacing. Standard values based on the
# 'Marburg Medium' publication standard as described in the FFI braille technical guideline:
# https://www.ffi.de/assets/Uploads/Technische-Richtlinie-Blindenschrift.pdf
# See also: # https://codes.iccsafe.org/content/ICCA117_12003/chapter-7-communication-elements-and-features#ICCA117.1_2003_Ch07_Sec703
printer.raster.cellDistance.horizontal=3.5
printer.raster.cellDistance.vertical=5.0
printer.raster.dotDistance.horizontal=2.5
printer.raster.dotDistance.vertical=2.5
printer.raster.dotDiameter=1.5
### Format Definitions
### ==================
# Default Format Definition (assume A4 portrait) # Default Format Definition (assume A4 portrait)
format.default.page.width=210 format.default.page.width=210
fomrat.default.page.height=140 format.default.page.height=297
\ No newline at end of file format.default.margin.top=10
format.default.margin.left=10
format.default.margin.bottom=10
format.default.margin.right=10
# This is a template. Do not define concrete formats in this file. Use the specific user config file for this purpose.
\ No newline at end of file
# Default Printer Properties # JProperties Printer & Format Configuration
printer.max.charsPerLine=35 #
printer.max.linesPerPage=29 # Embosser: Dummy Default with illegal property value
printer.equidistantSupport=false # Test Revision (19-07-18) (DON'T USE FOR PRINTING)
printer.max.characterDistance=2.5 #
# Description:
# This is the default configuration file for the braille plot application.
# The configuration specifies the default values of required properties.
#
# https://gitlab.hrz.tu-chemnitz.de/s9444737--tu-dresden.de/brailleplot/wikis/Software%20Design#configuration-files
# =============================================================================
# ATTENTION: Changes to this configuration will affect settings for ALL printer and format definitions which
# are not overriding the defaults.
printer.mode=normal
printer.brailletable=src/test/resources/mapping.properties
printer.floatingDot.support=false
# The following values represent the fixed indentation and maximum technical printing area of the embosser.
# If the outputs don't fit on the page you might want to tweak this values. (Check the format too.)
printer.constraint.top=0
printer.constraint.left=0
# The second constraint in the printer.raster namespace helps to limit the available printing area in steps of
# whole cells, for example if the printer enforces a maximum char per line limit or borders are activated.
printer.raster.constraint.top=0
printer.raster.constraint.left=0
printer.raster.constraint.width=200
printer.raster.constraint.height=300
# Overall grid layout / type
printer.raster.type=6-dot
# The following properties define the exact grid spacing. Standard values based on the
# 'Marburg Medium' publication standard as described in the FFI braille technical guideline:
# https://www.ffi.de/assets/Uploads/Technische-Richtlinie-Blindenschrift.pdf
# See also: # https://codes.iccsafe.org/content/ICCA117_12003/chapter-7-communication-elements-and-features#ICCA117.1_2003_Ch07_Sec703
printer.raster.cellDistance.horizontal=3.5
printer.raster.cellDistance.vertical=5.0
printer.raster.dotDistance.horizontal=2.5
printer.raster.dotDistance.vertical=2.5
printer.raster.dotDiameter=1.5
### Format Definitions
### ==================
# Default Format Definition (assume A4 portrait) # Default Format Definition (assume A4 portrait)
format.default.page.width=210 format.default.page.width=210
format.default.page.height=abc
\ No newline at end of file # Illegal property value example
format.default.page.height=two hundred ninety seven
format.default.margin.top=10
format.default.margin.left=10
format.default.margin.bottom=10
format.default.margin.right=10
# This is a template. Do not define concrete formats in this file. Use the specific user config file for this purpose.
\ No newline at end of file
# JProperties Printer & Format Configuration
#
# Embosser: Dummy Printer
# Test Revision (19-07-18) (DON'T USE FOR PRINTING)
#
# Description:
# This is the main configuration file for use with the braille plot application
# when embossing with the 'Index Everest-D V4'.
# The configuration specifies the general printer abilities and defines
# pre-selectable formats for this embosser.
#
# https://gitlab.hrz.tu-chemnitz.de/s9444737--tu-dresden.de/brailleplot/wikis/Software%20Design#configuration-files
# =============================================================================
### General Printer Properties
### ==========================
# Missing required property (not specified by default):
# printer.name=Dummy Printer
printer.mode=normal
printer.brailletable=src/test/resources/mapping.properties
printer.floatingDot.support=true
printer.floatingDot.resolution=0.05
# The following values represent the fixed indentation and maximum technical printing area of the embosser.
# If the outputs don't fit on the page you might want to tweak this values. (Check the format too.)
printer.constraint.top=5.0
printer.constraint.left=0
# The following properties define the exact grid spacing.
printer.raster.cellDistance.horizontal=3.6
printer.raster.cellDistance.vertical=4.8
printer.raster.dotDistance.horizontal=2.5
printer.raster.dotDistance.vertical=2.5
printer.raster.dotDiameter=1.5
### Format Definitions
### ==================
# A4 Format
format.A4.page.width=210
format.A4.page.height=297
format.A4.margin.left=0
# A5 Format
# Missing required property (not specified by default):
# format.A5.page.width=148
format.A5.page.height=210
format.A5.margin.top=0
format.A5.margin.left=0
format.A5.margin.bottom=0
format.A5.margin.right=0
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment