Package | Description |
---|---|
ini.trakem2 | |
ini.trakem2.display | |
ini.trakem2.persistence | |
ini.trakem2.tree |
Modifier and Type | Class and Description |
---|---|
class |
Project
The top-level class in control.
|
Modifier and Type | Method and Description |
---|---|
DBObject |
Project.findById(long id) |
Modifier and Type | Class and Description |
---|---|
class |
AreaList
A list of brush painted areas similar to a set of labelfields in Amira.
|
class |
AreaTree |
class |
Ball |
class |
Connector
A one-to-many connection, represented by one source point and one or more target points.
|
class |
Display
A Display is a class to show a Layer and enable mouse and keyboard manipulation of all its components.
|
class |
Displayable
The class that any element to be drawn on a Display must extend.
|
class |
Dissector
Implements the Double Dissector method with scale-invariant grouped labels.
|
class |
DLabel
This class is named funny to avoid confusion with java.awt.Label.
|
class |
Layer |
class |
LayerSet
A LayerSet is a container for a list of Layer.
|
class |
Patch |
class |
Pipe |
class |
Polyline
A sequence of points that make multiple chained line segments.
|
class |
Profile
A class to be a user-outlined profile over an image, which is painted with a particular color and also holds an associated text label.
|
class |
Stack |
class |
Tree<T>
A sequence of points ordered in a set of connected branches.
|
class |
Treeline |
class |
ZDisplayable
For Pipes and other objects that must be shown in all Layers of a LayerSet.
|
Modifier and Type | Method and Description |
---|---|
DBObject |
LayerSet.findById(long id)
Searches in all ZDisplayables and in all layers, recursively into nested LayerSets.
|
DBObject |
Layer.findById(long id) |
DBObject |
Displayable.findById(long id) |
Modifier and Type | Method and Description |
---|---|
void |
Layer.addSilently(DBObject displ)
Used for reconstruction purposes.
|
protected static void |
Displayable.xmlError(DBObject dbo,
String tag,
Object default_value) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
Loader.addToDatabase(DBObject ob) |
boolean |
FSLoader.addToDatabase(DBObject ob) |
boolean |
DBLoader.addToDatabase(DBObject ob) |
abstract boolean |
Loader.removeFromDatabase(DBObject ob) |
boolean |
FSLoader.removeFromDatabase(DBObject ob) |
boolean |
DBLoader.removeFromDatabase(DBObject ob) |
abstract boolean |
Loader.updateInDatabase(DBObject ob,
Set<String> keys) |
boolean |
FSLoader.updateInDatabase(DBObject ob,
Set<String> keys) |
boolean |
DBLoader.updateInDatabase(DBObject ob,
Set<String> keys) |
abstract boolean |
Loader.updateInDatabase(DBObject ob,
String key) |
boolean |
FSLoader.updateInDatabase(DBObject ob,
String key) |
boolean |
DBLoader.updateInDatabase(DBObject ob,
String key) |
Modifier and Type | Class and Description |
---|---|
class |
LayerThing |
class |
ProjectThing |
class |
TemplateThing |
Modifier and Type | Method and Description |
---|---|
DBObject |
ProjectThing.findObject(long id)
Recursive search for the object with the given id.
|
Copyright © 2015–2021 Fiji. All rights reserved.