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.fr.igred.omero.util This package contains a utility class used to check if the library requirements are available. -
-
Uses of GenericShapeWrapper in fr.igred.omero.roi
Subclasses of GenericShapeWrapper in fr.igred.omero.roi Modifier and Type Class Description classEllipseWrapperClass containing an EllipseData.classLineWrapperClass containing an LineData.classMaskWrapperClass containing an MaskData.classPointWrapperClass containing an PointData.classPolygonWrapperClass containing an PolygonData.classPolylineWrapperClass containing an PolylineData.classRectangleWrapperClass containing an RectangleData.classTextWrapperClass containing an TextData.Methods 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. -
Uses of GenericShapeWrapper in fr.igred.omero.util
Methods in fr.igred.omero.util with type parameters of type GenericShapeWrapper Modifier and Type Method Description static <T extends ShapeData,U extends GenericShapeWrapper<? extends T>>
UWrapper. wrap(T object)Converts (wraps) a ShapeData object to a Shape object.
-