| Package | Description |
|---|---|
| com.atlassian.core.util.thumbnail |
| Modifier and Type | Method and Description |
|---|---|
Thumber.WidthHeightHelper |
Thumber.determineScaleSize(int maxWidth,
int maxHeight,
int imageWidth,
int imageHeight) |
| Modifier and Type | Method and Description |
|---|---|
static BufferedImage |
MemoryImageScale.scaleImage(BufferedImage imageToScale,
Thumber.WidthHeightHelper newDimensions) |
BufferedImage |
Thumber.scaleImage(Image imageToScale,
Thumber.WidthHeightHelper newDimensions)
This method should take BufferedImage argument, but takes just Image for backward compatibility (so that the
client code can stay intact).
|
BufferedImage |
Thumber.scaleImageOld(Image imageToScale,
Thumber.WidthHeightHelper newDimensions)
Deprecated.
|
Copyright © 2003–2017 Atlassian. All rights reserved.