C G J N P S
C
- com.bentofw.jpegscaler - package com.bentofw.jpegscaler
- This API scales the JPEG image into the specified width/height by the same scale ratio.
- com.bentofw.util - package com.bentofw.util
- The classes and interfaces required for APIs by OOP-Research.
- CorruptedBinaryException - Exception in com.bentofw.jpegscaler
- Thrown by
JpegScaler if the binary contents are
corrupted. - CorruptedBinaryException() -
Constructor for exception com.bentofw.jpegscaler.CorruptedBinaryException
-
G
- getInstance() -
Static method in class com.bentofw.jpegscaler.JpegScaler
- Returns the instance of this class.
- getMessage() -
Method in exception com.bentofw.util.NestedException
- Returns the error message of original Throwable.
- getOriginal() -
Method in exception com.bentofw.util.NestedException
- Returns the original Throwable.
J
- JpegScaler - Class in com.bentofw.jpegscaler
- Scale the JPEG image within the specified width/height
by the same scale ratio.
N
- NestedException - Exception in com.bentofw.util
- The exception for the system error.
- NestedException(Throwable) -
Constructor for exception com.bentofw.util.NestedException
- The custructor.
P
- printStackTrace() -
Method in exception com.bentofw.util.NestedException
- Print this Throwable and its backtrace to the standard
error stream.
- printStackTrace(PrintStream) -
Method in exception com.bentofw.util.NestedException
- Print this Throwable and its backtrace to the specified
PrintStream.
- printStackTrace(PrintWriter) -
Method in exception com.bentofw.util.NestedException
- Print this Throwable and its backtrace to the specified
PrintWriter.
S
- scale(byte[], String, String) -
Method in class com.bentofw.jpegscaler.JpegScaler
- Scales the JPEG image into the specified width/height, keeping the ratio of the original width/height.
- scale(byte[], double, double) -
Method in class com.bentofw.jpegscaler.JpegScaler
- Scales the JPEG image into the specified width/height, keeping the ratio of the original width/height.
C G J N P S
ALL CONTENTS COPYRIGHT 2005, OOP-Research Corporation. All rights reserved.
Any questions and comments are welcome to OOP-Research Corporation.