クラス BackGround

java.lang.Object
  拡張BackGround

public class BackGround
extends java.lang.Object

背景クラス


フィールドの概要
private  com.nttdocomo.ui.Image image
          背景画像オブジェ
private  int NUMBER_MAX
          背景画像オブジェ番号の最大値
private  int NUMBER_MIN
          背景画像オブジェ番号の最小値
 
コンストラクタの概要
(パッケージプライベート) BackGround()
           
 
メソッドの概要
 void create()
          背景画像の生成
 void dispose()
          背景画像オブジェの破棄
 com.nttdocomo.ui.Image getImage()
          背景画像の取得
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

image

private com.nttdocomo.ui.Image image
背景画像オブジェ


NUMBER_MIN

private final int NUMBER_MIN
背景画像オブジェ番号の最小値

関連項目:
定数フィールド値

NUMBER_MAX

private final int NUMBER_MAX
背景画像オブジェ番号の最大値

関連項目:
定数フィールド値
コンストラクタの詳細

BackGround

BackGround()
メソッドの詳細

create

public void create()
背景画像の生成


getImage

public com.nttdocomo.ui.Image getImage()
背景画像の取得

戻り値:
取得した背景画像

dispose

public void dispose()
背景画像オブジェの破棄