class EnsPortal.SVG.ProductionConfigurationLegend
extends %ZEN.SVGComponent.svgPage
Production Configuration Legend.
This page renders the SVG needed to display the legend.
It is called from the ProductionConfigurationLegend dialog.
parameter DOMAIN = "Ensemble";
Use our own domain for localization
parameter RESOURCE = "%Ens_ProductionConfig:READ";
User needs READ permissions on the %Ens_ProductionConfig resource to view this page.
method %OnDrawSVGPage()
as %Status
Callback method.
If defined, this provides a way for a subclass to add static SVG content
to the svgPage.
classmethod %OnDrawStyleSVG()
as %Status
Callback method called when drawing the SVG CSS style for this page.
method DrawLegend()
as %Status
Draw the SVG legend.