Package hudson.util
Class Area
- java.lang.Object
-
- hudson.util.Area
-
public final class Area extends Object
Represents a two dimensional area.- Since:
- 1.213
- Author:
- Kohsuke Kawaguchi
-
-
Constructor Summary
Constructors Constructor Description Area(int width, int height)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
area()
static Area
parse(String s)
Opposite oftoString()
.String
toString()
-