Package | stimulsoft.base.context.geoms |
Class | public class StiTextGeom |
Inheritance | StiTextGeom ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
angle : Number | StiTextGeom | ||
antialiasing : Boolean | StiTextGeom | ||
brush : Object | StiTextGeom | ||
font : StiFontGeom | StiTextGeom | ||
isRotatedText : Boolean | StiTextGeom | ||
isRounded : Boolean | StiTextGeom | ||
location : Object | StiTextGeom | ||
maximalWidth : int | StiTextGeom | ||
rotationMode : int | StiTextGeom | ||
stringFormat : StiStringFormatGeom | StiTextGeom | ||
text : String | StiTextGeom | ||
type : int [override] [read-only] | StiTextGeom |
Method | Defined By | ||
---|---|---|---|
StiTextGeom(text:String, font:StiFontGeom, brush:Object, location:Object, stringFormat:StiStringFormatGeom, angle:Number, antialiasing:Boolean, maximalWidth:int, rotationMode:int, isRotatedText:Boolean) | StiTextGeom | ||
create1(text:String, font:StiFontGeom, brush:Object, location:Object, stringFormat:StiStringFormatGeom, isRotatedText:Boolean):StiTextGeom [static] | StiTextGeom | ||
create2(text:String, font:StiFontGeom, brush:Object, location:Object, stringFormat:StiStringFormatGeom, angle:Number, antialiasing:Boolean, isRotatedText:Boolean):StiTextGeom [static] | StiTextGeom | ||
create3(text:String, font:StiFontGeom, brush:Object, location:Object, stringFormat:StiStringFormatGeom, angle:Number, antialiasing:Boolean, rotationMode:int, isRotatedText:Boolean):StiTextGeom [static] | StiTextGeom |
angle | property |
angle:Number
public function get angle():Number
public function set angle(value:Number):void
antialiasing | property |
antialiasing:Boolean
public function get antialiasing():Boolean
public function set antialiasing(value:Boolean):void
brush | property |
brush:Object
public function get brush():Object
public function set brush(value:Object):void
font | property |
font:StiFontGeom
public function get font():StiFontGeom
public function set font(value:StiFontGeom):void
isRotatedText | property |
isRotatedText:Boolean
public function get isRotatedText():Boolean
public function set isRotatedText(value:Boolean):void
isRounded | property |
isRounded:Boolean
public function get isRounded():Boolean
public function set isRounded(value:Boolean):void
location | property |
location:Object
public function get location():Object
public function set location(value:Object):void
maximalWidth | property |
maximalWidth:int
public function get maximalWidth():int
public function set maximalWidth(value:int):void
rotationMode | property |
rotationMode:int
public function get rotationMode():int
public function set rotationMode(value:int):void
stringFormat | property |
stringFormat:StiStringFormatGeom
public function get stringFormat():StiStringFormatGeom
public function set stringFormat(value:StiStringFormatGeom):void
text | property |
text:String
public function get text():String
public function set text(value:String):void
type | property |
type:int
[read-only] [override] public function get type():int
StiTextGeom | () | Constructor |
public function StiTextGeom(text:String, font:StiFontGeom, brush:Object, location:Object, stringFormat:StiStringFormatGeom, angle:Number, antialiasing:Boolean, maximalWidth:int, rotationMode:int, isRotatedText:Boolean)
text:String | |
font:StiFontGeom | |
brush:Object | |
location:Object | |
stringFormat:StiStringFormatGeom | |
angle:Number | |
antialiasing:Boolean | |
maximalWidth:int | |
rotationMode:int | |
isRotatedText:Boolean |
create1 | () | method |
public static function create1(text:String, font:StiFontGeom, brush:Object, location:Object, stringFormat:StiStringFormatGeom, isRotatedText:Boolean):StiTextGeom
Parameters
text:String | |
font:StiFontGeom | |
brush:Object | |
location:Object | |
stringFormat:StiStringFormatGeom | |
isRotatedText:Boolean |
StiTextGeom |
create2 | () | method |
public static function create2(text:String, font:StiFontGeom, brush:Object, location:Object, stringFormat:StiStringFormatGeom, angle:Number, antialiasing:Boolean, isRotatedText:Boolean):StiTextGeom
Parameters
text:String | |
font:StiFontGeom | |
brush:Object | |
location:Object | |
stringFormat:StiStringFormatGeom | |
angle:Number | |
antialiasing:Boolean | |
isRotatedText:Boolean |
StiTextGeom |
create3 | () | method |
public static function create3(text:String, font:StiFontGeom, brush:Object, location:Object, stringFormat:StiStringFormatGeom, angle:Number, antialiasing:Boolean, rotationMode:int, isRotatedText:Boolean):StiTextGeom
Parameters
text:String | |
font:StiFontGeom | |
brush:Object | |
location:Object | |
stringFormat:StiStringFormatGeom | |
angle:Number | |
antialiasing:Boolean | |
rotationMode:int | |
isRotatedText:Boolean |
StiTextGeom |