Package com.jackmeng.core.gui
Class use_RoundCornerBorder
java.lang.Object
com.jackmeng.core.gui.use_RoundCornerBorder
- All Implemented Interfaces:
Border
-
Field Summary
-
Constructor Summary
ConstructorDescriptionuse_RoundCornerBorder
(int radius, int thickness, Color color) use_RoundCornerBorder
(int radius, int thickness, Color c, Insets myInsets) -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
paintBorder
(Component c, Graphics g, int x, int y, int width, int height)
-
Field Details
-
radius
public final int radius -
strokeThickness
public final int strokeThickness -
color
-
i
-
-
Constructor Details
-
use_RoundCornerBorder
-
use_RoundCornerBorder
-
-
Method Details
-
paintBorder
- Specified by:
paintBorder
in interfaceBorder
-
getBorderInsets
- Specified by:
getBorderInsets
in interfaceBorder
-
isBorderOpaque
public boolean isBorderOpaque()- Specified by:
isBorderOpaque
in interfaceBorder
-