|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplugins.big.bigsnake.roi.ROIParsingUtils
public class ROIParsingUtils
Provides mechanisms to transform ROI
objects from Icy into
polygons.
Constructor Summary | |
---|---|
ROIParsingUtils()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ROIParsingUtils()
Method Detail |
---|
public static java.awt.Polygon parseFirstFreeROI(java.util.ArrayList<icy.roi.ROI> rois)
public static java.awt.Polygon parseROI(icy.roi.ROI roi)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |