|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcvj2.img.ImageInfo
public class ImageInfo
画像情報
フィールドの概要 | |
---|---|
int |
height
|
int |
type
|
int |
width
|
コンストラクタの概要 | |
---|---|
ImageInfo(java.awt.image.BufferedImage bi)
|
|
ImageInfo(int type,
int width,
int heidht)
|
メソッドの概要 | |
---|---|
java.awt.Dimension |
getSize()
|
java.lang.String |
toString()
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
---|
public int type
public int width
public int height
コンストラクタの詳細 |
---|
public ImageInfo(int type, int width, int heidht)
public ImageInfo(java.awt.image.BufferedImage bi)
メソッドの詳細 |
---|
public java.awt.Dimension getSize()
public java.lang.String toString()
java.lang.Object
内の toString
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |