Packagestimulsoft.report.components.shapeTypes
Classpublic class StiArrowShapeType
InheritanceStiArrowShapeType Inheritance StiShapeTypeService Inheritance StiService Inheritance StiObject Inheritance Object



Public Properties
 PropertyDefined By
  arrowHeight : Number
Gets or sets the arrow height factor.
StiArrowShapeType
  arrowWidth : Number
Gets or sets the arrow width factor.
StiArrowShapeType
  direction : int
Gets or sets the arrow direction.
StiArrowShapeType
 Inheritedproperties : StiRepositoryItems
StiService
 Inheritedref : int
StiShapeTypeService
 InheritedserviceCategory : String
[read-only] Gets a service category.
StiService
 InheritedserviceInfo : String
[read-only] Gets a service description.
StiService
 InheritedserviceName : String
[read-only] Gets a service name.
StiService
 InheritedserviceType : Class
[read-only] Gets a service type.
StiService
Public Methods
 MethodDefined By
  
StiArrowShapeType(direction:int = 0, arrowWidth:Number = 0.3, arrowHeight:Number = 0.4)
StiArrowShapeType
 Inherited
clone(... args):Object
[override] Creates a new object that is a copy of the current instance.
StiService
  
equals(object:Object):Boolean
[override]
StiArrowShapeType
 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]
StiArrowShapeType
 Inherited
StiService
 Inherited
paint(g:StiGraphics, shape:StiShape, rect:StiRectangle, zoom:Number):void
StiShapeTypeService
Property Detail
arrowHeightproperty
arrowHeight:Number

Gets or sets the arrow height factor.


Implementation
    public function get arrowHeight():Number
    public function set arrowHeight(value:Number):void
arrowWidthproperty 
arrowWidth:Number

Gets or sets the arrow width factor.


Implementation
    public function get arrowWidth():Number
    public function set arrowWidth(value:Number):void
directionproperty 
direction:int

Gets or sets the arrow direction.


Implementation
    public function get direction():int
    public function set direction(value:int):void
Constructor Detail
StiArrowShapeType()Constructor
public function StiArrowShapeType(direction:int = 0, arrowWidth:Number = 0.3, arrowHeight:Number = 0.4)



Parameters
direction:int (default = 0)
 
arrowWidth:Number (default = 0.3)
 
arrowHeight:Number (default = 0.4)
Method Detail
equals()method
override public function equals(object:Object):Boolean

Parameters

object:Object

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

Returns
Object