Unofficial
"CLDC 1.0
+ MIDP 1.0"
API Reference.
(日本語版)

クラス
javax.microedition.lcdui.Image の使用

Image を使用しているパッケージ
javax.microedition.lcdui javax.microedition.lcdui は、MID デバイス向けに調整したユーザーインタフェース API を提供します。 
 

javax.microedition.lcdui での Image の使用
 

Image を返す javax.microedition.lcdui のメソッド
static Image Image.createImage(byte[] imagedata, int imageoffset, int imagelength)
          指定されたバイト配列内にに格納されたデータから、指定されたオフセットと長さのデータをデコードして不変タイプのイメージを作成します。
static Image Image.createImage(Image image)
          指定されたイメージから不変タイプのイメージを作成します。
static Image Image.createImage(int width, int height)
          オフスクリーンで描画を行うためのイメージ(可変タイプ)を作成します。
static Image Image.createImage(String name)
          指定された名前のリソースからイメージ・データを取得し、デコードした結果を持つ不変タイプのイメージを返します。
 Image ImageItem.getImage()
          ImageItem オブジェクトが保持しているイメージ、あるいは保持しているイメージが無い場合は null を返します。
 Image Alert.getImage()
          設定されている Image オブジェクトを返します。
 Image List.getImage(int elementNum)
          保持している要素内の指定地に設定されているイメージを返します。
 Image ChoiceGroup.getImage(int elementNum)
          保持している要素内の指定地に設定されているイメージを返します。
 Image Choice.getImage(int elementNum)
          保持している要素内の指定値に設定されているイメージを返します。
 

Image 型のパラメータを持つ javax.microedition.lcdui のメソッド
 int Form.append(Image image)
          フォームへ1つのイメージからなるアイテムを追加します。
 int List.append(String stringPart, Image imagePart)
          要素に選択肢を追加します。
 int ChoiceGroup.append(String stringPart, Image imagePart)
          要素に選択肢を追加します。
 int Choice.append(String stringElement, Image imageElement)
          要素に選択肢を追加します。
static Image Image.createImage(Image image)
          指定されたイメージから不変タイプのイメージを作成します。
 void Graphics.drawImage(Image img, int x, int y, int anchor)
          指定されたイメージを描画します。
 void List.insert(int elementNum, String stringPart, Image imagePart)
          要素内の指定位置に選択肢を挿入します。
 void ChoiceGroup.insert(int elementNum, String stringPart, Image imagePart)
          要素内の指定位置に選択肢を挿入します。
 void Choice.insert(int elementNum, String stringElement, Image imageElement)
          要素内の指定位置に選択肢を挿入します。
 void List.set(int elementNum, String stringPart, Image imagePart)
          要素内の指定位置に存在する選択肢を新たな選択肢に置き換えます。
 void ChoiceGroup.set(int elementNum, String stringPart, Image imagePart)
          要素内の指定位置に存在する選択肢を新たな選択肢に置き換えます。
 void Choice.set(int elementNum, String stringElement, Image imageElement)
          要素内の指定位置に存在する選択肢を新たな選択肢に置き換えます。
 void ImageItem.setImage(Image img)
          ImageItem オブジェクトに新たな Image オブジェクトを設定します。
 void Alert.setImage(Image img)
          表示する Image オブジェクトを設定します。
 

Image 型のパラメータを持つ javax.microedition.lcdui のコンストラクタ
Alert(String title, String alertText, Image alertImage, AlertType alertType)
          指定されたタイトル、メッセージ文字列、イメージおよび AlertType を設定した Alert オブジェクトを構築します。
ChoiceGroup(String label, int choiceType, String[] stringElements, Image[] imageElements)
          指定されたタイプのオブジェクトを、ラベル、選択要素の文字列配列、選択要素のイメージ配列を受け取って構築します。
ImageItem(String label, Image img, int layout, String altText)
          指定されたラベル、イメージ、レイアウト指定、代替テキスト文字列を受け取って新しい ImageItem を作成します。
List(String title, int listType, String[] stringElements, Image[] imageElements)
          タイトル、リストのタイプおよび初期設定する選択肢の文字列およびイメージの配列を指定して、新しいオブジェクトを作成します。
 


Unofficial
"CLDC 1.0
+ MIDP 1.0"
API Reference.
(日本語版)

このAPIリファレンスに記載されている内容は"さかきけい"が Sun Microsystems, Inc や Java Community Process が公開している各種公式資料を元に、独自に調査・編集したものであり、Sun Microsystems, Inc や Java Community Process 等とは一切関係ありません。したがってこのAPIリファレンスに関する問い合わせを関係各社等に対して行うことを固く禁じます。
また、記載された内容には既知か否かに関らず誤りが含まれる可能性があり、一切保証はありません。本APIリファレンスを使用した結果、不利益が生じたとしても"さかきけい"は一切の責任を負いません。
許可無く公開/非公開および Internet/Intranet/LAN を問わず他サイトに転載すること、複写および複製すること、ローカルファイル等に保存することを禁じます。


Copyright© 2001-2002,2005-2009 by KEI SAKAKI.
ALL RIGHTS RESERVED.
無断転載を禁じます。

Unofficial "CLDC 1.1 + MIDP 2.0" API Reference はこちらです。