Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
G
I
R
S
A
addListener(ImageScalerListener)
- Method in class com.nokia.mid.imagescale.
ImageScaler
add a image scaler listener to be notified when scaling operation is finished.
C
cancel(int)
- Method in class com.nokia.mid.imagescale.
ImageScaler
cancel scale request.
com.nokia.mid.imagescale
- package com.nokia.mid.imagescale
G
getReason()
- Method in exception com.nokia.mid.imagescale.
ImageScalerException
Returns the reason for the exception.
I
ImageScaler
- Class in
com.nokia.mid.imagescale
ImageScaler
provide the capability of scaling image.
ImageScaler(String, String)
- Constructor for class com.nokia.mid.imagescale.
ImageScaler
constructor.
ImageScalerException
- Exception in
com.nokia.mid.imagescale
Represents exceptions thrown by the ImageScaler classes.
ImageScalerException()
- Constructor for exception com.nokia.mid.imagescale.
ImageScalerException
Constructs a new instance of this class with its stack trace filled in.
ImageScalerException(String)
- Constructor for exception com.nokia.mid.imagescale.
ImageScalerException
Constructs a new instance of this class with its stacktrace and message filled in.
ImageScalerException(String, int)
- Constructor for exception com.nokia.mid.imagescale.
ImageScalerException
Constructs a new instance of this class with its stacktrace, message, and reason filled in.
ImageScalerListener
- Interface in
com.nokia.mid.imagescale
ImageScalerListener
is the interface for receiving asynchronous events generated by
ImageScaler
.
R
removeDestFile()
- Method in class com.nokia.mid.imagescale.
ImageScaler
the dest file is not used any more and can be removed.
removeListener(ImageScalerListener)
- Method in class com.nokia.mid.imagescale.
ImageScaler
remove a image scaler listener to be notified when scaling operation is finished.
S
SCALE_IMAGE_DEST_FILE_IN_USE
- Static variable in exception com.nokia.mid.imagescale.
ImageScalerException
dest file is in use.
SCALE_IMAGE_ERROR_CANCELLED
- Static variable in interface com.nokia.mid.imagescale.
ImageScalerListener
Scale cancelled.
SCALE_IMAGE_ERROR_OUT_OF_MEMORY
- Static variable in interface com.nokia.mid.imagescale.
ImageScalerListener
Scale out of memory.
SCALE_IMAGE_ERROR_QUEUE_FULL
- Static variable in interface com.nokia.mid.imagescale.
ImageScalerListener
Scale queue full.
SCALE_IMAGE_GENERAL_ERROR
- Static variable in exception com.nokia.mid.imagescale.
ImageScalerException
general error.
SCALE_IMAGE_INVALID_ID
- Static variable in exception com.nokia.mid.imagescale.
ImageScalerException
invalid request id
SCALE_IMAGE_INVALID_PARAMETER
- Static variable in exception com.nokia.mid.imagescale.
ImageScalerException
invalid parameter
SCALE_IMAGE_OK
- Static variable in interface com.nokia.mid.imagescale.
ImageScalerListener
Scale OK.
SCALE_IMAGE_SOURCE_FILE_NOT_FOUND
- Static variable in exception com.nokia.mid.imagescale.
ImageScalerException
source file cannot be found.
SCALE_IMAGE_UNSUPPORTED_FILE_TYPE
- Static variable in exception com.nokia.mid.imagescale.
ImageScalerException
the file type cannot be supported
scaleFinished(int, int)
- Method in interface com.nokia.mid.imagescale.
ImageScalerListener
This method is called to deliver an event to a registered listener when a ImageScaling finish event is observed.
scaleImage(int, int, boolean)
- Method in class com.nokia.mid.imagescale.
ImageScaler
Scale source image file into dest image file per width and height pixels.
scaleImage(int)
- Method in class com.nokia.mid.imagescale.
ImageScaler
Scale source image file into dest image file per file size.
setAutoOrientation(boolean)
- Method in class com.nokia.mid.imagescale.
ImageScaler
set flag for handling orientation info automatically.
setJpegQuality(int)
- Method in class com.nokia.mid.imagescale.
ImageScaler
set quality for jpeg image.
A
C
G
I
R
S
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes