public class ROIParser
extends java.lang.Object
ROI objects from Icy into
polygons.| Constructor and Description |
|---|
ROIParser() |
| Modifier and Type | Method and Description |
|---|---|
static java.awt.Polygon |
parseFirstFreeROI(java.util.ArrayList<icy.roi.ROI> rois)
Parses a the first 2D ROI of the input list and returns a polygon with
the outline.
|
static java.awt.Polygon |
parseROI(icy.roi.ROI roi)
Parses a 2D ROI and returns a polygon with the outline.
|
public static java.awt.Polygon parseFirstFreeROI(java.util.ArrayList<icy.roi.ROI> rois)
public static java.awt.Polygon parseROI(icy.roi.ROI roi)