| 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 RectangleROI |
DefaultDrawingLayer.currentRectangleROI
The current rectangle ROI shape.
|
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<RectangleROI> |
DefaultDrawingLayer.rectangleROIs
An
ArrayList of all rectangle ROI elements. |
| Modifier and Type | Method and Description |
|---|---|
RectangleROI |
IDrawingLayer.getCurrentRectangleROI()
Get the current
RectangleROI in this layer. |
RectangleROI |
DefaultDrawingLayer.getCurrentRectangleROI() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<RectangleROI> |
IDrawingLayer.getRectangleROIs()
Get all
RectangleROIs in this layer. |
ArrayList<RectangleROI> |
DefaultDrawingLayer.getRectangleROIs() |
| Modifier and Type | Method and Description |
|---|---|
void |
IDrawingLayerSupport.drawRectangleROI(RectangleROI roi)
Draw a single
RectangleROI. |
void |
DefaultDrawingLayer.drawRectangleROI(RectangleROI roi)
Generic method to draw a
RectangleROI on the look panel. |
void |
IDrawingLayer.setCurrentRectangleROI(RectangleROI currentRectangleROI)
Set the current
RectangleROI in this layer. |
void |
DefaultDrawingLayer.setCurrentRectangleROI(RectangleROI currentRectangleROI) |
| Modifier and Type | Method and Description |
|---|---|
void |
IDrawingLayerSupport.drawRectangleROIs(List<RectangleROI> rois)
Draw a list of
RectangleROIs. |
void |
DefaultDrawingLayer.drawRectangleROIs(List<RectangleROI> rois)
Generic method to draw
RectangleROIs on the look panel. |
void |
IDrawingLayer.setRectangleROIs(ArrayList<RectangleROI> rectangleROIs)
Set all
RectangleROIs in this layer. |
void |
DefaultDrawingLayer.setRectangleROIs(ArrayList<RectangleROI> rectangleROIs) |
| Modifier and Type | Method and Description |
|---|---|
RectangleROI |
XMLAnnotationManager.parseXMLRectangleROI(RectangleRoi jaxbObject)
Parse a given XML object to a
RectangleROI instance. |
| Modifier and Type | Method and Description |
|---|---|
RoiSet |
XMLAnnotationManager.rectangleROItoXML(ArrayList<RectangleROI> shapes,
RoiSet roiSetJAXB)
Converts the
ArrayList of RectangleROIs to XML
representation. |
| Constructor and Description |
|---|
RectangleROIAddedEvent(Object source,
List<RectangleROI> rectangleROIs)
A new instance is generated, passing a reference to the source
object.
|
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.