Class SubstanceTextComponentBorder
- java.lang.Object
-
- org.pushingpixels.substance.internal.utils.border.SubstanceTextComponentBorder
-
- All Implemented Interfaces:
Border
,UIResource
public class SubstanceTextComponentBorder extends Object implements Border, UIResource
Text component border for the Substance look and feel.
-
-
Constructor Summary
Constructors Constructor Description SubstanceTextComponentBorder(Insets insets)
Creates a new border with the specified insets.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Insets
getBorderInsets(Component c)
boolean
isBorderOpaque()
void
paintBorder(Component c, Graphics g, int x, int y, int width, int height)
-
-
-
Field Detail
-
myInsets
protected Insets myInsets
Insets ofthis
border.
-
-
Constructor Detail
-
SubstanceTextComponentBorder
public SubstanceTextComponentBorder(Insets insets)
Creates a new border with the specified insets.- Parameters:
insets
- Insets.
-
-
Method Detail
-
paintBorder
public void paintBorder(Component c, Graphics g, int x, int y, int width, int height)
- Specified by:
paintBorder
in interfaceBorder
-
getBorderInsets
public Insets getBorderInsets(Component c)
- Specified by:
getBorderInsets
in interfaceBorder
-
isBorderOpaque
public boolean isBorderOpaque()
- Specified by:
isBorderOpaque
in interfaceBorder
-
-