|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zilonis.tool.ext.mailman.ui.image.GraphicsUtil
public class GraphicsUtil
| Method Summary | |
|---|---|
static java.awt.image.BufferedImage |
createCompatibleImage(int width,
int height)
|
static java.awt.image.BufferedImage |
createThumbnail(java.awt.image.BufferedImage image,
int requestedThumbSize)
|
static java.awt.image.BufferedImage |
createThumbnailFast(java.awt.image.BufferedImage image,
int requestedThumbSize)
|
static java.awt.image.BufferedImage |
createTranslucentCompatibleImage(int width,
int height)
|
static java.awt.image.BufferedImage |
loadCompatibleImage(java.net.URL resource)
|
static java.awt.image.BufferedImage |
toCompatibleImage(java.awt.image.BufferedImage 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 createCompatibleImage(int width,
int height)
public static java.awt.image.BufferedImage createTranslucentCompatibleImage(int width,
int height)
public static java.awt.image.BufferedImage loadCompatibleImage(java.net.URL resource)
throws java.io.IOException
java.io.IOExceptionpublic static java.awt.image.BufferedImage toCompatibleImage(java.awt.image.BufferedImage image)
public static java.awt.image.BufferedImage createThumbnailFast(java.awt.image.BufferedImage image,
int requestedThumbSize)
public static java.awt.image.BufferedImage createThumbnail(java.awt.image.BufferedImage image,
int requestedThumbSize)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||