Packagexp.charting.borders
Classpublic class Pulsar
InheritancePulsar Inheritance ChartBorderSkin Inheritance ChartBorder Inheritance RectangularBorder Inheritance ProgrammaticSkin Inheritance mx.core.FlexSprite



Public Properties
 PropertyDefined by
 InheritedborderMetrics : EdgeMetrics
The thickness of the border edges.
RectangularBorder
 InheritedchartDesc : ChartDesc
ChartBorder
 InheritedchartParent : IChart
ChartBorder
 Inheritedheight : Number
ProgrammaticSkin
  imgBorderCls : Class
Pulsar
  imgBorderMaskCls : Class
Pulsar
 Inheritedinitialized : Boolean
ProgrammaticSkin
 InheritedmeasuredHeight : Number
The measured height of this object.
ProgrammaticSkin
 InheritedmeasuredWidth : Number
The measured width of this object.
ProgrammaticSkin
 InheritednestLevel : int
ProgrammaticSkin
 InheritedprocessedDescriptors : Boolean
ProgrammaticSkin
 InheritedstyleName : Object
A parent component used to obtain style values.
ProgrammaticSkin
 InheritedupdateCompletePendingFlag : Boolean
ProgrammaticSkin
 Inheritedwidth : Number
ProgrammaticSkin
Protected Properties
 PropertyDefined by
 InheritedbackgroundAlpha : Number
RectangularBorder
 InheritedbackgroundAttachment : String
RectangularBorder
 InheritedbackgroundColor : Number
RectangularBorder
 InheritedbackgroundImageChanged : Boolean = false
RectangularBorder
 InheritedbackgroundSize : Object
RectangularBorder
 Inheritedbc : SolidBorderFill
[static]
RectangularBorder
 InheritedborderAlpha : Number
RectangularBorder
 InheritedborderColor : Number
RectangularBorder
 InheritedborderStyle : String
RectangularBorder
 InheritedborderStyleChanged : Boolean = true
RectangularBorder
 InheritedborderThickness : Thickness
RectangularBorder
 InheritedchangedStyles : Object
RectangularBorder
 InheritedcornerRadius : CornerRadius
RectangularBorder
 Inherited_deferLayout : Boolean = false
ProgrammaticSkin
 InheriteddropShadowStyleChanged : Boolean = true
RectangularBorder
 InheritedimgCls : Class
ChartBorderSkin
 InheritedimgMaskCls : Class
ChartBorderSkin
 InheritedinnerCornerRadius : CornerRadius
RectangularBorder
 InheritedinvalidateDisplayListFlag : Boolean = false
ProgrammaticSkin
 InheritedinvalidatePropertiesFlag : Boolean = false
ProgrammaticSkin
 InheritedinvalidateSizeFlag : Boolean = false
ProgrammaticSkin
 Inheritedrc : BorderRectangle
[static]
RectangularBorder
 Inheritedrc1 : RoundRectangle
[static]
RectangularBorder
 InheritedsizeChanged : Boolean = false
ProgrammaticSkin
Public Methods
 MethodDefined by
  
Pulsar
 Inherited
getStyle(styleProp:String):*
Returns the value of the specified style property.
ProgrammaticSkin
 Inherited
ProgrammaticSkin
 Inherited
ProgrammaticSkin
 Inherited
ProgrammaticSkin
 Inherited
move(x:Number, y:Number):void
Moves this object to the specified x and y coordinates.
ProgrammaticSkin
 Inherited
setActualSize(newWidth:Number, newHeight:Number):void
Sets the height and width of this object.
ProgrammaticSkin
 Inherited
styleChanged(styleProp:String):void
Whenever any style changes, redraw this skin.
ProgrammaticSkin
 Inherited
ProgrammaticSkin
 Inherited
validateNow():void
Validate and update the properties and layout of this object and redraw it, if necessary.
ProgrammaticSkin
 Inherited
ProgrammaticSkin
 Inherited
validateSize(recursive:Boolean = false):void
ProgrammaticSkin
Protected Methods
 MethodDefined by
 Inherited
ProgrammaticSkin
 Inherited
RectangularBorder
 Inherited
deferLayout(state:Boolean):void
ProgrammaticSkin
 Inherited
drawBorder(w:int, h:int):void
ChartBorderSkin
 Inherited
drawPlotAreaBackground(w:int, h:int):void
ChartBorder
 Inherited
RectangularBorder
 Inherited
measure():void
ProgrammaticSkin
 Inherited
ProgrammaticSkin
  
Pulsar
 Inherited
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
ProgrammaticSkin
Protected Constants
 ConstantDefined by
 InheritedborderStyles : Object
[static]
RectangularBorder
 InheritedDEFAULT_FILL : IFill
[static]
RectangularBorder
 InheritedDEFAULT_STROKE : IStroke
[static]
RectangularBorder
Property detail
imgBorderClsproperty
public var imgBorderCls:Class
imgBorderMaskClsproperty 
public var imgBorderMaskCls:Class
Constructor detail
Pulsar()constructor
public function Pulsar()
Method detail
updateBorderStyleProperties()method
protected override function updateBorderStyleProperties():void