Packagestimulsoft.report.chart.geoms.axis
Classpublic class StiAxisTitleGeom
InheritanceStiAxisTitleGeom Inheritance StiCellGeom Inheritance StiGeom Inheritance Object



Public Properties
 PropertyDefined By
  angle : Number
[read-only]
StiAxisTitleGeom
  axis : IStiAxis
[read-only]
StiAxisTitleGeom
 InheritedchildGeoms : Vector.<StiCellGeom>
[read-only]
StiCellGeom
 InheritedclientRectangle : StiRectangle
StiCellGeom
 Inheritedinvisible : Boolean
[read-only]
StiCellGeom
 Inheritedtype : int
[read-only]
StiGeom
Public Methods
 MethodDefined By
  
StiAxisTitleGeom(axis:IStiAxis, clientRectangle:StiRectangle, angle:Number, stringAlignment:int)
StiAxisTitleGeom
 Inherited
contains(x:Number, y:Number):Boolean
StiCellGeom
 Inherited
StiCellGeom
  
draw(context:StiContext):void
[override]
StiAxisTitleGeom
 Inherited
StiCellGeom
 Inherited
drawGeom(context:StiContext):void
StiCellGeom
 Inherited
getGeomAt(parent:StiCellGeom, x:Number, y:Number):StiCellGeom
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
Protected Methods
 MethodDefined By
 Inherited
allowChildDrawing(cellGeom:StiCellGeom):Boolean
StiCellGeom
Property Detail
angleproperty
angle:Number  [read-only]


Implementation
    public function get angle():Number
axisproperty 
axis:IStiAxis  [read-only]


Implementation
    public function get axis():IStiAxis
Constructor Detail
StiAxisTitleGeom()Constructor
public function StiAxisTitleGeom(axis:IStiAxis, clientRectangle:StiRectangle, angle:Number, stringAlignment:int)



Parameters
axis:IStiAxis
 
clientRectangle:StiRectangle
 
angle:Number
 
stringAlignment:int
Method Detail
draw()method
override public function draw(context:StiContext):void

Parameters

context:StiContext