|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.coobird.thumbnailator.resizers.AbstractResizer
net.coobird.thumbnailator.resizers.NullResizer
public class NullResizer
A Resizer
which does not actually resize the image.
The source image will be drawn at the origin of the destination image.
Constructor Summary | |
---|---|
NullResizer()
Instantiates the NullResizer which draws the source image at
the origin of the destination image. |
Method Summary | |
---|---|
void |
resize(BufferedImage srcImage,
BufferedImage destImage)
Performs a resize operation from a source image and outputs to a destination image. |
Methods inherited from class net.coobird.thumbnailator.resizers.AbstractResizer |
---|
getRenderingHints |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NullResizer()
NullResizer
which draws the source image at
the origin of the destination image.
Method Detail |
---|
public void resize(BufferedImage srcImage, BufferedImage destImage)
AbstractResizer
Performs a resize operation from a source image and outputs to a destination image.
If the source or destination image is null
, then a
NullPointerException
will be thrown.
resize
in interface Resizer
resize
in class AbstractResizer
srcImage
- The source image.destImage
- The destination image.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |