|
||||||||||
| 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 Image |
makeActive(BufferedImage src)
Make the specified source image active. |
static Image |
makeDisabled(BufferedImage src)
Make the specified source image disabled. |
static Image |
makeDragging(BufferedImage src)
Make the specified source image dragging. |
static Image |
makeMouseover(BufferedImage src)
Make the specified source image mouseover. |
static Image |
makeSelected(BufferedImage src,
Color selectionColor)
Make the specified source image selected. |
static Image |
makeSelectedMouseover(BufferedImage src,
Color selectionColor)
Make the specified source image selected mouseover. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Image makeActive(BufferedImage src)
src - source image
public static Image makeDisabled(BufferedImage src)
src - source image
public static Image makeDragging(BufferedImage src)
src - source image
public static Image makeMouseover(BufferedImage src)
src - source image
public static Image makeSelected(BufferedImage src,
Color selectionColor)
src - source imageselectionColor - selection color
public static Image makeSelectedMouseover(BufferedImage src,
Color selectionColor)
src - source imageselectionColor - selection color
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||