Uses of Class
fr.igred.omero.roi.GenericShapeWrapper
Packages that use GenericShapeWrapper
Package
Description
This package contains wrapper classes for OMERO shapes and ROIs.
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.roiModifier and TypeClassDescriptionclassClass containing an EllipseData.classClass containing an LineData.classClass containing an MaskData.classClass containing an PointData.classClass containing an PolygonData.classClass containing an PolylineData.classClass containing an RectangleData.classClass containing an TextData.Methods in fr.igred.omero.roi with type parameters of type GenericShapeWrapperModifier and TypeMethodDescription<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 GenericShapeWrapperModifier and TypeMethodDescriptionvoidROIWrapper.addShape(GenericShapeWrapper<?> shape) Adds a ShapeData from a GenericShapeWrapper to the ROIDataMethod parameters in fr.igred.omero.roi with type arguments of type GenericShapeWrapperModifier and TypeMethodDescriptionvoidROIWrapper.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 GenericShapeWrapperModifierConstructorDescriptionROIWrapper(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 GenericShapeWrapperModifier and TypeMethodDescriptionstatic <T extends ShapeData,U extends GenericShapeWrapper<? extends T>>
UWrapper.wrap(T object) Converts (wraps) a ShapeData object to a Shape object.