Packagestimulsoft.report.chart.geoms.axis
Classpublic class StiXAxisGeom
InheritanceStiXAxisGeom Inheritance StiCellGeom Inheritance StiGeom Inheritance Object
Subclasses StiXAxisViewGeom



Public Properties
 PropertyDefined By
  axis : IStiXAxis
[read-only]
StiXAxisGeom
 InheritedchildGeoms : Vector.<StiCellGeom>
[read-only]
StiCellGeom
 InheritedclientRectangle : StiRectangle
StiCellGeom
 Inheritedinvisible : Boolean
[read-only]
StiCellGeom
  isCenterAxis : Boolean
[read-only]
StiXAxisGeom
 Inheritedtype : int
[read-only]
StiGeom
  view : StiXAxisViewGeom
StiXAxisGeom
Public Methods
 MethodDefined By
  
StiXAxisGeom(axis:IStiXAxis, clientRectangle:StiRectangle, isCenterAxis:Boolean)
StiXAxisGeom
 Inherited
contains(x:Number, y:Number):Boolean
StiCellGeom
 Inherited
StiCellGeom
  
draw(context:StiContext):void
[override]
StiXAxisGeom
 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
  
allowChildDrawing(cellGeom:StiCellGeom):Boolean
[override]
StiXAxisGeom
  
drawArrow(context:StiContext, rect:StiRectangle):void
StiXAxisGeom
Property Detail
axisproperty
axis:IStiXAxis  [read-only]


Implementation
    public function get axis():IStiXAxis
isCenterAxisproperty 
isCenterAxis:Boolean  [read-only]


Implementation
    public function get isCenterAxis():Boolean
viewproperty 
view:StiXAxisViewGeom


Implementation
    public function get view():StiXAxisViewGeom
    public function set view(value:StiXAxisViewGeom):void
Constructor Detail
StiXAxisGeom()Constructor
public function StiXAxisGeom(axis:IStiXAxis, clientRectangle:StiRectangle, isCenterAxis:Boolean)



Parameters
axis:IStiXAxis
 
clientRectangle:StiRectangle
 
isCenterAxis:Boolean
Method Detail
allowChildDrawing()method
override protected function allowChildDrawing(cellGeom:StiCellGeom):Boolean

Parameters

cellGeom:StiCellGeom

Returns
Boolean
draw()method 
override public function draw(context:StiContext):void

Parameters

context:StiContext

drawArrow()method 
protected function drawArrow(context:StiContext, rect:StiRectangle):void

Parameters

context:StiContext
 
rect:StiRectangle