Packagestimulsoft.base.drawing
Classpublic class StiCap
InheritanceStiCap Inheritance StiObject Inheritance Object
Implements IStiSerializable, IStiRef



Public Properties
 PropertyDefined By
  color : StiColor
Gets or sets cap color.
StiCap
  fill : Boolean
Gets or sets fill mode of the cap.
StiCap
  height : int
Gets or sets height of the cap.
StiCap
  ref : int
StiCap
  style : int
Gets or sets a cap style.
StiCap
  width : Number
Gets or sets width of the cap.
StiCap
Public Methods
 MethodDefined By
  
StiCap(width:int = 10, style:int = 0, height:int = 10, fill:Boolean = true, color:StiColor = null)
StiCap
  
clone(... args):Object
[override]
StiCap
  
equals(object:Object):Boolean
[override]
StiCap
 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]
StiCap
Property Detail
colorproperty
color:StiColor

Gets or sets cap color.


Implementation
    public function get color():StiColor
    public function set color(value:StiColor):void
fillproperty 
fill:Boolean

Gets or sets fill mode of the cap.


Implementation
    public function get fill():Boolean
    public function set fill(value:Boolean):void
heightproperty 
height:int

Gets or sets height of the cap.


Implementation
    public function get height():int
    public function set height(value:int):void
refproperty 
ref:int


Implementation
    public function get ref():int
    public function set ref(value:int):void
styleproperty 
style:int

Gets or sets a cap style.


Implementation
    public function get style():int
    public function set style(value:int):void
widthproperty 
width:Number

Gets or sets width of the cap.


Implementation
    public function get width():Number
    public function set width(value:Number):void
Constructor Detail
StiCap()Constructor
public function StiCap(width:int = 10, style:int = 0, height:int = 10, fill:Boolean = true, color:StiColor = null)



Parameters
width:int (default = 10)
 
style:int (default = 0)
 
height:int (default = 10)
 
fill:Boolean (default = true)
 
color:StiColor (default = null)
Method Detail
clone()method
override public function clone(... args):Object

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

Returns
Object