Class PointInCanvas

java.lang.Object
sc.fiji.snt.util.PointInImage
sc.fiji.snt.util.PointInCanvas
All Implemented Interfaces:
Cloneable, SNTPoint

public class PointInCanvas extends PointInImage implements SNTPoint
Defines a Point in a tracing canvas in pixel coordinates.
Author:
Tiago Ferreira
  • Constructor Details

    • PointInCanvas

      public PointInCanvas(double x, double y, double z)
      Constructs a new PointInCanvas with the specified coordinates.
      Parameters:
      x - the x coordinate
      y - the y coordinate
      z - the z coordinate
    • PointInCanvas

      protected PointInCanvas(double x, double y, double z, Path onPath)
  • Method Details