Packagexp.charting.borders
Classpublic class ChartBorderSkin
InheritanceChartBorderSkin Inheritance ChartBorder Inheritance RectangularBorder Inheritance ProgrammaticSkin Inheritance mx.core.FlexSprite
SubclassesAqua, ArchStroke, ArchThick, ArchThin, Butterfly, Colonial, Embed, Emboss, Gel, Museum, Open, OpenLines, OpenRivet, Pulsar, Slide, Solid, SolidLines, SolidRivet, StockRound, StockSquare



Public Properties
 PropertyDefined by
 InheritedborderMetrics : EdgeMetrics
The thickness of the border edges.
RectangularBorder
 InheritedchartDesc : ChartDesc
ChartBorder
 InheritedchartParent : IChart
ChartBorder
 Inheritedheight : Number
ProgrammaticSkin
 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
  imgCls : Class
ChartBorderSkin
  imgMaskCls : 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
  
ChartBorderSkin
 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
  
drawBorder(w:int, h:int):void
ChartBorderSkin
 Inherited
drawPlotAreaBackground(w:int, h:int):void
ChartBorder
 Inherited
RectangularBorder
 Inherited
measure():void
ProgrammaticSkin
 Inherited
ProgrammaticSkin
 Inherited
RectangularBorder
 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
imgClsproperty
protected var imgCls:Class
imgMaskClsproperty 
protected var imgMaskCls:Class
Constructor detail
ChartBorderSkin()constructor
public function ChartBorderSkin()
Method detail
drawBorder()method
protected override function drawBorder(w:int, h:int):voidParameters
w:int
 
h:int