Class SubstanceScrollPaneBorder
java.lang.Object
org.pushingpixels.substance.internal.utils.scroll.SubstanceScrollPaneBorder
- All Implemented Interfaces:
Border
,UIResource
Default border on
JScrollPane
s. Provides continuous appearance of the
border + scroll bars.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
paintBorder
(Component c, Graphics g, int x, int y, int width, int height)
-
Constructor Details
-
SubstanceScrollPaneBorder
public SubstanceScrollPaneBorder()
-
-
Method Details
-
getBorderInsets
- Specified by:
getBorderInsets
in interfaceBorder
-
isBorderOpaque
public boolean isBorderOpaque()- Specified by:
isBorderOpaque
in interfaceBorder
-
paintBorder
- Specified by:
paintBorder
in interfaceBorder
-