|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.imcode.util.ImageSize
public class ImageSize
| Constructor Summary | |
|---|---|
ImageSize(int width,
int height)
|
|
| Method Summary | |
|---|---|
static ImageSize |
fromInputStream(java.io.InputStream inputStream)
|
int |
getHeight()
|
int |
getWidth()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ImageSize(int width,
int height)
| Method Detail |
|---|
public int getWidth()
public int getHeight()
public java.lang.String toString()
toString in class java.lang.Object
public static ImageSize fromInputStream(java.io.InputStream inputStream)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||