info.aduna.gee.publication.cover
Class ImageInfo
java.lang.Object
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
ImageInfo
public ImageInfo(String name,
int width,
int height)
Copyright © 1997-2008 Aduna. All Rights Reserved.