Package se.datadosen.component
Class RoundedLineBorder
java.lang.Object
se.datadosen.component.RoundedLineBorder
- All Implemented Interfaces:
Border
- Since:
- 8.4
-
Constructor Summary
ConstructorDescriptionRoundedLineBorder
(int radius) RoundedLineBorder
(int radius, int lineWeight) RoundedLineBorder
(Color lineColor) -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
paintBorder
(Component c, Graphics g1, int x, int y, int width, int height)
-
Constructor Details
-
RoundedLineBorder
public RoundedLineBorder() -
RoundedLineBorder
-
RoundedLineBorder
public RoundedLineBorder(int radius) -
RoundedLineBorder
public RoundedLineBorder(int radius, int lineWeight)
-
-
Method Details
-
paintBorder
- Specified by:
paintBorder
in interfaceBorder
-
getBorderInsets
- Specified by:
getBorderInsets
in interfaceBorder
-
isBorderOpaque
public boolean isBorderOpaque()- Specified by:
isBorderOpaque
in interfaceBorder
-