public class ShadowBorderPainter
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ShadowBorderPainter.Shadow |
Modifier and Type | Field and Description |
---|---|
static ShadowPainter |
ourShadowPainter |
Modifier and Type | Method and Description |
---|---|
static java.awt.image.BufferedImage |
createPopupShadow(javax.swing.JComponent c,
int width,
int height) |
static ShadowBorderPainter.Shadow |
createShadow(java.awt.Image source,
int x,
int y,
boolean paintSource,
int shadowSize) |
static java.awt.image.BufferedImage |
createShadow(javax.swing.JComponent c,
int width,
int height) |
static java.awt.image.BufferedImage |
createShadow(javax.swing.JComponent c,
int width,
int height,
boolean isPopup) |
public static final ShadowPainter ourShadowPainter
public static java.awt.image.BufferedImage createShadow(javax.swing.JComponent c, int width, int height, boolean isPopup)
public static java.awt.image.BufferedImage createShadow(javax.swing.JComponent c, int width, int height)
public static java.awt.image.BufferedImage createPopupShadow(javax.swing.JComponent c, int width, int height)
public static ShadowBorderPainter.Shadow createShadow(java.awt.Image source, int x, int y, boolean paintSource, int shadowSize)