Packagestimulsoft.controls.theme
Classpublic class StiTheme
InheritanceStiTheme Inheritance Object
Subclasses StiButtonTheme, StiExpanderTheme, StiFormTheme, StiGroupBoxTheme, StiLabelTheme, StiMenuTheme, StiPanelTheme, StiScrollBarTheme, StiTextInputTheme



Public Properties
 PropertyDefined By
  backgroundColor : StiColor
StiTheme
  backgroundDisabledColor : StiColor
StiTheme
  black : XMLNode
[static] [read-only]
StiTheme
  blue : XMLNode
[static] [read-only]
StiTheme
  borderColor : StiColor
StiTheme
  borderDisabledColor : StiColor
StiTheme
  cornerRadius : Number
StiTheme
  font : StiFont
StiTheme
  fontColor : StiColor
StiTheme
  fontDisabledColor : StiColor
StiTheme
  image : String
StiTheme
  imageRectangle : StiRectangle
StiTheme
  imageSize : StiSize
StiTheme
  office2013 : XMLNode
[static] [read-only]
StiTheme
  silver : XMLNode
[static] [read-only]
StiTheme
  theme : XMLNode
StiTheme
Public Methods
 MethodDefined By
  
StiTheme
Protected Methods
 MethodDefined By
  
decodeImage(bitmapData:BitmapData):void
StiTheme
Property Detail
backgroundColorproperty
backgroundColor:StiColor


Implementation
    public function get backgroundColor():StiColor
    public function set backgroundColor(value:StiColor):void
backgroundDisabledColorproperty 
backgroundDisabledColor:StiColor


Implementation
    public function get backgroundDisabledColor():StiColor
    public function set backgroundDisabledColor(value:StiColor):void
blackproperty 
black:XMLNode  [read-only]


Implementation
    public static function get black():XMLNode
blueproperty 
blue:XMLNode  [read-only]


Implementation
    public static function get blue():XMLNode
borderColorproperty 
borderColor:StiColor


Implementation
    public function get borderColor():StiColor
    public function set borderColor(value:StiColor):void
borderDisabledColorproperty 
borderDisabledColor:StiColor


Implementation
    public function get borderDisabledColor():StiColor
    public function set borderDisabledColor(value:StiColor):void
cornerRadiusproperty 
cornerRadius:Number


Implementation
    public function get cornerRadius():Number
    public function set cornerRadius(value:Number):void
fontproperty 
font:StiFont


Implementation
    public function get font():StiFont
    public function set font(value:StiFont):void
fontColorproperty 
fontColor:StiColor


Implementation
    public function get fontColor():StiColor
    public function set fontColor(value:StiColor):void
fontDisabledColorproperty 
fontDisabledColor:StiColor


Implementation
    public function get fontDisabledColor():StiColor
    public function set fontDisabledColor(value:StiColor):void
imageproperty 
image:String


Implementation
    public function get image():String
    public function set image(value:String):void
imageRectangleproperty 
imageRectangle:StiRectangle


Implementation
    public function get imageRectangle():StiRectangle
    public function set imageRectangle(value:StiRectangle):void
imageSizeproperty 
imageSize:StiSize


Implementation
    public function get imageSize():StiSize
    public function set imageSize(value:StiSize):void
office2013property 
office2013:XMLNode  [read-only]


Implementation
    public static function get office2013():XMLNode
silverproperty 
silver:XMLNode  [read-only]


Implementation
    public static function get silver():XMLNode
themeproperty 
theme:XMLNode


Implementation
    public function get theme():XMLNode
    public function set theme(value:XMLNode):void
Constructor Detail
StiTheme()Constructor
public function StiTheme()



Method Detail
decodeImage()method
protected function decodeImage(bitmapData:BitmapData):void

Parameters

bitmapData:BitmapData