Uses of Record Class
com.digitizer.core.Point
Packages that use Point
-
Uses of Point in com.digitizer.core
Methods in com.digitizer.core that return PointModifier and TypeMethodDescriptionDataset.removePoint(int index) Removes a point at the specified index.Returns a new Point with the x coordinate snapped (y unchanged).Methods in com.digitizer.core that return types with arguments of type PointModifier and TypeMethodDescriptionDataset.getPoints()Returns the mutable list of points belonging to this dataset.Methods in com.digitizer.core with parameters of type PointModifier and TypeMethodDescriptionvoidAdds a point to this dataset.doublePoint.distanceTo(Point other) Calculates the Euclidean distance to another point.booleanDataset.removePoint(Point point) Removes a point from this dataset.Returns a new Point with the x coordinate snapped (y unchanged).Method parameters in com.digitizer.core with type arguments of type Point -
Uses of Point in com.digitizer.image
Methods in com.digitizer.image that return types with arguments of type PointModifier and TypeMethodDescriptionAutoTracer.traceDataset(Dataset targetDataset) Performs auto-tracing of a curve using color matching.AutoTracer.traceFromSeed(Dataset targetDataset, int seedPixelX, int seedPixelY, int windowHalfHeight, double tolerance, int maxGap) Performs a seed-based trace starting from a user-provided seed pixel.AutoTracer.traceFromSeedColor(javafx.scene.paint.Color targetColor, boolean useSecondaryYAxis, int seedPixelX, int seedPixelY, int windowHalfHeight, double tolerance, int maxGap, int lookahead) Trace from a seed using an explicit target color and optional horizontal lookahead. -
Uses of Point in com.digitizer.ui
Constructors in com.digitizer.ui with parameters of type PointModifierConstructorDescriptionAddPointAction(Dataset dataset, Point point) MovePointAction(Dataset dataset, int index, Point beforePoint, Point afterPoint) RemovePointAction(Dataset dataset, Point point, int index)