Package | stimulsoft.base.context |
Class | public class StiContextPainter |
Inheritance | StiContextPainter ![]() |
Method | Defined By | ||
---|---|---|---|
StiContextPainter(graphics:StiGraphics) | StiContextPainter | ||
createShadowGraphics(isPrinting:Boolean, zoom:Number):StiContext | StiContextPainter | ||
StiContextPainter | |||
StiContextPainter | |||
StiContextPainter | |||
measureRotatedString(text:String, font:StiFontGeom, rect:StiRectangle, sf:StiStringFormatGeom, angle:Number):StiRectangle | StiContextPainter | ||
measureRotatedString2(text:String, font:StiFontGeom, rect:StiRectangle, sf:StiStringFormatGeom, mode:int, angle:Number):StiRectangle | StiContextPainter | ||
measureRotatedString3(text:String, font:StiFontGeom, point:StiPoint, sf:StiStringFormatGeom, mode:int, angle:Number, maximalWidth:int):StiRectangle | StiContextPainter | ||
measureRotatedString4(text:String, font:StiFontGeom, point:StiPoint, sf:StiStringFormatGeom, mode:int, angle:Number):StiRectangle | StiContextPainter | ||
StiContextPainter | |||
StiContextPainter | |||
StiContextPainter |
StiContextPainter | () | Constructor |
createShadowGraphics | () | method |
public function createShadowGraphics(isPrinting:Boolean, zoom:Number):StiContext
Parameters
isPrinting:Boolean | |
zoom:Number |
StiContext |
getDefaultStringFormat | () | method |
getGenericStringFormat | () | method |
getPathBounds | () | method |
public function getPathBounds(geoms:Vector.<StiSegmentGeom>):StiRectangle
Parameters
geoms:Vector.<StiSegmentGeom> |
StiRectangle |
measureRotatedString | () | method |
public function measureRotatedString(text:String, font:StiFontGeom, rect:StiRectangle, sf:StiStringFormatGeom, angle:Number):StiRectangle
Parameters
text:String | |
font:StiFontGeom | |
rect:StiRectangle | |
sf:StiStringFormatGeom | |
angle:Number |
StiRectangle |
measureRotatedString2 | () | method |
public function measureRotatedString2(text:String, font:StiFontGeom, rect:StiRectangle, sf:StiStringFormatGeom, mode:int, angle:Number):StiRectangle
Parameters
text:String | |
font:StiFontGeom | |
rect:StiRectangle | |
sf:StiStringFormatGeom | |
mode:int | |
angle:Number |
StiRectangle |
measureRotatedString3 | () | method |
public function measureRotatedString3(text:String, font:StiFontGeom, point:StiPoint, sf:StiStringFormatGeom, mode:int, angle:Number, maximalWidth:int):StiRectangle
Parameters
text:String | |
font:StiFontGeom | |
point:StiPoint | |
sf:StiStringFormatGeom | |
mode:int | |
angle:Number | |
maximalWidth:int |
StiRectangle |
measureRotatedString4 | () | method |
public function measureRotatedString4(text:String, font:StiFontGeom, point:StiPoint, sf:StiStringFormatGeom, mode:int, angle:Number):StiRectangle
Parameters
text:String | |
font:StiFontGeom | |
point:StiPoint | |
sf:StiStringFormatGeom | |
mode:int | |
angle:Number |
StiRectangle |
measureString | () | method |
public function measureString(text:String, font:StiFontGeom):StiSize
Parameters
text:String | |
font:StiFontGeom |
StiSize |
measureString2 | () | method |
public function measureString2(text:String, font:StiFontGeom, width:int, sf:StiStringFormatGeom):StiSize
Parameters
text:String | |
font:StiFontGeom | |
width:int | |
sf:StiStringFormatGeom |
StiSize |
render | () | method |
public function render(rect:StiRectangle, geoms:Vector.<StiGeom>):void
Parameters
rect:StiRectangle | |
geoms:Vector.<StiGeom> |