| 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 EllipseROI |
DefaultDrawingLayer.currentEllipseROI
The current ellipse ROI shape.
|
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<EllipseROI> |
DefaultDrawingLayer.ellipseROIs
An
ArrayList of all ellipse ROI elements. |
| Modifier and Type | Method and Description |
|---|---|
EllipseROI |
IDrawingLayer.getCurrentEllipseROI()
Get the current
EllipseROI in this layer. |
EllipseROI |
DefaultDrawingLayer.getCurrentEllipseROI() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<EllipseROI> |
IDrawingLayer.getEllipseROIs()
Get all
EllipseROIs in this layer. |
ArrayList<EllipseROI> |
DefaultDrawingLayer.getEllipseROIs() |
| Modifier and Type | Method and Description |
|---|---|
void |
IDrawingLayerSupport.drawEllipseROI(EllipseROI roi)
Draw a single
EllipseROI. |
void |
DefaultDrawingLayer.drawEllipseROI(EllipseROI roi)
Generic method to draw a
EllipseROI on the look panel. |
void |
IDrawingLayer.setCurrentEllipseROI(EllipseROI currentEllipseROI)
Set the current
EllipseROI in this layer. |
void |
DefaultDrawingLayer.setCurrentEllipseROI(EllipseROI currentEllipseROI) |
| Modifier and Type | Method and Description |
|---|---|
void |
IDrawingLayerSupport.drawEllipseROIs(List<EllipseROI> rois)
Draw a list of
EllipseROIs. |
void |
DefaultDrawingLayer.drawEllipseROIs(List<EllipseROI> rois)
Generic method to draw
EllipseROIs on the look panel. |
void |
IDrawingLayer.setEllipseROIs(ArrayList<EllipseROI> ellipseROIs)
Set all
EllipseROIs in this layer. |
void |
DefaultDrawingLayer.setEllipseROIs(ArrayList<EllipseROI> ellipseROIs) |
| Modifier and Type | Method and Description |
|---|---|
EllipseROI |
XMLAnnotationManager.parseXMLEllipseROI(EllipseRoi jaxbObject)
Parse a given XML object to a
EllipseROI instance. |
| Modifier and Type | Method and Description |
|---|---|
RoiSet |
XMLAnnotationManager.ellipseROItoXML(ArrayList<EllipseROI> shapes,
RoiSet roiSetJAXB)
Converts the
ArrayList of EllipseROIs to XML
representation. |
| Constructor and Description |
|---|
EllipseROIAddedEvent(Object source,
List<EllipseROI> rectangleROIs)
A new instance is generated, passing a reference to the source
object.
|
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.