Static methods

@:require(flash10)staticisFontCompatible(fontName:String, fontStyle:FontStyle):Bool

Constructor

new()

Variables

Methods

getLineLength(lineIndex:Int):Int

getLineOffset(lineIndex:Int):Int

@:value({ endIndex : 0, beginIndex : 0 })getTextFormat(beginIndex:Int = 0, endIndex:Int = 0):TextFormat

replaceText(beginIndex:Int, endIndex:Int, newText:String):Void

setSelection(beginIndex:Int, endIndex:Int):Void

@:value({ endIndex : 0, beginIndex : 0 })setTextFormat(format:TextFormat, beginIndex:Int = 0, endIndex:Int = 0):Void

Inherited Variables

Inherited Methods

Defined by InteractiveObject

@:require(flash11)requestSoftKeyboard():Bool

Defined by DisplayObject

getBounds(targetCoordinateSpace:DisplayObject):Rectangle

getRect(targetCoordinateSpace:DisplayObject):Rectangle

@:require(flash10)globalToLocal3D(point:Point):Vector3D

@:value({ shapeFlag : false })hitTestPoint(x:Float, y:Float, shapeFlag:Bool = false):Bool

@:require(flash10)local3DToGlobal(point3d:Vector3D):Point

Defined by EventDispatcher

@:value({ useWeakReference : false, priority : 0, useCapture : false })addEventListener<T>(type:EventType<T>, listener:T ‑> Void, useCapture:Bool = false, priority:Int = 0, useWeakReference:Bool = false):Void

@:value({ useCapture : false })removeEventListener<T>(type:EventType<T>, listener:T ‑> Void, useCapture:Bool = false):Void