Package com.formdev.flatlaf.ui
Class FlatUIUtils.NonUIResourceBorder
java.lang.Object
com.formdev.flatlaf.ui.FlatUIUtils.NonUIResourceBorder
- All Implemented Interfaces:
Border
- Enclosing class:
FlatUIUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
paintBorder
(Component c, Graphics g, int x, int y, int width, int height)
-
Field Details
-
delegate
-
-
Constructor Details
-
NonUIResourceBorder
NonUIResourceBorder(Border delegate)
-
-
Method Details
-
paintBorder
- Specified by:
paintBorder
in interfaceBorder
-
getBorderInsets
- Specified by:
getBorderInsets
in interfaceBorder
-
isBorderOpaque
public boolean isBorderOpaque()- Specified by:
isBorderOpaque
in interfaceBorder
-