Uses of Class
adams.gui.visualization.image.RectangleUtils.RectangleCorner
-
Packages that use RectangleUtils.RectangleCorner Package Description adams.gui.visualization.image -
-
Uses of RectangleUtils.RectangleCorner in adams.gui.visualization.image
Methods in adams.gui.visualization.image that return RectangleUtils.RectangleCorner Modifier and Type Method Description static RectangleUtils.RectangleCorner
RectangleUtils.RectangleCorner. valueOf(String name)
Returns the enum constant of this type with the specified name.static RectangleUtils.RectangleCorner[]
RectangleUtils.RectangleCorner. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.gui.visualization.image with parameters of type RectangleUtils.RectangleCorner Modifier and Type Method Description static Point
RectangleUtils. rectangleCorner(Point corner1, Point corner2, RectangleUtils.RectangleCorner corner)
Computes the specified corner of the rectangle using two arbitrary corner points of the rectangle.
-