Packagestimulsoft.base.context.geoms
Classpublic class StiTextGeom
InheritanceStiTextGeom Inheritance StiGeom Inheritance Object



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined 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
Property Detail
angleproperty
angle:Number


Implementation
    public function get angle():Number
    public function set angle(value:Number):void
antialiasingproperty 
antialiasing:Boolean


Implementation
    public function get antialiasing():Boolean
    public function set antialiasing(value:Boolean):void
brushproperty 
brush:Object


Implementation
    public function get brush():Object
    public function set brush(value:Object):void
fontproperty 
font:StiFontGeom


Implementation
    public function get font():StiFontGeom
    public function set font(value:StiFontGeom):void
isRotatedTextproperty 
isRotatedText:Boolean


Implementation
    public function get isRotatedText():Boolean
    public function set isRotatedText(value:Boolean):void
isRoundedproperty 
isRounded:Boolean


Implementation
    public function get isRounded():Boolean
    public function set isRounded(value:Boolean):void
locationproperty 
location:Object


Implementation
    public function get location():Object
    public function set location(value:Object):void
maximalWidthproperty 
maximalWidth:int


Implementation
    public function get maximalWidth():int
    public function set maximalWidth(value:int):void
rotationModeproperty 
rotationMode:int


Implementation
    public function get rotationMode():int
    public function set rotationMode(value:int):void
stringFormatproperty 
stringFormat:StiStringFormatGeom


Implementation
    public function get stringFormat():StiStringFormatGeom
    public function set stringFormat(value:StiStringFormatGeom):void
textproperty 
text:String


Implementation
    public function get text():String
    public function set text(value:String):void
typeproperty 
type:int  [read-only] [override]


Implementation
    public function get type():int
Constructor Detail
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)



Parameters
text:String
 
font:StiFontGeom
 
brush:Object
 
location:Object
 
stringFormat:StiStringFormatGeom
 
angle:Number
 
antialiasing:Boolean
 
maximalWidth:int
 
rotationMode:int
 
isRotatedText:Boolean
Method Detail
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

Returns
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

Returns
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

Returns
StiTextGeom