| 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 PolygonROI |
DefaultDrawingLayer.currentPolygonROI
The current polygon ROI shape.
|
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<PolygonROI> |
DefaultDrawingLayer.polygonROIs
An
ArrayList of all polygon ROI elements. |
| Modifier and Type | Method and Description |
|---|---|
PolygonROI |
IDrawingLayer.getCurrentPolygonROI()
Get the current
PolygonROI in this layer. |
PolygonROI |
DefaultDrawingLayer.getCurrentPolygonROI() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<PolygonROI> |
IDrawingLayer.getPolygonROIs()
Get all drawn
PolygonROIs in this layer. |
ArrayList<PolygonROI> |
DefaultDrawingLayer.getPolygonROIs() |
| Modifier and Type | Method and Description |
|---|---|
void |
IDrawingLayerSupport.drawPolygonROI(PolygonROI roi)
Draw a single
PolygonROI. |
void |
DefaultDrawingLayer.drawPolygonROI(PolygonROI roi)
Generic method to draw a
PolygonROI on the look panel. |
void |
IDrawingLayer.setCurrentPolygonROI(PolygonROI currentPolygonROI)
Set the current
PolygonROI. |
void |
DefaultDrawingLayer.setCurrentPolygonROI(PolygonROI currentPolygonROI) |
| Modifier and Type | Method and Description |
|---|---|
void |
IDrawingLayerSupport.drawPolygonROIs(List<PolygonROI> rois)
Draw a list of
PolygonROIs. |
void |
DefaultDrawingLayer.drawPolygonROIs(List<PolygonROI> rois)
Generic method to draw
PolygonROIs on the look panel. |
void |
IDrawingLayer.setPolygonROIs(ArrayList<PolygonROI> polygonROIs)
Set all
PolygonROIs in this layer. |
void |
DefaultDrawingLayer.setPolygonROIs(ArrayList<PolygonROI> polygonROIs) |
| Modifier and Type | Method and Description |
|---|---|
PolygonROI |
XMLAnnotationManager.parseXMLPolygonROI(PolygonRoi jaxbObject)
Parse a given XML object to a
PolygonROI instance. |
| Modifier and Type | Method and Description |
|---|---|
RoiSet |
XMLAnnotationManager.polygonROItoXML(ArrayList<PolygonROI> shapes,
RoiSet roiSetJAXB)
Converts the
ArrayList of PolygonROIs to XML
representation. |
| Constructor and Description |
|---|
PolygonROIAddedEvent(Object source,
List<PolygonROI> polygonROIs)
A new instance is generated, passing a reference to the source
object.
|
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.