Package | Description |
---|---|
ini.trakem2.display | |
ini.trakem2.utils |
Modifier and Type | Field and Description |
---|---|
protected Map<Integer,HashMap<String,Tag>> |
LayerSet.tags
A set of unique tags, retrievable by their own identity.
|
Modifier and Type | Method and Description |
---|---|
protected Tag |
LayerSet.askForNewTag(int keyCode) |
Tag |
LayerSet.putTag(String tag,
int keyCode)
Returns an existing immutable Tag instance if already there, or stores a new one and returns it.
|
Modifier and Type | Method and Description |
---|---|
Set<Tag> |
Tree.findTags()
Search all nodes for unique tags and returns them.
|
Set<Tag> |
Taggable.getTags() |
Set<Tag> |
Node.getTags() |
TreeSet<Tag> |
LayerSet.getTags(int keyCode)
If there aren't any tags for keyCode, returns an empty TreeSet.
|
Set<Tag> |
Taggable.removeAllTags() |
Set<Tag> |
Node.removeAllTags() |
Modifier and Type | Method and Description |
---|---|
boolean |
Taggable.addTag(Tag tag) |
boolean |
Node.addTag(Tag tag) |
int |
Tag.compareTo(Tag t) |
void |
Tree.createReviewStack(Node<T> first,
Node<T> last,
Tag tag,
String filepath,
int width,
int height,
double magnification,
int image_type)
The behavior is undefined if @param last is not a descendant of @param first.
|
List<Tree.NodePath> |
Tree.findTaggedPairs(Tag upstream,
Tag downstream) |
boolean |
Node.hasTag(Tag t) |
List<Tree.MeasurementPair> |
Tree.measureTaggedPairs(Tag upstream,
Tag downstream) |
boolean |
Taggable.removeTag(Tag tag) |
boolean |
Node.removeTag(Tag tag) |
void |
LayerSet.removeTag(Tag t) |
Modifier and Type | Method and Description |
---|---|
static List<Set<Tag>> |
Merger.compareTags(Node<?> nd1,
Node<?> nd2)
Returns three lists: the tags in common, the tags in this node but not in the other,
and the tags in the other but not in this node.
|
Copyright © 2015–2021 Fiji. All rights reserved.