Functions
 FunctionDescription
 getInstanceById 指定された id と同じ値が設定されている IExDisplayObject インターフェイスを実装したインスタンスを返します。 Returns the instance implements the IExDisplayObject interface which is set the same value of the specified id.
 getInstancesByGroup 指定された group と同じ値を持つ IExDisplayObject インターフェイスを実装したインスタンスを含む配列を返します。 Returns the array contains the instance which implements the IExDisplayObject interface that has the same value of the specified group.
 getInstancesByRegExp 指定された fieldName が条件と一致する IExDisplayObject インターフェイスを実装したインスタンスを含む配列を返します。 Returns the array contains the instance which implements the IExDisplayObject interface that match the condition to the specified fieldName.
Classes
 ClassDescription
 ChildIndexer ChildIndexer クラスは、DisplayObjectContainer を拡張して、より高度な表示リスト操作を行うためのクラスです。 ChildIndexer class is a class that extends the DisplayObjectContainer to do a more advanced display list operation.
 ChildIterator ChildIterator クラスは、IExDisplayObjectContainer インターフェイスを実装しているクラスと実装していないクラスを同じ構文で走査するためのイテレータクラスです。 ChildIterator class is an iterator class to scan the class which implements or does not implement the IExDsiplayObjectContainer interface, with same syntax.
 ExBitmap ExBitmap クラスは、Bitmap クラスの基本機能を拡張した jp.nium パッケージで使用される基本的な表示オブジェクトクラスです。 The ExBitmap class is a basic display object class used in the jp.nium package which extends the basic function of the Bitmap class.
 ExDocument ExDocument クラスは、ExMovieClip クラスに対してドキュメントクラスとしての機能拡張を追加した表示オブジェクトクラスです。 The ExDocument class is a display object class that added the functionality expansion as the document class, to the ExMovieClip class.
 ExImageLoader ExImageLoader クラスは、ExLoader クラスに対してイメージの読み込みや制御の機能拡張を追加した表示オブジェクトクラスです。 ExImageLoader class is a display object class which extends the image reading and control function to the ExLoader class.
 ExImageLoaderAlign ExImageLoaderAlign クラスは、ExImageLoader.align プロパティの値を提供します。 ExImageLoaderAlign クラスを直接インスタンス化することはできません。 new ExImageLoaderAlign() コンストラクタを呼び出すと、ArgumentError 例外がスローされます。 ExImageLoaderAlign class provides ExIMageLoader.align property.
 ExLoader ExLoader クラスは、Loader クラスの基本機能を拡張した jp.nium パッケージで使用される基本的な表示オブジェクトクラスです。 ExLoader class is a basic display object class used at jp.nium package which extends the basic function of Loader class.
 ExMovieClip ExMovieClip クラスは、MovieClip クラスの基本機能を拡張した jp.nium パッケージで使用される基本的な表示オブジェクトクラスです。 ExMovieClip class is a basic display object class used at jp.nium package which extends the basic function of MovieClip class.
 ExSprite ExSprite クラスは、Sprite クラスの基本機能を拡張した jp.nium パッケージで使用される基本的な表示オブジェクトクラスです。 ExSprite class is a basic display object class used at jp.nium package which extends the basic function of Sprite class.