|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.b3dgs.lionengine.utility.ImageInfo
public class ImageInfo
Get quick information from an image without reading all bytes.
Constructor Summary | |
---|---|
ImageInfo(java.lang.String filename)
Crate a new info reader. |
Method Summary | |
---|---|
java.lang.String |
getFormat()
Get image format. |
int |
getHeight()
Get image height. |
int |
getWidth()
Get image width. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageInfo(java.lang.String filename)
filename
- image filename.Method Detail |
---|
public int getWidth()
public int getHeight()
public java.lang.String getFormat()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |