Package com.formdev.flatlaf.ui
Class FlatTitlePane.FlatTitlePaneBorder
- java.lang.Object
-
- javax.swing.border.AbstractBorder
-
- com.formdev.flatlaf.ui.FlatTitlePane.FlatTitlePaneBorder
-
- All Implemented Interfaces:
Serializable,Border
- Enclosing class:
- FlatTitlePane
protected class FlatTitlePane.FlatTitlePaneBorder extends AbstractBorder
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFlatTitlePaneBorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsetsgetBorderInsets(Component c, Insets insets)protected BordergetMenuBarBorder()voidpaintBorder(Component c, Graphics g, int x, int y, int width, int height)-
Methods inherited from class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaque
-
-
-
-
Method Detail
-
getBorderInsets
public Insets getBorderInsets(Component c, Insets insets)
- Overrides:
getBorderInsetsin classAbstractBorder
-
paintBorder
public void paintBorder(Component c, Graphics g, int x, int y, int width, int height)
- Specified by:
paintBorderin interfaceBorder- Overrides:
paintBorderin classAbstractBorder
-
getMenuBarBorder
protected Border getMenuBarBorder()
-
-