%ZEN.SVGComponent.svgGroup
deprecated class %ZEN.SVGComponent.svgGroup extends %ZEN.SVGComponent.svgComponent, %ZEN.SVGComponent.abstractSVGGroup
SVG Container component. A group is used to contain and layout a set of child SVG components.Method Inventory
Methods
clientmethod setBoundingBox(width, height) [ Language = javascript ]
Set the size of the bounding box of this group.
Applications should not call this directly.
clientmethod setProperty(property, value, value2) [ Language = javascript ]
Set the value of a named property.
Inherited Members
Inherited Properties
- %condition
 - %import
 - %includeFiles
 - %page
 - %resource
 - aux
 - boundless
 - children
 - composite
 - disabled
 - document
 - height
 - hidden
 - id
 - index
 - layout
 - name
 - onclick
 - onupdate
 - parent
 - position
 - preserveAspectRatio
 - svgComponent
 - svgGroup
 - tuple
 - viewBoxHeight
 - viewBoxWidth
 - visible
 - width
 - window
 - x
 - y
 
Inherited Methods
- %AddChild()
 - %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()
 - %RemoveChild()
 - %RemoveFromSaveSet()
 - %Self()
 - %SerializeObject()
 - %SetModified()
 - %ValidateObject()
 - XMLDTD()
 - XMLExport()
 - XMLExportToStream()
 - XMLExportToString()
 - XMLNew()
 - XMLSchema()
 - XMLSchemaNamespace()
 - XMLSchemaType()
 - addChild()
 - beginWaitState()
 - calculateViewBox()
 - clickHandler()
 - endWaitState()
 - findElement()
 - findSVGElement()
 - fireOnUpdateEvent()
 - getFrame()
 - getProperty()
 - getSettings()
 - getSizeAbsolute()
 - getType()
 - invokeSuper()
 - isOfType()
 - layoutChildren()
 - makeId()
 - onCreate()
 - onDelete()
 - onSerialize()
 - onloadHandler()
 - onunloadHandler()
 - onupdateHandler()
 - refreshContents()
 - removeChild()
 - render()
 - renderContents()
 - renderSVG()
 - setOverlayMode()
 - setPosition()
 - setPositionHandler()
 - setPropertyAll()
 - setSize()
 - setSizeHandler()
 - setTextNode()
 - sizingMouseDownHandler()
 - unrender()
 - wrapMethod()