class CSPX.Dashboard.IndicatorLamp
extends Meter
SVG-based Traffic Light meter for Dashboard.
parameter HEIGHT = 25;
Default height, in logical units, of this meter.
parameter MINHEIGHT = 25;
Minimum height, in logical units, of this meter.
parameter MINWIDTH = 50;
Minimum width, in logical units, of this meter.
parameter SHOWLABEL = 0;
Should this meter display the standard label
parameter WIDTH = 75;
Default width, in logical units, of this meter.
method OnSVGBody()
Draw the body of this SVG meter
classmethod OnSVGDefs()
Draw the defs section of this SVG meter
classmethod OnSVGScript()
Draw the script section of this SVG meter
classmethod OnSVGStyle()
Draw the style section of this SVG meter