弧形
使用收藏集保持井井有条 根据您的偏好保存和分类内容。
绘制弧形。
语法
<Arc centerX="float" centerY="float" height="float" width="float"
startAngle="float" endAngle="float"
direction="CLOCKWISE | COUNTER_CLOCKWISE" />
属性
Arc
元素具有以下属性
必填属性
以下属性是必需的
centerX
、centerY
、width
、height
- 一组定义弧形包含椭圆的属性。弧形按比例缩放以适合指定的椭圆。所有属性都定义为浮点数。
起始角度
- 弧形开始的角度(以度为单位)。0 度角对应于手表上的 12 点钟位置。
结束角度
- 弧形结束的角度(以度为单位)。0 度角对应于手表上的 12 点钟位置。
可选属性
以下属性是可选的
方向
- 弧形的方向。可以是
CLOCKWISE
或 COUNTER_CLOCKWISE
。默认为 CLOCKWISE
。
内部元素
Arc
元素必须包含单个 Stroke
或 WeightedStroke
元素。弧形还可以根据需要包含任意数量的 Transform
元素。
为您推荐
此页面上的内容和代码示例受内容许可中描述的许可证约束。Java 和 OpenJDK 是 Oracle 和/或其关联公司的商标或注册商标。
上次更新时间:2024 年 6 月 17 日,世界协调时。
[{ "type": "thumb-down", "id": "missingTheInformationINeed", "label":"缺少我需要的信息" },{ "type": "thumb-down", "id": "tooComplicatedTooManySteps", "label":"太复杂/步骤太多" },{ "type": "thumb-down", "id": "outOfDate", "label":"已过时" },{ "type": "thumb-down", "id": "samplesCodeIssue", "label":"示例/代码问题" },{ "type": "thumb-down", "id": "otherDown", "label":"其他" }]
[{ "type": "thumb-up", "id": "easyToUnderstand", "label":"易于理解" },{ "type": "thumb-up", "id": "solvedMyProblem", "label":"解决了我的问题" },{ "type": "thumb-up", "id": "otherUp", "label":"其他" }]
{ "lastModified": "上次更新时间:2024 年 6 月 17 日,世界协调时。", "confidential": False }