Uses of Class
fr.igred.omero.roi.GenericShapeWrapper
-
Packages that use GenericShapeWrapper Package Description fr.igred.omero.roi -
-
Uses of GenericShapeWrapper in fr.igred.omero.roi
Subclasses of GenericShapeWrapper in fr.igred.omero.roi Modifier and Type Class Description class
EllipseWrapper
class
LineWrapper
class
MaskWrapper
class
PointWrapper
class
PolygonWrapper
class
PolylineWrapper
class
RectangleWrapper
class
ShapeWrapper
class
TextWrapper
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<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(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(List<GenericShapeWrapper<?>> shapes)
Constructor of the ROIWrapper class.
-