| 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 PointROI |
DefaultDrawingLayer.currentPointROI
The current point ROI shape.
|
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<PointROI> |
DefaultDrawingLayer.pointROIs
An
ArrayList of all point ROI elements. |
| Modifier and Type | Method and Description |
|---|---|
PointROI |
IDrawingLayer.getCurrentPointROI()
Get the current
PointROI in this layer. |
PointROI |
DefaultDrawingLayer.getCurrentPointROI() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<PointROI> |
IDrawingLayer.getPointROIs()
Get all
PointROIs in this layer. |
ArrayList<PointROI> |
DefaultDrawingLayer.getPointROIs() |
| Modifier and Type | Method and Description |
|---|---|
void |
IDrawingLayerSupport.drawPointROI(PointROI roi)
Draw a single
PointROI. |
void |
DefaultDrawingLayer.drawPointROI(PointROI roi)
Generic method to draw a
PointROI on the look panel. |
void |
IDrawingLayer.setCurrentPointROI(PointROI currentPointROI)
Set the current
PointROI in this layer. |
void |
DefaultDrawingLayer.setCurrentPointROI(PointROI currentPointROI) |
| Modifier and Type | Method and Description |
|---|---|
void |
IDrawingLayerSupport.drawPointROIs(List<PointROI> rois)
Draw a list of
PointROIs. |
void |
DefaultDrawingLayer.drawPointROIs(List<PointROI> rois)
Generic method to draw
PointROIs on the look panel. |
void |
IDrawingLayer.setPointROIs(ArrayList<PointROI> pointROIs)
Set all
PointROIs in this layer. |
void |
DefaultDrawingLayer.setPointROIs(ArrayList<PointROI> pointROIs) |
| Modifier and Type | Method and Description |
|---|---|
PointROI |
XMLAnnotationManager.parseXMLPointROI(PointRoi jaxbObject)
Parse a given XML object to a
PointROI instance. |
| Modifier and Type | Method and Description |
|---|---|
RoiSet |
XMLAnnotationManager.pointROItoXML(ArrayList<PointROI> shapes,
RoiSet roiSetJAXB)
|
| Constructor and Description |
|---|
PointROIAddedEvent(Object source,
List<PointROI> pointROIs)
A new instance is generated, passing a reference to the source
object.
|
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.