|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dishevelled.iconbundle.impl.IconBundleUtils
public final class IconBundleUtils
IconBundle static utility class.
| Method Summary | |
|---|---|
static java.awt.Image |
makeActive(java.awt.image.BufferedImage src)
Make the specified source image active. |
static java.awt.Image |
makeDisabled(java.awt.image.BufferedImage src)
Make the specified source image disabled. |
static java.awt.Image |
makeDragging(java.awt.image.BufferedImage src)
Make the specified source image dragging. |
static java.awt.Image |
makeMouseover(java.awt.image.BufferedImage src)
Make the specified source image mouseover. |
static java.awt.Image |
makeSelected(java.awt.image.BufferedImage src,
java.awt.Color selectionColor)
Make the specified source image selected. |
static java.awt.image.BufferedImage |
readSVG(java.net.URL url,
int width,
int height)
Read the specified SVG URL and render it to a BufferedImage of the specified width and height. |
| 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 readSVG(java.net.URL url,
int width,
int height)
url - urlwidth - widthheight - height
public static java.awt.Image makeActive(java.awt.image.BufferedImage src)
src - source image
public static java.awt.Image makeDisabled(java.awt.image.BufferedImage src)
src - source image
public static java.awt.Image makeDragging(java.awt.image.BufferedImage src)
src - source image
public static java.awt.Image makeMouseover(java.awt.image.BufferedImage src)
src - source image
public static java.awt.Image makeSelected(java.awt.image.BufferedImage src,
java.awt.Color selectionColor)
src - source imageselectionColor - selection color
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||