cvj2.img
クラス ImageInfo

java.lang.Object
  上位を拡張 cvj2.img.ImageInfo

public class ImageInfo
extends java.lang.Object

画像情報


フィールドの概要
 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
 

フィールドの詳細

type

public int type

width

public int width

height

public int height
コンストラクタの詳細

ImageInfo

public ImageInfo(int type,
                 int width,
                 int heidht)

ImageInfo

public ImageInfo(java.awt.image.BufferedImage bi)
メソッドの詳細

getSize

public java.awt.Dimension getSize()

toString

public java.lang.String toString()
オーバーライド:
クラス java.lang.Object 内の toString