public final class OverlayNumericStrategy extends Object
Modifier and Type | Field and Description |
---|---|
protected static double |
DRAW_THRESH
When drawing or editing, how far mouse must be dragged before new node is
added.
|
protected static double |
EDIT_THRESH
Threshhold within which click must occur to invoke edit mode.
|
protected static double |
ERASE_THRESH
How close a mouseDrag event must be to a node in order to erase it.
|
protected static float |
POLYLINE_THRESH
Maximum distance (in pixels) mouse can be from a node to be considered
pointing to it.
|
protected static double |
RECONNECT_THRESH
Threshhold within which click must occur to invoke extend mode or reconnect
a freeformExtension.
|
protected static double |
RESUME_THRESH
How close mouse must be to end node to resume drawing.
|
protected static float |
SMOOTHING_FACTOR
Smoothing factor for "single exponential smoothing".
|
Modifier and Type | Method and Description |
---|---|
static double |
getDrawThreshold()
Returns the drawing threshold.
|
static double |
getEditThreshold()
Returns the editing threshold.
|
static double |
getEraseThreshold()
Returns the erasing threshold.
|
static double |
getPolylineThreshold()
Returns the polyline threshold.
|
static double |
getReconnectThreshold()
Returns the reconnect threshold.
|
static double |
getResumeThreshold()
Returns the resume threshold.
|
static double |
getSmoothingFactor()
Returns the single exponential smoothing factor.
|
protected static final double DRAW_THRESH
protected static final double ERASE_THRESH
protected static final double EDIT_THRESH
protected static final double RECONNECT_THRESH
protected static final double RESUME_THRESH
protected static final float SMOOTHING_FACTOR
protected static final float POLYLINE_THRESH
public static double getDrawThreshold()
public static double getEraseThreshold()
public static double getEditThreshold()
public static double getResumeThreshold()
public static double getReconnectThreshold()
public static double getSmoothingFactor()
public static double getPolylineThreshold()
Copyright © 2015–2022 SciJava. All rights reserved.