Uses of Class
java.awt.BasicStroke
Package
Description
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
Provides classes and interface for drawing specialized borders around a Swing
component.
-
Uses of BasicStroke in javax.swing
Modifier and TypeMethodDescriptionstatic Border
BorderFactory.createStrokeBorder
(BasicStroke stroke) Creates a border of the specifiedstroke
.static Border
BorderFactory.createStrokeBorder
(BasicStroke stroke, Paint paint) Creates a border of the specifiedstroke
andpaint
. -
Uses of BasicStroke in javax.swing.border
Modifier and TypeMethodDescriptionStrokeBorder.getStroke()
Returns theBasicStroke
object used to stroke a shape during the border rendering.ModifierConstructorDescriptionStrokeBorder
(BasicStroke stroke) Creates a border of the specifiedstroke
.StrokeBorder
(BasicStroke stroke, Paint paint) Creates a border of the specifiedstroke
andpaint
.