Package | stimulsoft.report.components.shapeTypes |
Class | public class StiArrowShapeType |
Inheritance | StiArrowShapeType ![]() ![]() ![]() ![]() |
Property | Defined 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 | ||
![]() | properties : StiRepositoryItems | StiService | |
![]() | ref : int | StiShapeTypeService | |
![]() | serviceCategory : String [read-only] Gets a service category. | StiService | |
![]() | serviceInfo : String [read-only] Gets a service description. | StiService | |
![]() | serviceName : String [read-only] Gets a service name. | StiService | |
![]() | serviceType : Class [read-only] Gets a service type. | StiService |
Method | Defined By | ||
---|---|---|---|
StiArrowShapeType(direction:int = 0, arrowWidth:Number = 0.3, arrowHeight:Number = 0.4) | StiArrowShapeType | ||
![]() | clone(... args):Object [override] Creates a new object that is a copy of the current instance. | StiService | |
equals(object:Object):Boolean [override] | StiArrowShapeType | ||
![]() | 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] | StiArrowShapeType | ||
![]() | packService():void | StiService | |
![]() | StiShapeTypeService |
arrowHeight | property |
arrowHeight:Number
Gets or sets the arrow height factor.
public function get arrowHeight():Number
public function set arrowHeight(value:Number):void
arrowWidth | property |
arrowWidth:Number
Gets or sets the arrow width factor.
public function get arrowWidth():Number
public function set arrowWidth(value:Number):void
direction | property |
direction:int
Gets or sets the arrow direction.
public function get direction():int
public function set direction(value:int):void
StiArrowShapeType | () | Constructor |
public function StiArrowShapeType(direction:int = 0, arrowWidth:Number = 0.3, arrowHeight:Number = 0.4)
direction:int (default = 0 )
| |
arrowWidth:Number (default = 0.3 )
| |
arrowHeight:Number (default = 0.4 )
|
equals | () | method |
override public function equals(object:Object):Boolean
Parameters
object:Object |
Boolean |
memberwiseClone | () | method |
override public function memberwiseClone():Object
ReturnsObject |