%ZEN.SVGComponent.fuelGauge
deprecated class %ZEN.SVGComponent.fuelGauge extends %ZEN.SVGComponent.meter
SVG fuel gauge meter. This displays a value within a representation of a fuel gauge.Property Inventory
- format
- highLampColor
- levelBoxStyle
- levelTextStyle
- logo
- logoStyle
- lowLampColor
- needleStyle
- outerBodyStyle
- panelStyle
Method Inventory
Properties
property format as %ZEN.Datatype.string;
Optional. Numeric format string to apply to the odometer value.
Property methods: formatDisplayToLogical(), formatGet(), formatIsValid(), formatLogicalToDisplay(), formatLogicalToOdbc(), formatNormalize(), formatSet()
property highLampColor as %ZEN.Datatype.color [ InitialExpression = "url(#glow-red)" ];
Fill color used for high indicator lamp.
Property methods: highLampColorDisplayToLogical(), highLampColorGet(), highLampColorIsValid(), highLampColorLogicalToDisplay(), highLampColorLogicalToOdbc(), highLampColorNormalize(), highLampColorSet()
property levelBoxStyle as %ZEN.Datatype.style;
Optional. Style applied to level box.
Property methods: levelBoxStyleDisplayToLogical(), levelBoxStyleGet(), levelBoxStyleIsValid(), levelBoxStyleLogicalToDisplay(), levelBoxStyleLogicalToOdbc(), levelBoxStyleNormalize(), levelBoxStyleSet()
property levelTextStyle as %ZEN.Datatype.style;
Optional. Style applied to text in level box.
Property methods: levelTextStyleDisplayToLogical(), levelTextStyleGet(), levelTextStyleIsValid(), levelTextStyleLogicalToDisplay(), levelTextStyleLogicalToOdbc(), levelTextStyleNormalize(), levelTextStyleSet()
property logo as %ZEN.Datatype.caption [ InitialExpression = "Zen" ];
Text for logo displayed in center of dial.
Property methods: logoDisplayToLogical(), logoGet(), logoIsValid(), logoLogicalToDisplay(), logoLogicalToOdbc(), logoNormalize(), logoSet()
property logoStyle as %ZEN.Datatype.style;
Optional. Style applied to logo.
Property methods: logoStyleDisplayToLogical(), logoStyleGet(), logoStyleIsValid(), logoStyleLogicalToDisplay(), logoStyleLogicalToOdbc(), logoStyleNormalize(), logoStyleSet()
property lowLampColor as %ZEN.Datatype.color [ InitialExpression = "url(#glow-red)" ];
Fill color used for low indicator lamp.
Property methods: lowLampColorDisplayToLogical(), lowLampColorGet(), lowLampColorIsValid(), lowLampColorLogicalToDisplay(), lowLampColorLogicalToOdbc(), lowLampColorNormalize(), lowLampColorSet()
property needleStyle as %ZEN.Datatype.style;
Optional. Style applied to needle.
Property methods: needleStyleDisplayToLogical(), needleStyleGet(), needleStyleIsValid(), needleStyleLogicalToDisplay(), needleStyleLogicalToOdbc(), needleStyleNormalize(), needleStyleSet()
property outerBodyStyle as %ZEN.Datatype.style;
Optional. Style applied to outer region.
Property methods: outerBodyStyleDisplayToLogical(), outerBodyStyleGet(), outerBodyStyleIsValid(), outerBodyStyleLogicalToDisplay(), outerBodyStyleLogicalToOdbc(), outerBodyStyleNormalize(), outerBodyStyleSet()
property panelStyle as %ZEN.Datatype.style;
Optional. Style applied to bottom panel.
Property methods: panelStyleDisplayToLogical(), panelStyleGet(), panelStyleIsValid(), panelStyleLogicalToDisplay(), panelStyleLogicalToOdbc(), panelStyleNormalize(), panelStyleSet()
Methods
clientmethod renderMeter() [ Language = javascript ]
Render the inner SVG contents of this component.
clientmethod setProperty(property, value, value2) [ Language = javascript ]
Set the value of a named property.
clientmethod updateNeedle(animate) [ Language = javascript ]
Internal method: update position of needle
Inherited Members
Inherited Properties
- %condition
- %controller
- %import
- %includeFiles
- %page
- %resource
- animate
- aux
- boundless
- composite
- controller
- controllerId
- dataBinding
- disabled
- document
- height
- hidden
- id
- index
- label
- labelStyle
- name
- onchange
- onclick
- onnotifyView
- onupdate
- parent
- position
- preserveAspectRatio
- rangeLower
- rangeUpper
- scaleFactor
- showConditionally
- svgComponent
- svgGroup
- targetValue
- thresholdLower
- thresholdUpper
- tuple
- value
- viewBoxHeight
- viewBoxWidth
- visible
- width
- window
- x
- y
Inherited Methods
- %AddToSaveSet()
- %Attr()
- %BindExport()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %DrawHTML()
- %DrawJSStrings()
- %Eval()
- %EvalC()
- %Extends()
- %ForceClientRender()
- %GetEventHandlers()
- %GetParameter()
- %GetXMLName()
- %IsA()
- %IsModified()
- %MakeId()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToPageAfter()
- %OnAddToPageBefore()
- %OnDrawObjectProperties()
- %OnObjectSynch()
- %OnZENDeserialize()
- %OriginalNamespace()
- %PackageName()
- %QuoteValue()
- %QuoteValueL10N()
- %RemoveFromSaveSet()
- %Self()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
- acquireData()
- beginWaitState()
- calculateViewBox()
- clickHandler()
- endWaitState()
- findElement()
- findSVGElement()
- fireOnUpdateEvent()
- getController()
- getFrame()
- getLabelText()
- getProperty()
- getSettings()
- getSizeAbsolute()
- getType()
- getValue()
- invokeSuper()
- isOfType()
- makeId()
- notifyViewHandler()
- onCreate()
- onDelete()
- onSerialize()
- onchangeHandler()
- onloadHandler()
- onunloadHandler()
- onupdateHandler()
- refreshContents()
- render()
- renderContents()
- renderLabel()
- renderSVG()
- sendEventToController()
- setControllerId()
- setOverlayMode()
- setPosition()
- setPositionHandler()
- setSize()
- setSizeHandler()
- setTextNode()
- setValue()
- sizingMouseDownHandler()
- unrender()
- wrapMethod()