Package hudson.util
Class Area
java.lang.Object
hudson.util.Area
Represents a two dimensional area.
- Since:
- 1.213
- Author:
- Kohsuke Kawaguchi
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
width
public final int width -
height
public final int height
-
-
Constructor Details
-
Area
public Area(int width, int height)
-
-
Method Details
-
parse
Opposite oftoString()
. -
area
public int area() -
toString
-