public class Rectangle
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
double |
height
The height of the rectangle.
|
double |
width
The width of the rectangle.
|
double |
x
The left edge.
|
double |
y
The top edge.
|
public double x
public double y
public double width
public double height
Copyright © 2008 Actuate Corp. All rights reserved.