Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Symbols element contains a list of definitions for node layouts. You can specifiy the layout individually for each type of physical operator by setting the nodeName attribute of the Symbol element to the respective class name. For each Symbol, you must specify its size and one ore more SymbolElement elements which describe the visual components to compose the node visualization. Some of these SymbolElement elements can additionally be configured using parameters that are specified as simple key value pairs. The following table gives you an overview of the available types of SymbolElement and the parameters they support.

Component
TypeDescriptionSupported parameters
fillCircleCircle shape with filling
  • r
  • g
  • b
circleCircle shape without filling
  • r
  • g
  • b
fillRectangleRectangle shape with filling
  • r
  • g
  • b
rectangleRectangle shaoe without filling
  • r
  • g
  • b
selector

imageImage
  • resource
  • marginLeft
  • marginRight
  • marginTop
  • marginBottom
operatorShows a specific image for the physical operator from the given icon set
  • resource
  • iconSetName
  • marginLeft
  • marginRight
  • marginTop
  • marginBottom
invisibleInvisible (for layouting only)
selectivity

textShows the name of the operator
  • offsetX
  • offsetY
ownerTextShows the name of the operator
  • r
  • g
  • b
  • offsetX
  • offsetY
ownerRectangledraws a filled rectangle. The filling color is automatically determined to indicate the script/query the oeprator was created from

The following table gives an overview of the parameters:

Parameter namePossible valuesDescription
r, g, bInteger (0...255)RGB Color parameters. Important: Each color component must be individually specified as a single Parameter element!
marginLeftInteger (0...100)left margin (relative in percent!)
marginRightInteger (0...100)right margin (relative in percent!)
marginTopInteger (0...100)top margin (relative in percent!)
marginBottomInteger (0...100)bottom margin (relative in percent!)
offsetXInteger (0...100)Relative offset of X position (starting from left) in percent
offsetYInteger (0...100)Relative offset of Y position (starting from top) in percent
resourceStringImageID of the image to show. The image ID must be registered in the ImageManager.
iconSetNameStringName 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.
TODO


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.

...