Packagestimulsoft.flex.graphics
Classpublic class StiPen
InheritanceStiPen Inheritance StiObject Inheritance Object



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined 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
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
  
[override] Creates a shallow copy of the current Collection.
StiPen
Public Constants
 ConstantDefined 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
Property Detail
brushproperty
public var brush:StiBrush = null

capsproperty 
public var caps:String = round

colorproperty 
public var color:StiColor

dashStyleproperty 
public var dashStyle:int = 0

jointsproperty 
public var joints:String = round

pixelHintingproperty 
public var pixelHinting:Boolean = true

widthproperty 
public var width:Number

Constructor Detail
StiPen()Constructor
public function StiPen(width:Number = 1, color:* = null, dashStyle:int = 0)



Parameters
width:Number (default = 1)
 
color:* (default = null)
 
dashStyle:int (default = 0)
Method Detail
clone()method
override public function clone(... args):Object

Creates a new object that is a copy of the current instance.

Parameters

... args

Returns
Object
equals()method 
override public function equals(object:Object):Boolean

Parameters

object:Object

Returns
Boolean
memberwiseClone()method 
override public function memberwiseClone():Object

Creates a shallow copy of the current Collection.

Returns
Object
Constant Detail
BlackConstant
public static const Black:StiPen

BlueConstant 
public static const Blue:StiPen

DimGrayConstant 
public static const DimGray:StiPen

GrayConstant 
public static const Gray:StiPen

RedConstant 
public static const Red:StiPen

TransparentConstant 
public static const Transparent:StiPen