|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jivesoftware.forum.util.AvatarImageUtils
public final class AvatarImageUtils
Utilties for image manipulation and caching
Method Summary | |
---|---|
static java.io.File |
getImageCacheFile(java.lang.String filename)
Returns a file handle to a cached image folder. |
static java.awt.image.BufferedImage |
resizeImage(float wScale,
float hScale,
java.awt.image.BufferedImage bufferedImage)
Scales a buffered image. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.awt.image.BufferedImage resizeImage(float wScale, float hScale, java.awt.image.BufferedImage bufferedImage)
wScale
- width scalehScale
- height scalebufferedImage
- image to scale.
public static java.io.File getImageCacheFile(java.lang.String filename)
filename
- The name of the file
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |