Package | Description |
---|---|
ini.trakem2.display |
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 |
Dissector
Implements the Double Dissector method with scale-invariant grouped labels.
|
class |
Pipe |
class |
Polyline
A sequence of points that make multiple chained line segments.
|
class |
Stack |
class |
Tree<T>
A sequence of points ordered in a set of connected branches.
|
class |
Treeline |
Modifier and Type | Method and Description |
---|---|
ArrayList<ZDisplayable> |
LayerSet.find(Layer first,
Layer last,
Area area)
Find the ZDisplayable objects that intersect with the 3D roi defined by the first and last layers, and the area -all in world coordinates.
|
ArrayList<ZDisplayable> |
LayerSet.getDisplayableList()
Returns the real list of displayables, not a copy.
|
ArrayList<ZDisplayable> |
LayerSet.getZDisplayables()
Returns a copy of the list of ZDisplayable objects.
|
ArrayList<ZDisplayable> |
LayerSet.getZDisplayables(Class<?> c) |
ArrayList<ZDisplayable> |
LayerSet.getZDisplayables(Class<?> c,
boolean instance_of)
Returns a list of ZDisplayable of class c only.
|
ArrayList<ZDisplayable> |
LayerSet.getZDisplayables(Class<?> c,
Layer layer,
Area aroi,
boolean visible_only)
Deprecated.
|
ArrayList<ZDisplayable> |
LayerSet.getZDisplayables(Class<?> c,
Layer layer,
Area aroi,
boolean visible_only,
boolean instance_of)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
Display.add(LayerSet set,
ZDisplayable zdispl)
Add the ZDisplayable to all Displays that show a Layer belonging to the given LayerSet.
|
void |
LayerSet.add(ZDisplayable zdispl)
Add a Displayable to be painted in all Layers, such as a Pipe.
|
void |
LayerSet.addSilently(ZDisplayable zdispl)
Used for reconstruction purposes, avoids repainting or updating.
|
void |
LayerSet.addZDisplayable(ZDisplayable zdispl)
Useful for typeless scripts so that a ZDisplayable can be added; the
overloaded method add(Layer) and add(ZDisplayable) is not distinguishable otherwise.
|
int |
LayerSet.indexOf(ZDisplayable zd)
Returns the reverse index of ZDisplayable zd, which is the actual index as seen in the screen.
|
boolean |
LayerSet.isBottom(ZDisplayable zd) |
boolean |
LayerSet.isTop(ZDisplayable zd) |
boolean |
LayerSet.remove(ZDisplayable zdispl)
Remove a child.
|
static void |
Display.remove(ZDisplayable zdispl) |
Modifier and Type | Method and Description |
---|---|
void |
LayerSet.addAll(Collection<? extends ZDisplayable> coll) |
protected static void |
Display.addAll(LayerSet set,
Collection<? extends ZDisplayable> coll) |
boolean |
LayerSet.removeAll(Set<ZDisplayable> zds)
Remove a child.
|
Copyright © 2015–2021 Fiji. All rights reserved.