Renderer modeling
Renderers are modelled in HOPEX and called through an object identifier.
They are available in the Renderers Folder of the Utilities navigation window:
Each renderer is specific to a format and type e.g. HTML areachart renderer.
This is specified in renderer properties:
• Output Format: format handled by this renderer.
• Renderer Type: type of rendering produced. The renderer type is used in the analysis report to specify which rendering to apply to the dataset.
• Implemented by: the implementation macro, in Java (see next chapter for its implementation).
The call of the renderer is handled by the analysis engine depending on generation format (HTML, PDF, etc.).