Package eu.woolplatform.utils.geom
Class Rect
- java.lang.Object
-
- eu.woolplatform.utils.geom.Rect
-
public class Rect extends Object
-
-
Constructor Summary
Constructors Constructor Description Rect(double left, double top, double right, double bottom)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetBottom()doublegetHeight()doublegetLeft()doublegetRight()doublegetTop()doublegetWidth()PolygontoPolygon()
-
-
-
Method Detail
-
getLeft
public double getLeft()
-
getTop
public double getTop()
-
getRight
public double getRight()
-
getBottom
public double getBottom()
-
getWidth
public double getWidth()
-
getHeight
public double getHeight()
-
toPolygon
public Polygon toPolygon()
-
-