| Package | xp.charting |
| Class | public class ChartElementContainer |
| Inheritance | ChartElementContainer ChartStyleClient ChartDisplayElement ProgrammaticSkin mx.core.FlexSprite |
| Subclasses | ChartBackground, ChartForeground |
| Method | Defined by | ||
|---|---|---|---|
| ChartElementContainer | |||
|
addElement(element:DisplayObject, front:Boolean = true):void
| ChartElementContainer | ||
![]() |
clearStyle(styleProp:String):void
| ChartStyleClient | |
![]() |
determineTextFormatFromStyles():UITextFormat
| ChartStyleClient | |
|
getAxisBackground():Shape
| ChartElementContainer | ||
![]() |
getClassStyleDeclarations():Array
| ChartStyleClient | |
![]() |
getStyle(styleProp:String):*
| ChartStyleClient | |
![]() |
initElement(chart:IChartArea):void
| ChartDisplayElement | |
![]() |
invalidateDisplayList():void
| ProgrammaticSkin | |
![]() |
invalidateProperties():void
| ProgrammaticSkin | |
![]() |
invalidateSize():void
| ProgrammaticSkin | |
![]() |
move(x:Number, y:Number):void
Moves this object to the specified x and y coordinates.
| ProgrammaticSkin | |
![]() |
notifyStyleChangeInChildren(styleProp:String, recursive:Boolean):void
| ChartStyleClient | |
![]() |
parentChanged(p:DisplayObjectContainer):void
| ChartStyleClient | |
![]() |
regenerateStyleCache(recursive:Boolean):void
| ChartStyleClient | |
![]() |
registerEffects(effects:Array):void
| ChartStyleClient | |
|
removeElement(element:DisplayObject, front:Boolean = true):void
| ChartElementContainer | ||
![]() |
setActualSize(newWidth:Number, newHeight:Number):void
Sets the height and width of this object.
| ProgrammaticSkin | |
![]() |
setStyle(styleProp:String, newValue:*):void
| ChartStyleClient | |
![]() |
styleChanged(styleProp:String):void
| ChartStyleClient | |
![]() |
validateDisplayList():void
| ChartDisplayElement | |
![]() |
validateNow():void
Validate and update the properties and layout of this object
and redraw it, if necessary.
| ProgrammaticSkin | |
![]() |
validateProperties():void
| ProgrammaticSkin | |
![]() |
validateSize(recursive:Boolean = false):void
| ChartDisplayElement | |
| ChartElementContainer | () | constructor |
public function ChartElementContainer()
| $addChild | () | method |
protected function $addChild(child:DisplayObject):DisplayObjectParameters
child:DisplayObject |
DisplayObject |
| addChildInternal | () | method |
protected function addChildInternal(child:DisplayObject):DisplayObjectParameters
child:DisplayObject |
DisplayObject |
| addChildToLayer | () | method |
protected function addChildToLayer(layer:DisplayObjectContainer, child:DisplayObject):DisplayObjectParameters
layer:DisplayObjectContainer |
|
child:DisplayObject |
DisplayObject |
| addElement | () | method |
public function addElement(element:DisplayObject, front:Boolean = true):voidParameters
element:DisplayObject |
|
front:Boolean (default = true) |
| getAxisBackground | () | method |
public function getAxisBackground():Shape
Returns
Shape |
| plotSizeChangedHandler | () | method |
protected override function plotSizeChangedHandler(e:Event):voidParameters
e:Event |
| removeElement | () | method |
public function removeElement(element:DisplayObject, front:Boolean = true):voidParameters
element:DisplayObject |
|
front:Boolean (default = true) |
| updateDisplayList | () | method |
protected override function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):voidParameters
unscaledWidth:Number |
|
unscaledHeight:Number |