Package | Description |
---|---|
<Unnamed> | |
sc.fiji.i5d.gui |
Constructor and Description |
---|
OpenImage5DWindow(Image5D imp,
Image5DCanvas ic) |
Modifier and Type | Class and Description |
---|---|
class |
TileCanvas |
Modifier and Type | Field and Description |
---|---|
protected Image5DCanvas |
Image5DLayout.ic5d |
Modifier and Type | Field and Description |
---|---|
protected Vector<Image5DCanvas> |
Image5DWindow.channelCanvasses |
protected Vector<Image5DCanvas> |
Image5DLayout.imageCanvasses |
Modifier and Type | Method and Description |
---|---|
void |
Image5DWindow.adaptCanvasses(Image5DCanvas i5dc) |
void |
Image5DWindow.adaptMouse(Image5DCanvas i5dc)
Hands on the cursor location and modifiers of
i5dc to all
channel canvasses of this window except i5dc . |
void |
Image5DWindow.adaptRois(Image5DCanvas i5dc)
Hands on the
roi , cursor location and modifiers of
i5dc to all channel canvasses of this window except
i5dc . |
int |
Image5DWindow.getCanvasChannelNumber(Image5DCanvas i5dc)
Returns 0, if i5dc is the main canvas, a number between 1 and nChannels, if
it is a channel canvas and -1, if the canvas is null or does not belong to
this window.
|
void |
Image5DWindow.setChannelAsCurrent(Image5DCanvas i5dc) |
Constructor and Description |
---|
Image5DLayout(Image5DCanvas ic5d)
Creates a new ImageLayout with center alignment and 5 pixel horizontal and
vertical gaps.
|
Image5DWindow(Image5D imp,
Image5DCanvas ic) |
Copyright © 2015–2021 Fiji. All rights reserved.