Packagebasic
Classpublic class Subtitle
InheritanceSubtitle Inheritance BaseControl Inheritance flash.display.Sprite



Public Properties
 PropertyDefined By
 InheritedCallEntity : Function
BaseControl
  isAntiFreakoutDisabled : Boolean
[write-only]
Subtitle
 Inheritedm_bounds : Rectangle
BaseControl
Public Methods
 MethodDefined By
  
Subtitle
 Inherited
BaseControl
 Inherited
getContainer():Sprite
BaseControl
  
Subtitle
 Inherited
onAttached():void
BaseControl
 Inherited
BaseControl
 Inherited
onEditorContainerSelected(_arg_1:Boolean, _arg_2:Number, _arg_3:Number, _arg_4:Number, _arg_5:Number, _arg_6:Number, _arg_7:Number):void
BaseControl
 Inherited
onEditorSelected(_arg_1:Boolean, _arg_2:Number, _arg_3:Number, _arg_4:Number, _arg_5:Number, _arg_6:Number, _arg_7:Number):void
BaseControl
 Inherited
BaseControl
 Inherited
onMouseEnabled(_arg_1:Boolean):void
BaseControl
 Inherited
onSetConstrained(_arg_1:Boolean):void
BaseControl
  
onSetData(_arg_1:Object):void
Subtitle
  
onSetSize(_arg_1:Number, _arg_2:Number):void
[override]
Subtitle
 Inherited
onSetViewport(_arg_1:Number, _arg_2:Number, _arg_3:Number):void
BaseControl
 Inherited
onSetVisible(_arg_1:Boolean):void
BaseControl
  
setCinematicMode(_arg_1:Number):void
Subtitle
 Inherited
BaseControl
  
updateViewportLockBits(_arg_1:int):void
Subtitle
Protected Methods
 MethodDefined By
 Inherited
getProperty(_arg_1:String):*
BaseControl
 Inherited
print(_arg_1:*):void
BaseControl
 Inherited
sendBounds(_arg_1:Rectangle):void
BaseControl
 Inherited
sendEvent(_arg_1:String):void
BaseControl
 Inherited
sendEventWithValue(_arg_1:String, _arg_2:*):void
BaseControl
Public Constants
 ConstantDefined By
  LOCKBIT_Bot : int = 8
[static]
Subtitle
  LOCKBIT_Left : int = 1
[static]
Subtitle
  LOCKBIT_None : int = 0
[static]
Subtitle
  LOCKBIT_Right : int = 4
[static]
Subtitle
  LOCKBIT_Top : int = 2
[static]
Subtitle
  MAX_FONT_SIZE : int = 46
[static]
Subtitle
  MIN_FONT_SIZE : int = 22
[static]
Subtitle
Property Detail
isAntiFreakoutDisabledproperty
isAntiFreakoutDisabled:Boolean  [write-only]


Implementation
    public function set isAntiFreakoutDisabled(value:Boolean):void
Constructor Detail
Subtitle()Constructor
public function Subtitle()



Method Detail
getTextFieldWidth()method
public function getTextFieldWidth():Number

Returns
Number
onSetData()method 
public function onSetData(_arg_1:Object):void

Parameters

_arg_1:Object

onSetSize()method 
override public function onSetSize(_arg_1:Number, _arg_2:Number):void

Parameters

_arg_1:Number
 
_arg_2:Number

setCinematicMode()method 
public function setCinematicMode(_arg_1:Number):void

Parameters

_arg_1:Number

updateViewportLockBits()method 
public function updateViewportLockBits(_arg_1:int):void

Parameters

_arg_1:int

Constant Detail
LOCKBIT_BotConstant
public static const LOCKBIT_Bot:int = 8

LOCKBIT_LeftConstant 
public static const LOCKBIT_Left:int = 1

LOCKBIT_NoneConstant 
public static const LOCKBIT_None:int = 0

LOCKBIT_RightConstant 
public static const LOCKBIT_Right:int = 4

LOCKBIT_TopConstant 
public static const LOCKBIT_Top:int = 2

MAX_FONT_SIZEConstant 
public static const MAX_FONT_SIZE:int = 46

MIN_FONT_SIZEConstant 
public static const MIN_FONT_SIZE:int = 22