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 TypeClassDescriptionclass
Class containing an EllipseData.class
Class containing an LineData.class
Class containing an MaskData.class
Class containing an PointData.class
Class containing an PolygonData.class
Class containing an PolylineData.class
Class containing an RectangleData.class
Class 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 TypeMethodDescriptionvoid
ROIWrapper.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 TypeMethodDescriptionvoid
ROIWrapper.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.