| java.lang.Object javax.swing.border.AbstractBorder com.jgoodies.looks.common.ShadowPopupBorder
ShadowPopupBorder | final class ShadowPopupBorder extends AbstractBorder (Code) | | A border with a drop shadow intended to be used as the outer border
of popups. Can paint the screen background if used with heavy-weight
popup windows.
author: Stefan Matthias Aust author: Karsten Lentzsch author: Andrej Golovnin version: $Revision: 1.3 $ See Also: ShadowPopup See Also: ShadowPopupFactory |
getBorderInsets | public Insets getBorderInsets(Component c, Insets insets)(Code) | | Reinitializes the insets parameter with this Border's current Insets.
Parameters: c - the component for which this border insets value applies Parameters: insets - the object to be reinitialized the insets object |
getInstance | public static ShadowPopupBorder getInstance()(Code) | | Returns the singleton instance used to draw all borders.
|
paintBorder | public void paintBorder(Component c, Graphics g, int x, int y, int width, int height)(Code) | | Paints the border for the specified component with the specified
position and size.
|
Methods inherited from javax.swing.border.AbstractBorder | public int getBaseline(Component c, int width, int height)(Code)(Java Doc) public Component.BaselineResizeBehavior getBaselineResizeBehavior(Component c)(Code)(Java Doc) public Insets getBorderInsets(Component c)(Code)(Java Doc) public Insets getBorderInsets(Component c, Insets insets)(Code)(Java Doc) public Rectangle getInteriorRectangle(Component c, int x, int y, int width, int height)(Code)(Java Doc) public static Rectangle getInteriorRectangle(Component c, Border b, int x, int y, int width, int height)(Code)(Java Doc) public boolean isBorderOpaque()(Code)(Java Doc) public void paintBorder(Component c, Graphics g, int x, int y, int width, int height)(Code)(Java Doc)
|
|
|