Package | Description |
---|---|
ini.trakem2 | |
ini.trakem2.persistence | |
ini.trakem2.tree |
Modifier and Type | Method and Description |
---|---|
LayerThing |
Project.findLayerThing(Object ob)
Find a LayerThing that contains the given object.
|
LayerThing |
Project.getRootLayerThing() |
Modifier and Type | Method and Description |
---|---|
void |
Project.resetRootLayerThing(LayerThing lt,
HashMap<Thing,Boolean> ltree_exp)
For undo purposes.
|
Modifier and Type | Method and Description |
---|---|
LayerThing |
DBLoader.getRootLayerThing(Project project,
ProjectThing project_thing,
TemplateThing layer_set_tt,
TemplateThing layer_tt)
Fetches the root LayerSet, fills it with children (recursively) and uses the profiles, pipes, etc., from the project_thing.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<LayerThing> |
LayerThing.getChildren() |
Modifier and Type | Method and Description |
---|---|
int |
LayerThing.indexOf(LayerThing child) |
boolean |
LayerTree.remove(boolean check,
LayerThing thing,
DefaultMutableTreeNode node)
If the given node is null, it will be searched for.
|
boolean |
LayerThing.removeChild(LayerThing child) |
Constructor and Description |
---|
LayerTree(Project project,
LayerThing root) |
Constructor and Description |
---|
LayerThing(TemplateThing template,
Project project,
long id,
String title,
Object ob,
ArrayList<LayerThing> al_children)
Reconstruct from database, in combination with the setup() method.
|
Copyright © 2015–2021 Fiji. All rights reserved.