Packagestimulsoft.report.chart.geoms.constantLines
Classpublic class StiConstantLinesYGeom
InheritanceStiConstantLinesYGeom Inheritance StiCellGeom Inheritance StiGeom Inheritance Object



Public Properties
 PropertyDefined By
 InheritedchildGeoms : Vector.<StiCellGeom>
[read-only]
StiCellGeom
 InheritedclientRectangle : StiRectangle
StiCellGeom
 Inheritedinvisible : Boolean
[read-only]
StiCellGeom
  line : IStiConstantLines
[read-only]
StiConstantLinesYGeom
  mode : int
[read-only]
StiConstantLinesYGeom
  point : StiPoint
[read-only]
StiConstantLinesYGeom
 Inheritedtype : int
[read-only]
StiGeom
Public Methods
 MethodDefined By
  
StiConstantLinesYGeom(line:IStiConstantLines, clientRectangle:StiRectangle, point:StiPoint, mode:int)
StiConstantLinesYGeom
 Inherited
contains(x:Number, y:Number):Boolean
StiCellGeom
 Inherited
StiCellGeom
  
draw(context:StiContext):void
[override]
StiConstantLinesYGeom
 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
lineproperty
line:IStiConstantLines  [read-only]


Implementation
    public function get line():IStiConstantLines
modeproperty 
mode:int  [read-only]


Implementation
    public function get mode():int
pointproperty 
point:StiPoint  [read-only]


Implementation
    public function get point():StiPoint
Constructor Detail
StiConstantLinesYGeom()Constructor
public function StiConstantLinesYGeom(line:IStiConstantLines, clientRectangle:StiRectangle, point:StiPoint, mode:int)



Parameters
line:IStiConstantLines
 
clientRectangle:StiRectangle
 
point:StiPoint
 
mode:int
Method Detail
draw()method
override public function draw(context:StiContext):void

Parameters

context:StiContext