| Property | Defined by | ||
|---|---|---|---|
| alpha : Number | SolidBorderFill | ||
| backgroundColor : Number | SolidBorderFill | ||
| borderStyle : String = "raisedLow" | SolidBorderFill | ||
| color : uint | SolidBorderFill | ||
| dark : uint | SolidBorderFill | ||
| darkdark : uint | SolidBorderFill | ||
| light : uint | SolidBorderFill | ||
| lightlight : uint | SolidBorderFill | ||
| noFill : Boolean = false | SolidBorderFill | ||
| Method | Defined by | ||
|---|---|---|---|
|
SolidBorderFill(color:uint = 0xCCCCCC, alpha:Number = 1, backgroundColor:Number)
| SolidBorderFill | ||
|
begin(target:Graphics, rc:Rectangle):void
| SolidBorderFill | ||
|
end(target:Graphics):void
| SolidBorderFill | ||
| alpha | property |
public var alpha:Number
| backgroundColor | property |
public var backgroundColor:Number
| borderStyle | property |
public var borderStyle:String = "raisedLow"
| color | property |
color:uint [read-write]Implementation
public function get color():uint
public function set color(value:uint):void
| dark | property |
public var dark:uint
| darkdark | property |
public var darkdark:uint
| light | property |
public var light:uint
| lightlight | property |
public var lightlight:uint
| noFill | property |
public var noFill:Boolean = false
| SolidBorderFill | () | constructor |
public function SolidBorderFill(color:uint = 0xCCCCCC, alpha:Number = 1, backgroundColor:Number)Parameters
color:uint (default = 0xCCCCCC) |
|
alpha:Number (default = 1) |
|
backgroundColor:Number |
| begin | () | method |
public function begin(target:Graphics, rc:Rectangle):voidParameters
target:Graphics |
|
rc:Rectangle |
| end | () | method |
public function end(target:Graphics):voidParameters
target:Graphics |