Packagestimulsoft.report.painters.shapeTypes
Classpublic class StiShapeTypePainter
InheritanceStiShapeTypePainter Inheritance Object
Subclasses StiArrowShapeTypePainter, StiBentArrowShapeTypePainter, StiChevronShapeTypePainter, StiChordShapeTypePainter, StiComplexArrowShapeTypePainter, StiDiagonalDownLineShapeTypePainter, StiDiagonalUpLineShapeTypePainter, StiDivisionShapeTypePainter, StiEqualShapeTypePainter, StiFlowchartCardShapeTypePainter, StiFlowchartCollateShapeTypePainter, StiFlowchartDecisionShapeTypePainter, StiFlowchartManualInputShapeTypePainter, StiFlowchartOffPageConnectorShapeTypePainter, StiFlowchartPreparationShapeTypePainter, StiFlowchartSortShapeTypePainter, StiFrameShapeTypePainter, StiHorizontalLineShapeTypePainter, StiLeftAndRightLineShapeTypePainter, StiMinusShapeTypePainter, StiMultiplyShapeTypePainter, StiOctagonShapeTypePainter, StiOvalShapeTypePainter, StiParallelogramShapeTypePainter, StiPieShapeTypePainter, StiPlusShapeTypePainter, StiRectangleShapeTypePainter, StiRegularPentagonShapeTypePainter, StiRoundedRectangleShapeTypePainter, StiSnipDiagonalSideCornerRectangleShapeTypePainter, StiSnipSameSideCornerRectangleShapeTypePainter, StiTopAndBottomLineShapeTypePainter, StiTrapezoidShapeTypePainter, StiTriangleShapeTypePainter, StiVerticalLineShapeTypePainter



Public Methods
 MethodDefined By
  
drawShape(g:StiGraphics, shape:StiShape, path:Array, rect:StiRectangle):void
[static]
StiShapeTypePainter
  
getPainter(componentType:Class):StiShapeTypePainter
[static]
StiShapeTypePainter
  
paint(g:StiGraphics, shape:StiShape, shapeType:StiShapeTypeService, rect:StiRectangle, zoom:Number):void
StiShapeTypePainter
Method Detail
drawShape()method
public static function drawShape(g:StiGraphics, shape:StiShape, path:Array, rect:StiRectangle):void

Parameters

g:StiGraphics
 
shape:StiShape
 
path:Array
 
rect:StiRectangle

getPainter()method 
public static function getPainter(componentType:Class):StiShapeTypePainter

Parameters

componentType:Class

Returns
StiShapeTypePainter
paint()method 
public function paint(g:StiGraphics, shape:StiShape, shapeType:StiShapeTypeService, rect:StiRectangle, zoom:Number):void

Parameters

g:StiGraphics
 
shape:StiShape
 
shapeType:StiShapeTypeService
 
rect:StiRectangle
 
zoom:Number