Packagecom.kapit.diagram.controls
Classpublic class SVGMenuItemRenderer
InheritanceSVGMenuItemRenderer Inheritance mx.controls.menuClasses.MenuItemRenderer



Public Methods
 MethodDefined by
  
Constructs a new SVGMenuItemRenderer instance.
SVGMenuItemRenderer
  
addChild(child:DisplayObject):DisplayObject
Adds a child DisplayObject instance to this DisplayObjectContainer.
SVGMenuItemRenderer
Constructor detail
SVGMenuItemRenderer()constructor
public function SVGMenuItemRenderer()

Constructs a new SVGMenuItemRenderer instance.

Method detail
addChild()method
public override function addChild(child:DisplayObject):DisplayObject

Adds a child DisplayObject instance to this DisplayObjectContainer.

Parameters
child:DisplayObject — The DisplayObject instance to add as a child of this DisplayObjectContainer instance.

Returns
DisplayObject — The DisplayObject instance that is passed in the child parameter.