| java.lang.Object org.netbeans.swing.plaf.aqua.FakeDropShadowBorder
FakeDropShadowBorder | public class FakeDropShadowBorder implements Border(Code) | | Replacement for original DropShadowBorder - uses a set of backing bitmaps
to draw shadows instead of allocating a huge raster.
author: Tim Boudreau |
Field Summary | |
final public static int | ARC |
Method Summary | |
public void | fillBackground(Component c, Graphics2D gg, int x, int y, int w, int h) Fill the area we are *not* going to paint with the translucent shadow,
so the windows behind the popup window do not show through the gaps
between the rectangle of the image and the shaped, rounded perimeter
where the shadow is drawn. | public Insets | getBorderInsets(Component c) | public boolean | isBorderOpaque() | public void | paintBorder(Component c, Graphics g, int x, int y, int w, int h) |
ARC | final public static int ARC(Code) | | |
FakeDropShadowBorder | public FakeDropShadowBorder()(Code) | | |
fillBackground | public void fillBackground(Component c, Graphics2D gg, int x, int y, int w, int h)(Code) | | Fill the area we are *not* going to paint with the translucent shadow,
so the windows behind the popup window do not show through the gaps
between the rectangle of the image and the shaped, rounded perimeter
where the shadow is drawn.
|
isBorderOpaque | public boolean isBorderOpaque()(Code) | | |
|
|