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 classEllipseWrapperclassLineWrapperclassMaskWrapperclassPointWrapperclassPolygonWrapperclassPolylineWrapperclassRectangleWrapperclassTextWrapperMethods in fr.igred.omero.roi with type parameters of type GenericShapeWrapper Modifier and Type Method Description <T extends GenericShapeWrapper<?>>
List<T>ShapeList. getElementsOf(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 voidROIWrapper. 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 voidROIWrapper. addShapes(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(Iterable<? extends GenericShapeWrapper<?>> shapes)Constructor of the ROIWrapper class. 
 -