软件包 | 描述 |
---|---|
java.awt.geom |
定义在二维几何相关的对象执行操作提供java 2D类。
|
Modifier and Type | Class and Description |
---|---|
static class |
RoundRectangle2D.Double
的
Double 类定义了一个圆角矩形都指定
double 坐标。
|
static class |
RoundRectangle2D.Float
的
Float 类定义了一个圆角矩形都指定
float 坐标。
|
Modifier and Type | Method and Description |
---|---|
void |
RoundRectangle2D.setRoundRect(RoundRectangle2D rr)
这一集
RoundRectangle2D 作为指定的
RoundRectangle2D 相同。
|
void |
RoundRectangle2D.Float.setRoundRect(RoundRectangle2D rr)
设置为指定的
RoundRectangle2D 同这
RoundRectangle2D 。
|
void |
RoundRectangle2D.Double.setRoundRect(RoundRectangle2D rr)
这一集
RoundRectangle2D 作为指定的
RoundRectangle2D 相同。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.