...
The following table gives an overview of the parameters:
Parameter name | Possible values | Description |
---|---|---|
r, g, b | Integer (0...255) | RGB Color parameters. Important: Each color component must be individually specified as a single Parameter element! |
marginLeft | Integer (0...100) | left margin (relative in percent!) |
marginRight | Integer (0...100) | right margin (relative in percent!) |
marginTop | Integer (0...100) | top margin (relative in percent!) |
marginBottom | Integer (0...100) | bottom margin (relative in percent!) |
offsetX | Integer (0...100) | Relative offset of X position (starting from left) in percent |
offsetY | Integer (0...100) | Relative offset of Y position (starting from top) in percent |
resource | String | ImageID of the image to show. The image ID must be registered in the ImageManager. |
iconSetName | String | Name of the image set that should be used to automatically retrieve a matching image for the underlying physical operator. By default Odysseus provides the following image sets: white , black , and default . It is also possible to use external image sets stored in the Odysseus home directoy. |
Besides the definitions for individual physical operators, the viewer configuration must specify the Default
element which is applied to all operators that are not individually styled by a Symbol
element. The structure of the Default
element is similiar to the structure of the Symbol
element.
...
How to use your own viewer configuration
In order to use your own viewer configuration, you need to perform the following steps:
- Create an viewer configuration file as describhed above and store it in the Odysseus home directory.
- Open the
odysseusRCP.conf
file and set the path of your viewer configuration file for theviewer.config
key. Note: The path must be relative to the Odysseus home directory. - Changes will apply after a restart of Odysseus Studio.