|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--oracle.panama.multimedia.ImageRequest
| Constructor Summary | |
ImageRequest(java.lang.String url)Constructor | |
| Method Summary | |
int |
getDesiredImageHeight()Get the desired height of the adapted image |
int |
getDesiredImageWidth()Get the desired width of the adapted image |
int |
getDesiredSizeLimit()Get the desired limit on the size (in bytes) of the adapted image |
java.lang.String |
getInputMimeType()Get the mimetype of the input image (if set) |
java.lang.String |
getURL()Get the original image URL |
void |
setDesiredImageHeight(int height)Set the desired height of the adapted image |
void |
setDesiredImageWidth(int width)Set the desired width of the adapted image |
void |
setDesiredSizeLimit(int sizeLimit)Set the desired limit on the size (in bytes) of the adapted image |
void |
setInputMimeType(java.lang.String mimeType)Set the mimetype of the input image (if known) |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ImageRequest(java.lang.String url)
throws java.net.MalformedURLException
url - the "url" of the image to be adapted| Method Detail |
public java.lang.String getURL()
public int getDesiredImageWidth()
public void setDesiredImageWidth(int width)
width - set the desired width in pixels of the adapted imagepublic int getDesiredImageHeight()
public void setDesiredImageHeight(int height)
height - set the desired height in pixels of the adapted imagepublic int getDesiredSizeLimit()
public void setDesiredSizeLimit(int sizeLimit)
sizeLimit - the desired size limit in bytes of the adapted imagepublic void setInputMimeType(java.lang.String mimeType)
mimeType - the mimetype of the input imagepublic java.lang.String getInputMimeType()
|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||