Packagestimulsoft.report.components.shapeTypes
Classpublic class StiTriangleShapeType
InheritanceStiTriangleShapeType Inheritance StiShapeTypeService Inheritance StiService Inheritance StiObject Inheritance Object



Public Properties
 PropertyDefined By
  direction : int
Gets or sets a triangle direction.
StiTriangleShapeType
 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
  
StiTriangleShapeType(direction:int = 0)
StiTriangleShapeType
  
clone(... args):Object
[override]
StiTriangleShapeType
  
equals(object:Object):Boolean
[override]
StiTriangleShapeType
 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]
StiTriangleShapeType
 Inherited
StiService
 Inherited
paint(g:StiGraphics, shape:StiShape, rect:StiRectangle, zoom:Number):void
StiShapeTypeService
Property Detail
directionproperty
direction:int

Gets or sets a triangle direction.


Implementation
    public function get direction():int
    public function set direction(value:int):void
Constructor Detail
StiTriangleShapeType()Constructor
public function StiTriangleShapeType(direction:int = 0)



Parameters
direction:int (default = 0)
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