Package fr.igred.omero.roi
This package contains wrapper classes for OMERO shapes and ROIs.
-
Interface Summary Interface Description Ellipse Interface to handle Ellipse shapes on OMERO.Line Interface to handle Line shapes on OMERO.Mask Interface to handle Mask shapes on OMERO.Point Interface to handle Point shapes on OMERO.Polygon Interface to handle Polygon shapes on OMERO.Polygonal Interface for polygonal shapes.Polyline Interface to handle Polyline shapes on OMERO.Punctual Interface for punctual shapes.Rectangle Interface to handle Rectangle shapes on OMERO.Rectangular Interface for rectangular shapes.ROI Interface to handle ROIs on OMERO.Shape Generic interface to handle Shape objects.Text Interface to handle Text shapes on OMERO. -
Class Summary Class Description EllipseWrapper Class containing an EllipseData.LineWrapper Class containing an LineData.MaskWrapper Class containing an MaskData.PointWrapper Class containing an PointData.PolygonWrapper Class containing an PolygonData.PolylineWrapper Class containing an PolylineData.RectangleWrapper Class containing an RectangleData.ROIWrapper Class containing a ROIData object.ShapeWrapper<T extends ShapeData> Generic class containing a ShapeData (or a subclass) object.TextWrapper Class containing an TextData.