| Package | Description |
|---|---|
| at.mug.iqm.api.gui | |
| at.mug.iqm.api.gui.roi | |
| at.mug.iqm.api.gui.util | |
| at.mug.iqm.commons.util.image | |
| at.mug.iqm.gui |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDrawingLayer
This class represents a default layer where the user may draw regions of
interest (ROIs) and other visual components on.
|
class |
TransparentROILayer
This class is able to render ROI elements on a transparent layer over the
displayed image.
|
| Modifier and Type | Field and Description |
|---|---|
private IDrawingLayer |
ROILayerSelectorPanel.currentLayer
The currently selected layer.
|
| Modifier and Type | Field and Description |
|---|---|
private ArrayList<IDrawingLayer> |
ROILayerSelectorPanel.layers
All layers of the managed
ILookPanel. |
| Modifier and Type | Method and Description |
|---|---|
protected IDrawingLayer |
ROILayerSelectorPanel.addLayer(String name,
boolean immediateRepaint)
Add a layer widget to the end of the layer list (on top of all others).
|
IDrawingLayer |
ROILayerSelectorPanel.createDefaultLayer()
Creates the default layer (0).
|
IDrawingLayer |
ROILayerSelectorPanel.createLayer()
Creates a new layer to draw on.
|
IDrawingLayer |
ROILayerSelectorPanel.createLayer(String name)
Creates a new layer with a given name to draw on.
|
IDrawingLayer |
ROILayerSelectorPanel.getCurrentLayer()
Gets the currently selected layer.
|
IDrawingLayer |
ILookPanel.getCurrentROILayer()
Gets the currently selected ROI layer.
|
IDrawingLayer |
ROILayerSelectorPanel.getLayer(int zOrder)
Get a layer by the its z-order.
|
IDrawingLayer |
ROILayerSelectorPanel.replaceLayers(List<IDrawingLayer> layers)
Replaces all layers with a new list of layers.
|
static IDrawingLayer |
ROILayerManager.replaceLayers(List<IDrawingLayer> layers)
This method replaces all layers of the current look panel with the given
list.
|
IDrawingLayer |
ROILayerSelectorPanel.resetLayers()
Entirely removes all layers and creates a new default layer.
|
IDrawingLayer |
ROILayerSelectorPanel.selectLayer(int zOrder)
Selects and highlights the layer at the given
zOrder
position. |
| Modifier and Type | Method and Description |
|---|---|
List<IDrawingLayer> |
ROILayerSelectorPanel.getLayers()
Get a list of all layers.
|
List<IDrawingLayer> |
ILookPanel.getROILayers()
Gets all ROI layers.
|
static List<IDrawingLayer> |
ROILayerManager.getVisibleLayers()
Gets all visible layers of the current look panel.
|
static List<IDrawingLayer> |
ROILayerManager.getVisibleLayersForExport()
Gets all visible layers of the current look panel for saving.
|
| Modifier and Type | Method and Description |
|---|---|
IDrawingLayer |
ROILayerSelectorPanel.replaceLayers(List<IDrawingLayer> layers)
Replaces all layers with a new list of layers.
|
static IDrawingLayer |
ROILayerManager.replaceLayers(List<IDrawingLayer> layers)
This method replaces all layers of the current look panel with the given
list.
|
| Modifier and Type | Method and Description |
|---|---|
List<IDrawingLayer> |
XMLAnnotationManager.read()
Public delegate method for reading the xml file into a
List of
DefaultDrawingLayers. |
| Modifier and Type | Field and Description |
|---|---|
private IDrawingLayer |
ROILayerWidget.layer
This is the layer which is maintained by this control element (widget).
|
| Modifier and Type | Method and Description |
|---|---|
IDrawingLayer |
ROILayerWidget.getLayer()
Get the managed layer instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ROILayerWidget.setLayer(IDrawingLayer layer)
Set the
IDrawingLayer to be managed by this control element. |
| Constructor and Description |
|---|
ROILayerWidget(IDrawingLayer layer)
A constructor to set the layer to be managed by this element directly.
|
| Modifier and Type | Method and Description |
|---|---|
static javax.media.jai.PlanarImage |
ImageTools.paintROIsOnImage(javax.media.jai.PlanarImage image,
List<IDrawingLayer> layers)
Superimposes a set of regions of interest on an underlying image.
|
| Modifier and Type | Method and Description |
|---|---|
IDrawingLayer |
LookPanel.getCurrentROILayer() |
| Modifier and Type | Method and Description |
|---|---|
List<IDrawingLayer> |
LookPanel.getROILayers()
Gets all ROI layers of this look panel.
|
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.