%ZEN.SVGComponent.textMeter
deprecated class %ZEN.SVGComponent.textMeter extends %ZEN.SVGComponent.meter
SVG text meter.This meter displays a value as text within a rectangular region.
This control looks best when its height is one quarter of its width.
Property Inventory
Method Inventory
Parameters
parameter DEFAULTVIEWBOXHEIGHT = 25;
Override viewBoxHeight for this component.
parameter DEFAULTVIEWBOXWIDTH = 100;
Override viewBoxWidth for this component.
Properties
property backgroundStyle as %ZEN.Datatype.svgStyle;
Additional style applied to the background of this meter.
Property methods: backgroundStyleDisplayToLogical(), backgroundStyleGet(), backgroundStyleIsValid(), backgroundStyleLogicalToDisplay(), backgroundStyleLogicalToOdbc(), backgroundStyleNormalize(), backgroundStyleSet()
property format as %ZEN.Datatype.string;
Numeric format string to apply to the value.
Property methods: formatDisplayToLogical(), formatGet(), formatIsValid(), formatLogicalToDisplay(), formatLogicalToOdbc(), formatNormalize(), formatSet()
property highStyle as %ZEN.Datatype.svgStyle [ InitialExpression = "fill: #404080;" ];
Style applied to text when the meter value is above the high threshold.
Property methods: highStyleDisplayToLogical(), highStyleGet(), highStyleIsValid(), highStyleLogicalToDisplay(), highStyleLogicalToOdbc(), highStyleNormalize(), highStyleSet()
property lowStyle as %ZEN.Datatype.svgStyle [ InitialExpression = "fill: #804040;" ];
Style applied to text when the meter value is below the low threshold.
Property methods: lowStyleDisplayToLogical(), lowStyleGet(), lowStyleIsValid(), lowStyleLogicalToDisplay(), lowStyleLogicalToOdbc(), lowStyleNormalize(), lowStyleSet()
property normalStyle as %ZEN.Datatype.svgStyle [ InitialExpression = "fill: #404040;" ];
Style applied to text when the meter value is between the high and low threshold values.
Property methods: normalStyleDisplayToLogical(), normalStyleGet(), normalStyleIsValid(), normalStyleLogicalToDisplay(), normalStyleLogicalToOdbc(), normalStyleNormalize(), normalStyleSet()
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.
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()