Class BasicRibbonBandUI.RoundBorder
- java.lang.Object
-
- org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI.RoundBorder
-
- All Implemented Interfaces:
Border
- Enclosing class:
- BasicRibbonBandUI
protected static class BasicRibbonBandUI.RoundBorder extends Object implements Border
Round border for the ribbon bands.
-
-
Constructor Summary
Constructors Constructor Description RoundBorder(Color color, Insets insets)Creates the new border.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsetsgetBorderInsets(Component c)booleanisBorderOpaque()voidpaintBorder(Component c, Graphics g, int x, int y, int width, int height)
-
-
-
Method Detail
-
getBorderInsets
public Insets getBorderInsets(Component c)
- Specified by:
getBorderInsetsin interfaceBorder
-
isBorderOpaque
public boolean isBorderOpaque()
- Specified by:
isBorderOpaquein interfaceBorder
-
paintBorder
public void paintBorder(Component c, Graphics g, int x, int y, int width, int height)
- Specified by:
paintBorderin interfaceBorder
-
-