| Interface | Description |
|---|---|
| Filter<T> | |
| History.Step<T> | |
| Operation<I,O> |
| Class | Description |
|---|---|
| AreaUtils | |
| BigBrother |
Supervise all threads, and report uncaught exceptions.
|
| Bureaucrat |
Sets a Worker thread to work, and waits until it finishes, blocking all user interface input until then, except for zoom and pan, for all given projects.
|
| CachingThread | |
| CircularSequence | |
| Dispatcher | |
| Dispatcher.DispatcherThreadFactory | |
| DNDInsertImage | |
| FieldMapView |
Classes extending this class acquire a read-only Map interface to access its declared fields
via the reflection API provided by
Class.getDeclaredFields() and Field. |
| History |
A class to represent a generic undo/redo history.
|
| IJError |
A class to easily show the stack trace of an error in different operating systems.
|
| ImgLibVolume<T extends RealType<T>> |
This class encapsulates an mpicbg.imglib.Image object, for use in Marching Cubes.
|
| IntegerField | |
| Lock |
For thread synchronization.
|
| M |
TrakEM2's mathematician.
|
| MCCube | |
| MCTriangulator | |
| Merger | |
| Montage | |
| OptionPanel | |
| OptionPanel.BooleanSetter | |
| OptionPanel.ChoiceIntSetter | |
| OptionPanel.ChoiceObjectSetter | |
| OptionPanel.ChoiceStringSetter | |
| OptionPanel.DoubleSetter | |
| OptionPanel.FloatSetter | |
| OptionPanel.IntSetter | |
| OptionPanel.NumericalSetter | |
| OptionPanel.Setter | |
| OptionPanel.StringSetter | |
| ProjectToolbar | |
| ReconstructArea |
Reconstruct an Area from a list of XML <t2_path d="M ...
|
| RedPhone |
Send any input to port 29391 and TrakEM2 will
try to save all
FSLoader projects to XML files. |
| Render |
For now, generates a .shapes file that I can load into Blender with the CurveMorphing CPython module by means of the load_shapes_v1.4.3.py script.
|
| Saver | |
| Search | |
| StdOutWindow |
Captures the last 10000 chars of StdOut and StdErr into two TextArea.
|
| StopWatch | |
| TaskOnEDT<V> | |
| TypedHashMap<K,V> |
An extended
HashMap that throws UnsupportedOperationException
for calls to HashMap.get(Object), HashMap.remove(Object),
HashMap.containsKey(Object) and HashMap.containsValue(Object). |
| Utils |
Utils class: stores generic widely used methods.
|
| Vector3 | |
| Worker | |
| Worker.Task |
A class that calls run() wrapped properly for task monitoring;
Create it like this:
Bureaucrat b = Bureaucrat.createAndStart(new Worker.Task("Title") { public void exec() {
doSomething();
doSomethingElse();
}}, project);
|
Copyright © 2015–2021 Fiji. All rights reserved.