Package org.jzy3d.maths
Class Rectangle
java.lang.Object
org.jzy3d.maths.Rectangle
Replacement for java.awt.Rectangle
- Author:
- cmh
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
x
public int x -
y
public int y -
width
public int width -
height
public int height
-
-
Constructor Details
-
Rectangle
public Rectangle(int x, int y, int width, int height) -
Rectangle
public Rectangle(int width, int height)
-
-
Method Details