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 Modifier and Type 方法 描述 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 Modifier and Type 方法 描述 BasicStroke
StrokeBorder. getStroke()
返回在边框渲染期间用于描边形状的BasicStroke
对象。Constructors in javax.swing.border with parameters of type BasicStroke Constructor 描述 StrokeBorder(BasicStroke stroke)
创建指定的边框stroke
。StrokeBorder(BasicStroke stroke, Paint paint)
Creates a border of the specifiedstroke
andpaint
.
-