Package eu.bandm.music.top
Class MfOptions.Descriptions
java.lang.Object
eu.bandm.tools.muli.Catalog<String>
eu.bandm.tools.muli.CatalogByString
eu.bandm.music.top.MfOptions.Descriptions
- Enclosing class:
- MfOptions
Programmatically generated catalog of translations.
Generated code realizing the multi lingual translations of all command line option descriptions.
Usage: Invoke the only constructor. Then follow the documentation of the super class.
Initial contents:
de | en | |
---|---|---|
--debuglevel | 0-100 für minimale bis maximale Debug-Ausgabe | 0-100 for minimal to maximal debug verbosity |
--inputfile | zu verarbeitende Text-Datei im tscore Format | text file in tscore format to process |
--interactive | Ob die interaktive Graphik-Schnittstelle geöffnet werden soll. | flag whether to open the gui to edit parameters |
--outputfile | Ergebnisdatei, im SVG Format | output text file in svg format |
--physCoords | Folge von zwei ganzen Zahlen, Breite und Höhe der Ergebnisgraphik, gefolgt von der Masseinheit. Die Ursprung der physikalischen Koordinaten ist 'Null Punkt Null' in der linken oberen Ecke der ausgegebenen Graphik, -- die y-Achse wächst von oben nach unten. | sequence of two integer numbers, x width and y height of the physical output, and the unit in which they are measured. The coordinates start at the upper left corner of the output area with zero comma zero (0,0). |
--timeFactor | Faktor zur Multiplikation der Dauernwerte. Bei 1.0 entsprechen die Zahlen in der Zeitleiste realen Sekunden. | factor for multiplying the duration values. Iff this is 1.0, then the numeric values give real-time seconds. |
--userCoords | Folge von vier ganzen Zahlen, die den Benutzer-Koordinaten-Raum beschreiben. Erst untere Werte für x und y, dann die oberen. Die unteren werden auf die physikalische Koordinate null(0) abgebildet, die oberen auf die mit --physCoord angegebenen. Achtung, bei den physikalischen Koordinaten ("device coordinates") wächst die y-Achse nach unten. | sequence of four integer numbers as user coordinate limis. First lower x and lower y, than upper x and upper y. The lower values will be mapped to the physical output coordinate zero(0). The higher will be mapped to the coordinates given by the option --physCoords. Please note that in physical coordinates (aka device coordinates) the y axis grows downwards. |
--version | Zeige Versionsnummer an | show version number |
-0 | zu verarbeitende Text-Datei im tscore Format | text file in tscore format to process |
-1 | Ergebnisdatei, im SVG Format | output text file in svg format |
-d | 0-100 für minimale bis maximale Debug-Ausgabe | 0-100 for minimal to maximal debug verbosity |
-i | Ob die interaktive Graphik-Schnittstelle geöffnet werden soll. | flag whether to open the gui to edit parameters |
-p | Folge von zwei ganzen Zahlen, Breite und Höhe der Ergebnisgraphik, gefolgt von der Masseinheit. Die Ursprung der physikalischen Koordinaten ist 'Null Punkt Null' in der linken oberen Ecke der ausgegebenen Graphik, -- die y-Achse wächst von oben nach unten. | sequence of two integer numbers, x width and y height of the physical output, and the unit in which they are measured. The coordinates start at the upper left corner of the output area with zero comma zero (0,0). |
-u | Folge von vier ganzen Zahlen, die den Benutzer-Koordinaten-Raum beschreiben. Erst untere Werte für x und y, dann die oberen. Die unteren werden auf die physikalische Koordinate null(0) abgebildet, die oberen auf die mit --physCoord angegebenen. Achtung, bei den physikalischen Koordinaten ("device coordinates") wächst die y-Achse nach unten. | sequence of four integer numbers as user coordinate limis. First lower x and lower y, than upper x and upper y. The lower values will be mapped to the physical output coordinate zero(0). The higher will be mapped to the coordinates given by the option --physCoords. Please note that in physical coordinates (aka device coordinates) the y axis grows downwards. |
-v | Zeige Versionsnummer an | show version number |
Created on 2024-09-03_21h40m39
by program bandm/metatools/option/compiler, version 2.1
command line =
java bandm/metatools/option/compiler MfOptions.xml eu.bandm.music.top MfOptions MfGui /mnt/c/Users/post/Documents/sig//src
by program bandm/metatools/option/compiler, version 2.1
command line =
java bandm/metatools/option/compiler MfOptions.xml eu.bandm.music.top MfOptions MfGui /mnt/c/Users/post/Documents/sig//src
-
Nested Class Summary
Nested classes/interfaces inherited from class eu.bandm.tools.muli.CatalogByString
CatalogByString.TranslationCollector
Nested classes/interfaces inherited from class eu.bandm.tools.muli.Catalog
Catalog.Const
-
Field Summary
Fields inherited from class eu.bandm.tools.muli.CatalogByString
linefeedPattern, msg, sourceId
-
Constructor Summary
-
Method Summary
Methods inherited from class eu.bandm.tools.muli.CatalogByString
doload, getKeys, load, load, main, normalizeLinefeed, putAsKey
Methods inherited from class eu.bandm.tools.muli.Catalog
_format, _format, _translateArgs, containsKey, dump, get, get, get, get, getKey, getKeys, getKeys, insitu, insitu, insitu, insitu, INSITU, INSITU, makeMap, makeMuli, noTranslate, put, put, put, put, putAll, putAll, readLanguageMap, readLanguages, readLanguagesString, translateAllAndFormatRobust, translateAllAndFormatRobust, translateArgsAndFormatRobust, translateArgsAndFormatRobust, translateKeyAndFormatRobust, translateKeyAndFormatRobust, translateRobust, translateRobust
-
Constructor Details
-
Descriptions
public Descriptions()
-