JavaScript is disabled on your browser.
跳过导航
概述
模块
软件包
类
使用
树
已过时的
索引
帮助
Java SE 11 & JDK 11
所有类
SEARCH:
JavaScript is disabled on your browser.
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
变量和类型
类
描述
class
BasicStroke
BasicStroke
类为图形基元的轮廓定义了一组基本渲染属性,这些属性使用
Graphics2D
对象进行渲染,该对象的Stroke属性设置为此
BasicStroke
。
Methods in
java.awt
that return
Stroke
变量和类型
方法
描述
abstract
Stroke
Graphics2D.
getStroke
()
返回
Graphics2D
上下文中的当前
Stroke
。
Methods in
java.awt
with parameters of type
Stroke
变量和类型
方法
描述
abstract void
Graphics2D.
setStroke
(
Stroke
s)
设置
Stroke
为
Graphics2D
上下文。