Packageorg.osmf.smpte.tt.captions
Classpublic class Overflow
InheritanceOverflow Inheritance Enum Inheritance Object



Public Properties
 PropertyDefined By
 Inheritedindex : int
[read-only]
Enum
 Inheritedname : String
[read-only]
Enum
  value : String
[read-only]
Overflow
Public Methods
 MethodDefined By
  
Overflow(value:String)
Overflow
  
getConstants():Array
[static]
Overflow
  
parseConstant(i_constantName:String, i_caseSensitive:Boolean = false):Overflow
[static]
Overflow
 Inherited
toString():String
Enum
Protected Methods
 MethodDefined By
 Inherited
initEnum(i_type:Class):void
[static]
Enum
Public Constants
 ConstantDefined By
  Dynamic : Overflow
[static]
Overflow
  Hidden : Overflow
[static]
Overflow
  Visible : Overflow
[static]
Overflow
Property Detail
valueproperty
value:String  [read-only]


Implementation
    public function get value():String
Constructor Detail
Overflow()Constructor
public function Overflow(value:String)



Parameters
value:String
Method Detail
getConstants()method
public static function getConstants():Array

Returns
Array
parseConstant()method 
public static function parseConstant(i_constantName:String, i_caseSensitive:Boolean = false):Overflow

Parameters

i_constantName:String
 
i_caseSensitive:Boolean (default = false)

Returns
Overflow
Constant Detail
DynamicConstant
public static const Dynamic:Overflow

HiddenConstant 
public static const Hidden:Overflow

VisibleConstant 
public static const Visible:Overflow