public class ManualTracerThread extends Thread implements SearchInterface
Thread.State, Thread.UncaughtExceptionHandler
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
ManualTracerThread(SNT plugin,
double start_x,
double start_y,
double start_z,
double goal_x,
double goal_y,
double goal_z) |
Modifier and Type | Method and Description |
---|---|
void |
addProgressListener(SearchProgressCallback callback) |
Path |
getResult() |
void |
run() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
public ManualTracerThread(SNT plugin, double start_x, double start_y, double start_z, double goal_x, double goal_y, double goal_z)
public Path getResult()
getResult
in interface SearchInterface
public void addProgressListener(SearchProgressCallback callback)
Copyright © 2015–2021 Fiji. All rights reserved.