| Package | Description |
|---|---|
| at.mug.iqm.api.gui | |
| at.mug.iqm.api.gui.roi.events.handler | |
| at.mug.iqm.api.workflow | |
| at.mug.iqm.core.workflow | |
| at.mug.iqm.gui |
| Modifier and Type | Field and Description |
|---|---|
private ILookPanel |
ViewPortChangeListener.displayPanel |
private ILookPanel |
ROILayerSelectorPanel.displayPanel
The
ILookPanel managed by this instance. |
private ILookPanel |
LookToolboxPanel.displayPanel
The
ILookPanel instance. |
protected ILookPanel |
ImageNavigatorPanel.displayPanel
The display panel where the image is displayed.
|
protected ILookPanel |
ImageLayer.displayPanel
A reference to the current look panel.
|
private ILookPanel |
ImageInfoPanel.displayPanel
The instance of
ILookPanel where this ImageInfoPanel
belongs to. |
protected ILookPanel |
DefaultDrawingLayer.displayPanel
The display panel where the image is displayed.
|
private ILookPanel |
ColorChannelSelectorPanel.displayPanel |
| Modifier and Type | Method and Description |
|---|---|
ILookPanel |
LookToolboxPanel.getDisplayPanel() |
ILookPanel |
ImageInfoPanel.getDisplayPanel() |
ILookPanel |
DefaultDrawingLayer.getDisplayPanel() |
ILookPanel |
ROILayerSelectorPanel.getLookPanel()
Gets the reference to the look panel, this selector widget is associated
with.
|
ILookPanel |
IMainFrame.getLookPanel()
Gets the current look panel in this frame.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LookToolboxPanel.setDisplayPanel(ILookPanel displayPanel) |
void |
ImageInfoPanel.setDisplayPanel(ILookPanel displayPanel) |
void |
DefaultDrawingLayer.setDisplayPanel(ILookPanel displayPanel) |
| Constructor and Description |
|---|
ColorChannelSelectorPanel(ILookPanel displayPanel) |
CustomCanvasMover(ILookPanel displayPanel) |
DefaultDrawingLayer(ILookPanel displayPanel)
Create a new layer for
|
ImageLayer(ILookPanel displayPanel)
Custom constructor calls the default constructor.
|
ImageNavigatorPanel(ILookPanel displayPanel) |
LookToolboxPanel(ILookPanel displayPanel)
Default constructor.
|
ROILayerSelectorPanel(ILookPanel lookPanel)
Generate a new layer selection panel for the given look panel in order to
manage the ROIs.
|
TransparentROILayer(ILookPanel displayPanel) |
ViewPortChangeListener(ILookPanel displayPanel) |
| Modifier and Type | Field and Description |
|---|---|
private ILookPanel |
ROILayerCursorChanger.displayPanel
The reference to the
ILookPanel. |
private ILookPanel |
CanvasMover.displayPanel
The reference to the
ILookPanel. |
| Constructor and Description |
|---|
CanvasMover(ILookPanel displayPanel)
Default constructor receiving the reference to the
ILookPanel. |
ROILayerCursorChanger(ILookPanel displayPanel)
Default constructor receiving the reference to the
ILookPanel. |
| Modifier and Type | Method and Description |
|---|---|
ILookPanel |
ILook.getCurrentLookPanel() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ILookPanel> |
ILook.getLookPanels() |
| Modifier and Type | Method and Description |
|---|---|
void |
ILook.addLookPanel(ILookPanel lookPanel) |
void |
ILook.removeLookPanel(ILookPanel lookPanel) |
void |
ILook.setCurrentLookPanel(ILookPanel lookPanel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ILook.setLookPanels(ArrayList<ILookPanel> lookPanels) |
| Modifier and Type | Field and Description |
|---|---|
private ArrayList<ILookPanel> |
Look.lookPanels
|
| Modifier and Type | Method and Description |
|---|---|
ILookPanel |
Look.getCurrentLookPanel()
Gets the reference to the currently active
LookPanel instance. |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ILookPanel> |
Look.getLookPanels() |
| Modifier and Type | Method and Description |
|---|---|
void |
Look.addLookPanel(ILookPanel lookPanel)
Add a new
LookPanel to the list and set it to the current
instance. |
void |
Look.removeLookPanel(ILookPanel lookPanel)
Removes a given
LookPanel from the list and sets the the
previously active instance to the current one. |
void |
Look.setCurrentLookPanel(ILookPanel lookPanel)
Set the current
LookPanel and the reference to it's
ImageLayer. |
| Modifier and Type | Method and Description |
|---|---|
void |
Look.setLookPanels(ArrayList<ILookPanel> lookPanels) |
| Modifier and Type | Class and Description |
|---|---|
class |
LookPanel
This panel holds responsible for displaying, zooming of images and drawing
ROIs on them.
|
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.