Package org.kopi.vkopi.lib.ui.swing.plaf
Class KopiLookAndFeel.TopLineBorder
java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.border.LineBorder
org.kopi.vkopi.lib.ui.swing.plaf.KopiLookAndFeel.TopLineBorder
- All Implemented Interfaces:
Serializable,Border
- Enclosing class:
- KopiLookAndFeel
- See Also:
-
Field Summary
Fields inherited from class javax.swing.border.LineBorder
lineColor, roundedCorners, thickness -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpaintBorder(Component c, Graphics g, int x, int y, int width, int height) Methods inherited from class javax.swing.border.LineBorder
createBlackLineBorder, createGrayLineBorder, getBorderInsets, getLineColor, getRoundedCorners, getThickness, isBorderOpaqueMethods inherited from class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle
-
Constructor Details
-
TopLineBorder
public TopLineBorder()
-
-
Method Details
-
paintBorder
- Specified by:
paintBorderin interfaceBorder- Overrides:
paintBorderin classLineBorder
-