Packagestimulsoft.controls.visual.skins
Classpublic class StiCheckBoxSkin
InheritanceStiCheckBoxSkin Inheritance mx.skins.ProgrammaticSkin



Public Properties
 PropertyDefined By
  measuredHeight : Number
[override] [read-only]
StiCheckBoxSkin
  measuredWidth : Number
[override] [read-only]
StiCheckBoxSkin
Public Methods
 MethodDefined By
  
StiCheckBoxSkin
Protected Methods
 MethodDefined By
  
StiCheckBoxSkin
  
drawCheckBoxSkin(g:StiGraphics, size:StiSize, color:StiColor, borderColor:StiColor):void
StiCheckBoxSkin
  
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
StiCheckBoxSkin
Property Detail
measuredHeightproperty
measuredHeight:Number  [read-only] [override]


Implementation
    public function get measuredHeight():Number
measuredWidthproperty 
measuredWidth:Number  [read-only] [override]


Implementation
    public function get measuredWidth():Number
Constructor Detail
StiCheckBoxSkin()Constructor
public function StiCheckBoxSkin()



Method Detail
drawCheckBoxIndicator()method
protected function drawCheckBoxIndicator(g:StiGraphics, size:StiSize):void

Parameters

g:StiGraphics
 
size:StiSize

drawCheckBoxSkin()method 
protected function drawCheckBoxSkin(g:StiGraphics, size:StiSize, color:StiColor, borderColor:StiColor):void

Parameters

g:StiGraphics
 
size:StiSize
 
color:StiColor
 
borderColor:StiColor

updateDisplayList()method 
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void

Parameters

unscaledWidth:Number
 
unscaledHeight:Number