Packagestimulsoft.report.chart.geoms.axis
Classpublic class StiYAxisGeom
InheritanceStiYAxisGeom Inheritance StiCellGeom Inheritance StiGeom Inheritance Object
Subclasses StiYAxisViewGeom



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


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


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


Implementation
    public function get view():StiYAxisViewGeom
    public function set view(value:StiYAxisViewGeom):void
Constructor Detail
StiYAxisGeom()Constructor
public function StiYAxisGeom(axis:IStiYAxis, clientRectangle:StiRectangle, isCenterAxis:Boolean)



Parameters
axis:IStiYAxis
 
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