Packagestimulsoft.report.chart.geoms.axis
Classpublic class StiAxisLabelGeom
InheritanceStiAxisLabelGeom Inheritance StiCellGeom Inheritance StiGeom Inheritance Object



Public Properties
 PropertyDefined By
  angle : Number
[read-only]
StiAxisLabelGeom
  axis : IStiAxis
[read-only]
StiAxisLabelGeom
 InheritedchildGeoms : Vector.<StiCellGeom>
[read-only]
StiCellGeom
 InheritedclientRectangle : StiRectangle
StiCellGeom
 Inheritedinvisible : Boolean
[read-only]
StiCellGeom
  rotationMode : int
[read-only]
StiAxisLabelGeom
  stripLine : StiStripLineXF
[read-only]
StiAxisLabelGeom
  text : String
[read-only]
StiAxisLabelGeom
  textPoint : StiPoint
[read-only]
StiAxisLabelGeom
 Inheritedtype : int
[read-only]
StiGeom
Public Methods
 MethodDefined By
  
StiAxisLabelGeom(axis:IStiAxis, clientRectangle:StiRectangle, textPoint:StiPoint, text:String, stripLine:StiStripLineXF, angle:Number, rotationMode:int)
StiAxisLabelGeom
 Inherited
contains(x:Number, y:Number):Boolean
StiCellGeom
 Inherited
StiCellGeom
  
draw(context:StiContext):void
[override]
StiAxisLabelGeom
 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
rotationModeproperty 
rotationMode:int  [read-only]


Implementation
    public function get rotationMode():int
stripLineproperty 
stripLine:StiStripLineXF  [read-only]


Implementation
    public function get stripLine():StiStripLineXF
textproperty 
text:String  [read-only]


Implementation
    public function get text():String
textPointproperty 
textPoint:StiPoint  [read-only]


Implementation
    public function get textPoint():StiPoint
Constructor Detail
StiAxisLabelGeom()Constructor
public function StiAxisLabelGeom(axis:IStiAxis, clientRectangle:StiRectangle, textPoint:StiPoint, text:String, stripLine:StiStripLineXF, angle:Number, rotationMode:int)



Parameters
axis:IStiAxis
 
clientRectangle:StiRectangle
 
textPoint:StiPoint
 
text:String
 
stripLine:StiStripLineXF
 
angle:Number
 
rotationMode:int
Method Detail
draw()method
override public function draw(context:StiContext):void

Parameters

context:StiContext