| Package | Description |
|---|---|
| at.mug.iqm.api.gui | |
| at.mug.iqm.api.gui.roi | |
| at.mug.iqm.api.gui.roi.events |
| Modifier and Type | Field and Description |
|---|---|
protected FreehandROI |
DefaultDrawingLayer.currentFreehandROI
The current freehand ROI shape.
|
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<FreehandROI> |
DefaultDrawingLayer.freehandROIs
An
ArrayList of all freehand ROI elements. |
| Modifier and Type | Method and Description |
|---|---|
FreehandROI |
IDrawingLayer.getCurrentFreehandROI()
Get the current
FreehandROI in this layer. |
FreehandROI |
DefaultDrawingLayer.getCurrentFreehandROI() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<FreehandROI> |
IDrawingLayer.getFreehandROIs()
Get all drawn
FreehandROIs in this layer. |
ArrayList<FreehandROI> |
DefaultDrawingLayer.getFreehandROIs() |
| Modifier and Type | Method and Description |
|---|---|
void |
IDrawingLayerSupport.drawFreehandROI(FreehandROI roi)
Draw a single
FreehandROI. |
void |
DefaultDrawingLayer.drawFreehandROI(FreehandROI roi)
Generic method to draw a
FreehandROI on the look panel. |
void |
IDrawingLayer.setCurrentFreehandROI(FreehandROI currentFreehandROI)
Set the current
FreehandROI. |
void |
DefaultDrawingLayer.setCurrentFreehandROI(FreehandROI currentFreehandROI) |
| Modifier and Type | Method and Description |
|---|---|
void |
IDrawingLayerSupport.drawFreehandROIs(List<FreehandROI> rois)
Draw a list of
FreehandROIs. |
void |
DefaultDrawingLayer.drawFreehandROIs(List<FreehandROI> rois)
Generic method to draw
FreehandROIs on the look panel. |
void |
IDrawingLayer.setFreehandROIs(ArrayList<FreehandROI> freehandROIs)
Set all
FreehandROIs in this layer. |
void |
DefaultDrawingLayer.setFreehandROIs(ArrayList<FreehandROI> freehandROIs) |
| Modifier and Type | Method and Description |
|---|---|
FreehandROI |
XMLAnnotationManager.parseXMLFreehandROI(FreehandRoi jaxbObject)
Parse a given XML object to a
FreehandROI instance. |
| Modifier and Type | Method and Description |
|---|---|
RoiSet |
XMLAnnotationManager.freehandROItoXML(ArrayList<FreehandROI> shapes,
RoiSet roiSetJAXB)
Converts the
ArrayList of FreehandROIs to XML
representation. |
| Constructor and Description |
|---|
FreehandROIAddedEvent(Object source,
List<FreehandROI> freehandROIs)
A new instance is generated, passing a reference to the source
object.
|
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.