info.aduna.gee.publication.cover
Class ImageInfo

java.lang.Object
  extended by info.aduna.gee.publication.cover.ImageInfo

public class ImageInfo
extends Object

This class can be used to keep information about an image together.


Field Summary
 int height
          The height of the image.
 String name
          The filename of the image.
 int width
          The width of the image.
 
Constructor Summary
ImageInfo(String name, int width, int height)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name
The filename of the image.


width

public int width
The width of the image.


height

public int height
The height of the image.

Constructor Detail

ImageInfo

public ImageInfo(String name,
                 int width,
                 int height)


Copyright © 1997-2008 Aduna. All Rights Reserved.