Uses of Class
com.mindee.geometry.MinMax
-
Packages that use MinMax Package Description com.mindee.geometry -
-
Uses of MinMax in com.mindee.geometry
Methods in com.mindee.geometry that return MinMax Modifier and Type Method Description MinMax
Polygon. getMinMaxX()
Get the maximum and minimum Y coordinates.static MinMax
PolygonUtils. getMinMaxX(List<Point> vertices)
Get the maximum and minimum X coordinates in a given list of Points.MinMax
Polygon. getMinMaxY()
Get the maximum and minimum Y coordinates.static MinMax
PolygonUtils. getMinMaxY(List<Point> vertices)
Get the maximum and minimum Y coordinates in a given list of Points.
-