Uses of Class
sc.fiji.snt.util.PointInCanvas
Packages that use PointInCanvas
Package
Description
SNT core classes
Classes implementing SNT's XY, ZY, and XZ canvases.
Miscellaneous SNT utilities, including classes defining reconstruction nodes.
-
Uses of PointInCanvas in sc.fiji.snt
Fields in sc.fiji.snt declared as PointInCanvasMethods in sc.fiji.snt that return PointInCanvasModifier and TypeMethodDescriptionPath.getCanvasOffset()Returns the translation offset used to render this Path in aTracerCanvas.Tree.getCanvasOffset()Returns the canvas offset of this tree.Public wrapper aroundSNT.defaultCanvasPixelOffset(), for callers outside this class that need the crop-independent baseline offset even while a materialized crop is active on the classic 2D canvas - e.g. a BDV/BVV interaction that should behave the same regardless of what the classic canvas currently has materialized, mirroring howSNT.createSearch(double, double, double, double, double, double, SearchSettingsSnapshot, boolean)'suseStreamedSourceparameter picks between the two.NearPoint.getNodeUnscaled()Path.getPointInCanvas(int node) protected PointInCanvasPath.getPointInCanvas2D(int node, TracerCanvas canvas) Methods in sc.fiji.snt that return types with arguments of type PointInCanvasModifier and TypeMethodDescriptionPath.getUnscaledNodes()protected List<PointInCanvas> Path.getUnscaledNodesInViewPort(TracerCanvas canvas) Methods in sc.fiji.snt with parameters of type PointInCanvasModifier and TypeMethodDescriptionPathAndFillManager.nearestPointOnAnyPath(Collection<Path> paths, PointInCanvas pic, double distanceLimit) voidPath.setCanvasOffset(PointInCanvas canvasOffset) Specifies a translation offset when rendering this Path in aTracerCanvas. -
Uses of PointInCanvas in sc.fiji.snt.hyperpanes
Methods in sc.fiji.snt.hyperpanes that return PointInCanvas -
Uses of PointInCanvas in sc.fiji.snt.util
Methods in sc.fiji.snt.util that return PointInCanvasModifier and TypeMethodDescriptionstatic PointInCanvasPointInCanvas.fromString(String str) PointInImage.getUnscaledPoint()Converts the coordinates of this point into pixel units if this point is associated with a Path.PointInImage.getUnscaledPoint(int view) Converts the coordinates of this point into pixel units if this point is associated with a Path.