| Property | Defined By | ||
|---|---|---|---|
| brush : StiBrush = null | StiPen | ||
| caps : String = round | StiPen | ||
| color : StiColor | StiPen | ||
| dashStyle : int = 0 | StiPen | ||
| joints : String = round | StiPen | ||
| pixelHinting : Boolean = true | StiPen | ||
| width : Number | StiPen | ||
| Method | Defined By | ||
|---|---|---|---|
StiPen(width:Number = 1, color:* = null, dashStyle:int = 0) | StiPen | ||
clone(... args):Object [override] Creates a new object that is a copy of the current instance. | StiPen | ||
equals(object:Object):Boolean [override] | StiPen | ||
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
memberwiseClone():Object [override] Creates a shallow copy of the current Collection. | StiPen | ||
| Constant | Defined By | ||
|---|---|---|---|
| Black : StiPen [static] | StiPen | ||
| Blue : StiPen [static] | StiPen | ||
| DimGray : StiPen [static] | StiPen | ||
| Gray : StiPen [static] | StiPen | ||
| Red : StiPen [static] | StiPen | ||
| Transparent : StiPen [static] | StiPen | ||
| brush | property |
public var brush:StiBrush = null| caps | property |
public var caps:String = round| color | property |
public var color:StiColor| dashStyle | property |
public var dashStyle:int = 0| joints | property |
public var joints:String = round| pixelHinting | property |
public var pixelHinting:Boolean = true| width | property |
public var width:Number| StiPen | () | Constructor |
public function StiPen(width:Number = 1, color:* = null, dashStyle:int = 0)width:Number (default = 1) | |
color:* (default = null) | |
dashStyle:int (default = 0) |
| clone | () | method |
override public function clone(... args):ObjectCreates a new object that is a copy of the current instance.
Parameters
... args |
Object |
| equals | () | method |
override public function equals(object:Object):BooleanParameters
object:Object |
Boolean |
| memberwiseClone | () | method |
override public function memberwiseClone():ObjectCreates a shallow copy of the current Collection.
ReturnsObject |
| Black | Constant |
public static const Black:StiPen| Blue | Constant |
public static const Blue:StiPen| DimGray | Constant |
public static const DimGray:StiPen| Gray | Constant |
public static const Gray:StiPen| Red | Constant |
public static const Red:StiPen| Transparent | Constant |
public static const Transparent:StiPen