ImageProperties

public 抽象クラス ImageProperties

一連のプロパティをグループ化して、画像の保存方法を記述します。

パブリック メソッド

抽象 整数
getImageFormat()
画像のピクセル形式を取得します。
抽象 整数
getStorageType()
イメージのストレージ タイプを取得します。
抽象 整数

継承されるメソッド

ブール値
equals(Object arg0)
final クラス<?>
getClass()
整数
hashCode()
final void
notify()
final void
notifyAll()
文字列
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

パブリック メソッド

public 抽象 int getImageFormat ()

画像のピクセル形式を取得します。

関連情報

public 抽象 int getStorageType ()

イメージのストレージ タイプを取得します。

関連情報

public 抽象 int hashCode ()