| Package | Description |
|---|---|
| org.scijava.tool | |
| org.scijava.util |
| Modifier and Type | Method and Description |
|---|---|
default void |
ToolService.reportLine(RealCoords p1,
RealCoords p2)
Publishes line length and angle in the status bar.
|
default void |
ToolService.reportPoint(RealCoords p)
Publishes point coordinates to the status bar.
|
default void |
ToolService.reportRectangle(RealCoords p1,
RealCoords p2)
Publishes rectangle dimensions in the status bar.
|
| Modifier and Type | Method and Description |
|---|---|
RealCoords |
RealRect.getBottomRight()
Gets the bottom right coordinate of the rectangle.
|
RealCoords |
RealRect.getTopLeft()
Gets the top left coordinate of the rectangle.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RealRect.contains(RealCoords coords)
Tests whether the given coordinates lie within the rectangle.
|
Copyright © 2015–2022 SciJava. All rights reserved.