|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object java.awt.geom.RectangularShape java.awt.geom.Arc2D java.awt.geom.Arc2D.Double
public static class Arc2D.Double
此类定义以 double 精度指定的弧。
嵌套类摘要 |
---|
从类 java.awt.geom.Arc2D 继承的嵌套类/接口 |
---|
Arc2D.Double, Arc2D.Float |
字段摘要 | |
---|---|
double |
extent
以度数表示的弧的角跨越。 |
double |
height
整个椭圆(不考虑角跨越)的总高度。 |
double |
start
以度数表示的弧起始角度。 |
double |
width
整个椭圆(不考虑角跨越)的总宽度。 |
double |
x
弧左上角的 X 坐标。 |
double |
y
弧左上角的 Y 坐标。 |
从类 java.awt.geom.Arc2D 继承的字段 |
---|
CHORD, OPEN, PIE |
构造方法摘要 | |
---|---|
Arc2D.Double()
构造一个新 OPEN 弧,并将其初始化为:位置 (0, 0)、大小 (0, 0)、角跨越 (start = 0, extent = 0)。 |
|
Arc2D.Double(double x,
double y,
double w,
double h,
double start,
double extent,
int type)
构造一个新弧,并将其初始化为指定的位置、大小、角跨越和闭合类型。 |
|
Arc2D.Double(int type)
构造一个新弧,并将其初始化为:位置 (0, 0)、大小 (0, 0)、角跨越 (start = 0, extent = 0)、指定的闭合类型。 |
|
Arc2D.Double(Rectangle2D ellipseBounds,
double start,
double extent,
int type)
构造一个新弧,并将其初始化为指定的位置、大小、角跨越和闭合类型。 |
方法摘要 | |
---|---|
double |
getAngleExtent()
返回弧的角跨越。 |
double |
getAngleStart()
返回弧的起始角度。 |
double |
getHeight()
返回椭圆(此弧是其一部分)的高度。 |
double |
getWidth()
返回椭圆(此弧是其一部分)的宽度。 |
double |
getX()
返回弧左上角的 X 坐标。 |
double |
getY()
返回弧左上角的 Y 坐标。 |
boolean |
isEmpty()
确定弧是否为空。 |
protected Rectangle2D |
makeBounds(double x,
double y,
double w,
double h)
返回弧的高精度边界框。 |
void |
setAngleExtent(double angExt)
将此弧的角跨越设置为指定的 double 值。 |
void |
setAngleStart(double angSt)
将此弧的起始角度设置为指定的 double 值。 |
void |
setArc(double x,
double y,
double w,
double h,
double angSt,
double angExt,
int closure)
将此弧的位置、大小、角跨越和闭合类型设置为指定的 double 值。 |
从类 java.awt.geom.Arc2D 继承的方法 |
---|
contains, contains, contains, containsAngle, getArcType, getBounds2D, getEndPoint, getPathIterator, getStartPoint, intersects, setAngles, setAngles, setAngleStart, setArc, setArc, setArc, setArcByCenter, setArcByTangent, setArcType, setFrame |
从类 java.awt.geom.RectangularShape 继承的方法 |
---|
clone, contains, getBounds, getCenterX, getCenterY, getFrame, getMaxX, getMaxY, getMinX, getMinY, getPathIterator, intersects, setFrame, setFrame, setFrameFromCenter, setFrameFromCenter, setFrameFromDiagonal, setFrameFromDiagonal |
从类 java.lang.Object 继承的方法 |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
字段详细信息 |
---|
public double x
public double y
public double width
public double height
public double start
public double extent
构造方法详细信息 |
---|
public Arc2D.Double()
public Arc2D.Double(int type)
type
- 弧的闭合类型:OPEN
、CHORD
或 PIE
。public Arc2D.Double(double x, double y, double w, double h, double start, double extent, int type)
x, y
- 弧左上角的坐标。(以 double 精度指定。)w
- 整个椭圆(此弧是其一部分)的总宽度。(以 double 精度指定。)h
- 整个椭圆(此弧是其一部分)的总高度。(以 double 精度指定。)start
- 以度数表示的弧起始角度。(以 double 精度指定。)extent
- 以度数表示的弧的角跨越。(以 double 精度指定。)type
- 弧的闭合类型:OPEN
、CHORD
或 PIE
。public Arc2D.Double(Rectangle2D ellipseBounds, double start, double extent, int type)
ellipseBounds
- 定义完整椭圆(此弧是其一部分)外部边界的外接矩形。start
- 以度数表示的弧起始角度。(以 double 精度指定。)extent
- 以度数表示的弧的角跨越。(以 double 精度指定。)type
- 弧的闭合类型:OPEN
、CHORD
或 PIE
。方法详细信息 |
---|
public double getX()
RectangularShape
中的 getX
public double getY()
RectangularShape
中的 getY
public double getWidth()
RectangularShape
中的 getWidth
public double getHeight()
RectangularShape
中的 getHeight
public double getAngleStart()
Arc2D
中的 getAngleStart
setAngleStart(double)
public double getAngleExtent()
Arc2D
中的 getAngleExtent
setAngleExtent(double)
public boolean isEmpty()
RectangularShape
中的 isEmpty
true
;如果它不为空,则返回 false
。public void setArc(double x, double y, double w, double h, double angSt, double angExt, int closure)
Arc2D
中的 setArc
x, y
- 弧左上角的坐标。w
- 整个椭圆(此弧是其一部分)的总宽度。h
- 整个椭圆(此弧是其一部分)的总高度。angSt
- 以度数表示的弧起始角度。angExt
- 以度数表示的弧的角跨越。closure
- 弧的闭合类型:OPEN
、CHORD
或 PIE
。public void setAngleStart(double angSt)
Arc2D
中的 setAngleStart
angSt
- 以度数表示的弧起始角度。getAngleStart()
public void setAngleExtent(double angExt)
Arc2D
中的 setAngleExtent
angExt
- 以度数表示的弧的角跨越。getAngleExtent()
protected Rectangle2D makeBounds(double x, double y, double w, double h)
Arc2D
中的 makeBounds
x, y
- 弧左上角的坐标。w
- 整个椭圆(此弧是其一部分)的总宽度。h
- 整个椭圆(此弧是其一部分)的总高度。
Rectangle2D
对象的边界框。
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。