| 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 LineROI |
DefaultDrawingLayer.currentLineROI
The current line ROI shape.
|
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<LineROI> |
DefaultDrawingLayer.lineROIs
An
ArrayList of all line ROI elements. |
| Modifier and Type | Method and Description |
|---|---|
LineROI |
IDrawingLayer.getCurrentLineROI()
Get the current
LineROI in this layer. |
LineROI |
DefaultDrawingLayer.getCurrentLineROI() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<LineROI> |
IDrawingLayer.getLineROIs()
Get all
LineROIs in this layer. |
ArrayList<LineROI> |
DefaultDrawingLayer.getLineROIs() |
| Modifier and Type | Method and Description |
|---|---|
void |
IDrawingLayerSupport.drawLineROI(LineROI roi)
Draw a single
LineROI. |
void |
DefaultDrawingLayer.drawLineROI(LineROI roi)
Generic method to draw a
LineROI on the look panel. |
void |
IDrawingLayer.setCurrentLineROI(LineROI currentLineROI)
Set the current
LineROI in this layer. |
void |
DefaultDrawingLayer.setCurrentLineROI(LineROI currentLineROI) |
| Modifier and Type | Method and Description |
|---|---|
void |
IDrawingLayerSupport.drawLineROIs(List<LineROI> rois)
Draw a list of
LineROIs. |
void |
DefaultDrawingLayer.drawLineROIs(List<LineROI> rois)
Generic method to draw
LineROIs on the look panel. |
void |
IDrawingLayer.setLineROIs(ArrayList<LineROI> lineROIs)
Set all
LineROIs in this layer. |
void |
DefaultDrawingLayer.setLineROIs(ArrayList<LineROI> lineROIs) |
| Modifier and Type | Method and Description |
|---|---|
LineROI |
XMLAnnotationManager.parseXMLLineROI(LineRoi jaxbObject)
Parse a given XML object to a
LineROI instance. |
| Modifier and Type | Method and Description |
|---|---|
RoiSet |
XMLAnnotationManager.lineROItoXML(ArrayList<LineROI> shapes,
RoiSet roiSetJAXB)
|
| Constructor and Description |
|---|
LineROIAddedEvent(Object source,
List<LineROI> lineROIs)
A new instance is generated, passing a reference to the source
object.
|
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.