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 描述 classBasicStroke所述BasicStroke类定义了一组基本呈现属性为图形基元的轮廓,它们呈现具有的Graphics2D具有其Stroke属性设置此对象BasicStroke。Methods in java.awt that return Stroke Modifier and Type 方法 描述 abstract StrokeGraphics2D. getStroke()返回Graphics2D上下文中的当前Stroke。Methods in java.awt with parameters of type Stroke Modifier and Type 方法 描述 abstract voidGraphics2D. setStroke(Stroke s)设置Stroke为Graphics2D的上下文。
-