Class BasicRibbonBandUI.RoundBorder
java.lang.Object
org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI.RoundBorder
- All Implemented Interfaces:
Border
- Enclosing class:
BasicRibbonBandUI
Round border for the ribbon bands.
-
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
-
color
Border color. -
insets
Border insets.
-
-
Constructor Details
-
RoundBorder
Creates the new border.- Parameters:
color
- Border color.insets
- Border insets.
-
-
Method Details
-
getBorderInsets
- Specified by:
getBorderInsets
in interfaceBorder
-
isBorderOpaque
public boolean isBorderOpaque()- Specified by:
isBorderOpaque
in interfaceBorder
-
paintBorder
- Specified by:
paintBorder
in interfaceBorder
-