| Package | Description |
|---|---|
| at.mug.iqm.api.gui | |
| at.mug.iqm.api.gui.roi | |
| at.mug.iqm.api.gui.roi.events | |
| at.mug.iqm.commons.util | |
| at.mug.iqm.gui.util |
| Modifier and Type | Field and Description |
|---|---|
protected AngleROI |
DefaultDrawingLayer.currentAngleROI
The current angle ROI shape.
|
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<AngleROI> |
DefaultDrawingLayer.angleROIs
An
ArrayList of all angle ROI elements. |
| Modifier and Type | Method and Description |
|---|---|
AngleROI |
IDrawingLayer.getCurrentAngleROI()
Get the current
AngleROI in this layer. |
AngleROI |
DefaultDrawingLayer.getCurrentAngleROI() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<AngleROI> |
IDrawingLayer.getAngleROIs()
Get all
AngleROIs drawn in this layer. |
ArrayList<AngleROI> |
DefaultDrawingLayer.getAngleROIs() |
| Modifier and Type | Method and Description |
|---|---|
void |
IDrawingLayerSupport.drawAngleROI(AngleROI roi)
Draw a single
AngleROI. |
void |
DefaultDrawingLayer.drawAngleROI(AngleROI roi)
Generic method to draw a
AngleROI on the look panel. |
void |
IDrawingLayer.setCurrentAngleROI(AngleROI currentAngleROI)
Set the current
AngleROI in this layer. |
void |
DefaultDrawingLayer.setCurrentAngleROI(AngleROI currentAngleROI) |
| Modifier and Type | Method and Description |
|---|---|
void |
IDrawingLayerSupport.drawAngleROIs(List<AngleROI> rois)
Draw a list of
AngleROIs. |
void |
DefaultDrawingLayer.drawAngleROIs(List<AngleROI> rois)
Generic method to draw
AngleROIs on the look panel. |
void |
IDrawingLayer.setAngleROIs(ArrayList<AngleROI> angleROIs)
Set all
AngleROIs in this layer. |
void |
DefaultDrawingLayer.setAngleROIs(ArrayList<AngleROI> angleROIs) |
| Modifier and Type | Method and Description |
|---|---|
static AngleROI |
AngleROI.create(Point2D start,
Point2D apex,
Point2D end)
Constructs an angle ROI for a triple of
Point2D objects. |
AngleROI |
XMLAnnotationManager.parseXMLAngleROI(AngleRoi jaxbObject)
Parse a given XML object to a
AngleROI instance. |
| Modifier and Type | Method and Description |
|---|---|
RoiSet |
XMLAnnotationManager.angleROItoXML(ArrayList<AngleROI> shapes,
RoiSet roiSetJAXB)
|
| Constructor and Description |
|---|
AngleROIAddedEvent(Object source,
List<AngleROI> angleROIs)
A new instance is generated, passing a reference to the source
object.
|
| Modifier and Type | Method and Description |
|---|---|
static double[] |
CommonTools.calcAngleAndLegLenghts(AngleROI s)
This method calculates the angle value of a given shape object.
|
| Modifier and Type | Method and Description |
|---|---|
static double[] |
GUITools.calcAngleAndLegLenghts(AngleROI s)
This method calculates the angle value of a given shape object.
|
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.