Package | Description |
---|---|
sc.fiji.snt |
SNT core classes
|
sc.fiji.snt.hyperpanes |
Classes implementing SNT's XY, ZY, and XZ canvases.
|
sc.fiji.snt.util |
Miscellaneous SNT utilities, including classes defining reconstruction nodes.
|
Modifier and Type | Field and Description |
---|---|
protected PointInCanvas |
Path.canvasOffset |
Modifier and Type | Method and Description |
---|---|
PointInCanvas |
Path.getCanvasOffset()
Returns the translation offset used to render this Path in a
TracerCanvas . |
PointInCanvas |
NearPoint.getNodeUnscaled() |
protected PointInCanvas |
Path.getPointInCanvas(int node) |
protected PointInCanvas |
Path.getPointInCanvas2D(int node,
TracerCanvas canvas) |
Modifier and Type | Method and Description |
---|---|
protected List<PointInCanvas> |
Path.getUnscaledNodesInViewPort(TracerCanvas canvas) |
Modifier and Type | Method and Description |
---|---|
NearPoint |
PathAndFillManager.nearestPointOnAnyPath(Collection<Path> paths,
PointInCanvas pic,
double distanceLimit) |
void |
Path.setCanvasOffset(PointInCanvas canvasOffset)
Specifies a translation offset when rendering this Path in a
TracerCanvas . |
Modifier and Type | Method and Description |
---|---|
PointInCanvas |
MultiDThreePanesCanvas.getCursorPos() |
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.
|
Copyright © 2015–2021 Fiji. All rights reserved.