Uses of Class
org.scijava.util.RealCoords
-
Packages that use RealCoords Package Description org.scijava.tool org.scijava.util -
-
Uses of RealCoords in org.scijava.tool
Methods in org.scijava.tool with parameters of type RealCoords Modifier and Type Method Description default voidToolService. reportLine(RealCoords p1, RealCoords p2)Publishes line length and angle in the status bar.default voidToolService. reportPoint(RealCoords p)Publishes point coordinates to the status bar.default voidToolService. reportRectangle(RealCoords p1, RealCoords p2)Publishes rectangle dimensions in the status bar. -
Uses of RealCoords in org.scijava.util
Methods in org.scijava.util that return RealCoords Modifier and Type Method Description RealCoordsRealRect. getBottomRight()Gets the bottom right coordinate of the rectangle.RealCoordsRealRect. getTopLeft()Gets the top left coordinate of the rectangle.Methods in org.scijava.util with parameters of type RealCoords Modifier and Type Method Description booleanRealRect. contains(RealCoords coords)Tests whether the given coordinates lie within the rectangle.
-