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 protected
FlatTitlePaneBorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Insets
getBorderInsets(Component c, Insets insets)
protected Border
getMenuBarBorder()
void
paintBorder(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:
getBorderInsets
in classAbstractBorder
-
paintBorder
public void paintBorder(Component c, Graphics g, int x, int y, int width, int height)
- Specified by:
paintBorder
in interfaceBorder
- Overrides:
paintBorder
in classAbstractBorder
-
getMenuBarBorder
protected Border getMenuBarBorder()
-
-