| Package | stimulsoft.base.context |
| Class | public class StiContextPainter |
| Inheritance | StiContextPainter Object |
| 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):StiContextParameters
isPrinting:Boolean | |
zoom:Number |
StiContext |
| getDefaultStringFormat | () | method |
| getGenericStringFormat | () | method |
| getPathBounds | () | method |
public function getPathBounds(geoms:Vector.<StiSegmentGeom>):StiRectangleParameters
geoms:Vector.<StiSegmentGeom> |
StiRectangle |
| measureRotatedString | () | method |
public function measureRotatedString(text:String, font:StiFontGeom, rect:StiRectangle, sf:StiStringFormatGeom, angle:Number):StiRectangleParameters
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):StiRectangleParameters
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):StiRectangleParameters
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):StiRectangleParameters
text:String | |
font:StiFontGeom | |
point:StiPoint | |
sf:StiStringFormatGeom | |
mode:int | |
angle:Number |
StiRectangle |
| measureString | () | method |
public function measureString(text:String, font:StiFontGeom):StiSizeParameters
text:String | |
font:StiFontGeom |
StiSize |
| measureString2 | () | method |
public function measureString2(text:String, font:StiFontGeom, width:int, sf:StiStringFormatGeom):StiSizeParameters
text:String | |
font:StiFontGeom | |
width:int | |
sf:StiStringFormatGeom |
StiSize |
| render | () | method |
public function render(rect:StiRectangle, geoms:Vector.<StiGeom>):voidParameters
rect:StiRectangle | |
geoms:Vector.<StiGeom> |