Uses of Interface
java.awt.Stroke
-
Packages that use Stroke 软件包 描述 java.awt 包含用于创建用户界面和绘制图形和图像的所有类。 -
-
Uses of Stroke in java.awt
Classes in java.awt that implement Stroke Modifier and Type Class 描述 class
BasicStroke
所述BasicStroke
类定义了一组基本呈现属性为图形基元的轮廓,它们呈现具有的Graphics2D
具有其Stroke属性设置此对象BasicStroke
。Methods in java.awt that return Stroke Modifier and Type 方法 描述 abstract Stroke
Graphics2D. getStroke()
返回Graphics2D
上下文中的当前Stroke
。Methods in java.awt with parameters of type Stroke Modifier and Type 方法 描述 abstract void
Graphics2D. setStroke(Stroke s)
设置Stroke
为Graphics2D
的上下文。
-