| Package | Description |
|---|---|
| sc.fiji.snt |
SNT core classes
|
| sc.fiji.snt.util |
Miscellaneous SNT utilities, including classes defining reconstruction nodes.
|
| Modifier and Type | Method and Description |
|---|---|
PointInCanvas |
Path.getCanvasOffset()
Returns the translation offset used to render this Path in a
TracerCanvas. |
PointInCanvas |
NearPoint.getNodeUnscaled() |
| Modifier and Type | Method and Description |
|---|---|
void |
Path.setCanvasOffset(PointInCanvas canvasOffset)
Specifies a translation offset when rendering this Path in a
TracerCanvas. |
| Modifier and Type | Method and Description |
|---|---|
PointInCanvas |
PointInImage.getUnscaledPoint()
Converts the coordinates of this point into pixel units if this point is
associated with a Path.
|
PointInCanvas |
PointInImage.getUnscaledPoint(int view)
Converts the coordinates of this point into pixel units if this point is
associated with a Path.
|