Uses of Class
fr.igred.omero.roi.GenericShapeWrapper
-
Packages that use GenericShapeWrapper Package Description fr.igred.omero.roi This package contains wrapper classes for OMERO shapes and ROIs. -
-
Uses of GenericShapeWrapper in fr.igred.omero.roi
Subclasses of GenericShapeWrapper in fr.igred.omero.roi Modifier and Type Class Description class
EllipseWrapper
Class containing an EllipseData.class
LineWrapper
Class containing an LineData.class
MaskWrapper
Class containing an MaskData.class
PointWrapper
Class containing an PointData.class
PolygonWrapper
Class containing an PolygonData.class
PolylineWrapper
Class containing an PolylineData.class
RectangleWrapper
Class containing an RectangleData.class
TextWrapper
Class containing an TextData.Methods in fr.igred.omero.roi with type parameters of type GenericShapeWrapper Modifier and Type Method Description <T extends GenericShapeWrapper<?>>
java.util.List<T>ShapeList. getElementsOf(java.lang.Class<? extends T> clazz)
Gets a list of elements from this list whose class is specified.Methods in fr.igred.omero.roi with parameters of type GenericShapeWrapper Modifier and Type Method Description void
ROIWrapper. addShape(GenericShapeWrapper<?> shape)
Adds a ShapeData from a GenericShapeWrapper to the ROIDataMethod parameters in fr.igred.omero.roi with type arguments of type GenericShapeWrapper Modifier and Type Method Description void
ROIWrapper. addShapes(java.util.List<? extends GenericShapeWrapper<?>> shapes)
Adds ShapeData objects from a list of GenericShapeWrapper to the ROIDataConstructor parameters in fr.igred.omero.roi with type arguments of type GenericShapeWrapper Constructor Description ROIWrapper(java.lang.Iterable<? extends GenericShapeWrapper<?>> shapes)
Constructor of the ROIWrapper class.
-