Package | Description |
---|---|
ini.trakem2.display | |
ini.trakem2.display.graphics |
Modifier and Type | Interface and Description |
---|---|
interface |
ImageData
An interface to label Displayable objects as containing images.
|
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 |
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.
|
protected static class |
GroupingMode.ScreenPatchRange<T> |
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 | Field and Description |
---|---|
protected HashMap<Paintable,GroupingMode.ScreenPatchRange<?>> |
GroupingMode.screenPatchRanges |
Modifier and Type | Method and Description |
---|---|
List<? extends Paintable> |
GroupingMode.GroupedGraphicsSource.asPaintable(List<? extends Paintable> ds)
Returns the list given as argument without any modification.
|
Modifier and Type | Method and Description |
---|---|
List<? extends Paintable> |
GroupingMode.GroupedGraphicsSource.asPaintable(List<? extends Paintable> ds)
Returns the list given as argument without any modification.
|
Modifier and Type | Method and Description |
---|---|
List<? extends Paintable> |
TestGraphicsSource.asPaintable(List<? extends Paintable> ds)
Replaces all Patch instances by a smiley face.
|
List<? extends Paintable> |
GraphicsSource.asPaintable(List<? extends Paintable> ds)
Takes as list of Paintable and returns the same or another list with perhaps a different number of Paintable objects, or some replaced by new Paintable instances.
|
List<? extends Paintable> |
DefaultGraphicsSource.asPaintable(List<? extends Paintable> ds)
Returns the list given as argument without any modification.
|
Modifier and Type | Method and Description |
---|---|
List<? extends Paintable> |
TestGraphicsSource.asPaintable(List<? extends Paintable> ds)
Replaces all Patch instances by a smiley face.
|
List<? extends Paintable> |
GraphicsSource.asPaintable(List<? extends Paintable> ds)
Takes as list of Paintable and returns the same or another list with perhaps a different number of Paintable objects, or some replaced by new Paintable instances.
|
List<? extends Paintable> |
DefaultGraphicsSource.asPaintable(List<? extends Paintable> ds)
Returns the list given as argument without any modification.
|
Copyright © 2015–2021 Fiji. All rights reserved.