Package | Description |
---|---|
ini.trakem2.display | |
ini.trakem2.display.graphics | |
ini.trakem2.display.inspect | |
ini.trakem2.persistence | |
ini.trakem2.utils |
Modifier and Type | Field and Description |
---|---|
protected Display |
GroupingMode.display |
Modifier and Type | Method and Description |
---|---|
protected Display |
FakeImagePlus.getDisplay() |
Display |
DisplayCanvas.getDisplay() |
static Display |
Display.getFront()
Can be null.
|
static Display |
Display.getFront(Project project)
Get a pointer to a Display for @param project, or null if none.
|
static Display |
Display.getOrCreateFront(Project project) |
Modifier and Type | Method and Description |
---|---|
static Vector<Display> |
Display.getDisplays() |
Modifier and Type | Method and Description |
---|---|
static void |
Display.updateSelection(Display calling) |
Constructor and Description |
---|
AffineTransformMode(Display display) |
ContrastAdjustmentMode(Display display,
List<Displayable> selected) |
DefaultMode(Display display) |
DisplayablePanel(Display display,
Displayable d) |
DisplayCanvas(Display display,
int width,
int height) |
FakeImagePlus(int width,
int height,
Display display) |
FakeImageWindow(ij.ImagePlus imp,
ImageCanvas ic,
Display display) |
GroupingMode(Display display,
List<Displayable> selected) |
LayerPanel(Display display,
Layer layer) |
ManualAlignMode(Display display) |
NonLinearTransformMode(Display display) |
NonLinearTransformMode(Display display,
List<Displayable> selected) |
RollingPanel(Display display,
Class<?> clazz) |
Selection(Display display)
The Display can be null, as long as paint, OvalHandle.contains, setTransforming, and getLinkedBox methods are never called on this object.
|
SnapshotPanel(Display display,
Displayable d) |
Modifier and Type | Method and Description |
---|---|
void |
TestGraphicsSource.paintOnTop(Graphics2D g,
Display display,
Rectangle srcRect,
double magnification)
Does nothing.
|
void |
GraphicsSource.paintOnTop(Graphics2D g,
Display display,
Rectangle srcRect,
double magnification)
The canvas will call this method after painting everything else.
|
void |
DefaultGraphicsSource.paintOnTop(Graphics2D g,
Display display,
Rectangle srcRect,
double magnification)
Paints bounding boxes of selected objects as pink and active object as white.
|
Modifier and Type | Field and Description |
---|---|
protected Display |
InspectPatchTrianglesMode.display |
Constructor and Description |
---|
InspectPatchTrianglesMode(Display display) |
Modifier and Type | Method and Description |
---|---|
JPopupMenu |
Loader.getJobsPopup(Display display) |
Constructor and Description |
---|
DNDInsertImage(Display display) |
Copyright © 2015–2021 Fiji. All rights reserved.