Class ShadowPopupBorder
java.lang.Object
javax.swing.border.AbstractBorder
org.pushingpixels.lafwidget.utils.ShadowPopupBorder
- All Implemented Interfaces:
Serializable,Border
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.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the insets of the border.getBorderInsets(Component c, Insets insets) Reinitializes the insets parameter with this Border's current Insets.static ShadowPopupBorderReturns the singleton instance used to draw all borders.voidpaintBorder(Component c, Graphics g, int x, int y, int width, int height) Paints the border for the specified component with the specified position and size.Methods inherited from class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getInteriorRectangle, getInteriorRectangle, isBorderOpaque
-
Constructor Details
-
ShadowPopupBorder
public ShadowPopupBorder()
-
-
Method Details
-
getInstance
Returns the singleton instance used to draw all borders. -
paintBorder
Paints the border for the specified component with the specified position and size.- Specified by:
paintBorderin interfaceBorder- Overrides:
paintBorderin classAbstractBorder
-
getBorderInsets
Returns the insets of the border.- Specified by:
getBorderInsetsin interfaceBorder- Overrides:
getBorderInsetsin classAbstractBorder
-
getBorderInsets
Reinitializes the insets parameter with this Border's current Insets.- Overrides:
getBorderInsetsin classAbstractBorder- Parameters:
c- the component for which this border insets value appliesinsets- the object to be reinitialized- Returns:
- the
insetsobject
-