软件包 | 描述 |
---|---|
java.awt.geom |
定义在二维几何相关的对象执行操作提供java 2D类。
|
Modifier and Type | Class and Description |
---|---|
static class |
Line2D.Double
指定有双坐标的线段。
|
static class |
Line2D.Float
用浮坐标指定的线段。
|
Modifier and Type | Method and Description |
---|---|
boolean |
Rectangle2D.intersectsLine(Line2D l)
如果指定的线段相交的这
Rectangle2D 内部。
|
boolean |
Line2D.intersectsLine(Line2D l)
如果指定的线段相交这线段。
|
void |
Line2D.setLine(Line2D l)
设置为端点指定
Line2D 相同这
Line2D 结束点的位置。
|
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.