Uses of Class
java.awt.BasicStroke
-
Packages that use BasicStroke 软件包 描述 javax.swing 提供一组“轻量级”(全Java语言)组件,这些组件在所有平台上尽可能地工作。javax.swing.border 提供用于在Swing组件周围绘制专用边框的类和接口。 -
-
Uses of BasicStroke in javax.swing
Methods in javax.swing with parameters of type BasicStroke 变量和类型 方法 描述 static Border
BorderFactory. createStrokeBorder(BasicStroke stroke)
创建指定的stroke
。static Border
BorderFactory. createStrokeBorder(BasicStroke stroke, Paint paint)
创建指定的stroke
和paint
。 -
Uses of BasicStroke in javax.swing.border
Methods in javax.swing.border that return BasicStroke 变量和类型 方法 描述 BasicStroke
StrokeBorder. getStroke()
返回用于在边框渲染期间描边形状的BasicStroke
对象。Constructors in javax.swing.border with parameters of type BasicStroke 构造器 描述 StrokeBorder(BasicStroke stroke)
创建指定的stroke
。StrokeBorder(BasicStroke stroke, Paint paint)
Creates a border of the specifiedstroke
andpaint
.
-