Package | Description |
---|---|
fr.igred.omero.roi |
This package contains wrapper classes for OMERO shapes and ROIs.
|
fr.igred.omero.util |
This package contains classes to handle 5D positions and boundaries as well as a utility class to check if the
library requirements are available, and another one to convert DataObjects to Wrapper objects.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Ellipse
Interface to handle Ellipse shapes on OMERO.
|
interface |
Line
Interface to handle Line shapes on OMERO.
|
interface |
Mask
Interface to handle Mask shapes on OMERO.
|
interface |
Point
Interface to handle Point shapes on OMERO.
|
interface |
Polygon
Interface to handle Polygon shapes on OMERO.
|
interface |
Polyline
Interface to handle Polyline shapes on OMERO.
|
interface |
Rectangle
Interface to handle Rectangle shapes on OMERO.
|
interface |
Text
Interface to handle Text shapes on OMERO.
|
Modifier and Type | Class and Description |
---|---|
class |
EllipseWrapper
Class containing an EllipseData.
|
class |
LineWrapper
Class containing an LineData.
|
class |
MaskWrapper
Class containing an MaskData.
|
class |
PointWrapper
Class containing an PointData.
|
class |
PolygonWrapper
Class containing an PolygonData.
|
class |
PolylineWrapper
Class containing an PolylineData.
|
class |
RectangleWrapper
Class containing an RectangleData.
|
class |
ShapeWrapper<T extends ShapeData>
Generic class containing a ShapeData (or a subclass) object.
|
class |
TextWrapper
Class containing an TextData.
|
Modifier and Type | Method and Description |
---|---|
List<Shape> |
ROI.getShapes()
Returns the list of shapes contained in the ROI.
|
List<Shape> |
ROIWrapper.getShapes()
Returns the list of shapes contained in the ROI.
|
List<Shape> |
ROIWrapper.getShapes()
Returns the list of shapes contained in the ROI.
|
List<Shape> |
ROI.getShapes()
Returns the list of shapes contained in the ROI.
|
Modifier and Type | Method and Description |
---|---|
void |
ROI.addShape(Shape shape)
Adds a Shape to the ROI.
|
void |
ROIWrapper.addShape(Shape shape)
Adds a Shape to the ROI.
|
void |
ROIWrapper.addShape(Shape shape)
Adds a Shape to the ROI.
|
void |
ROI.addShape(Shape shape)
Adds a Shape to the ROI.
|
Modifier and Type | Method and Description |
---|---|
default void |
ROI.addShapes(Iterable<? extends Shape> shapes)
Adds shape objects from a list of shapes to the ROI.
|
default void |
ROI.addShapes(Iterable<? extends Shape> shapes)
Adds shape objects from a list of shapes to the ROI.
|
static List<ROI> |
ROI.fromImageJ(Collection<? extends Roi> ijRois,
String property,
Supplier<? extends ROI> constructor,
Function<? super Roi,? extends Iterable<? extends Shape>> converter)
Converts a collection of ImageJ ROIs to a list of OMERO ROIs using the provided constructor and shape converter.
|
static List<ROI> |
ROI.fromImageJ(Collection<? extends Roi> ijRois,
String property,
Supplier<? extends ROI> constructor,
Function<? super Roi,? extends Iterable<? extends Shape>> converter)
Converts a collection of ImageJ ROIs to a list of OMERO ROIs using the provided constructor and shape converter.
|
static List<ROI> |
ROI.fromImageJ(Collection<? extends Roi> ijRois,
Supplier<? extends ROI> constructor,
Function<? super Roi,Iterable<? extends Shape>> converter)
Converts an ImageJ list of ROIs to a list of OMERO ROIs using the provided constructor and shape converter.
|
static List<ROI> |
ROI.fromImageJ(Collection<? extends Roi> ijRois,
Supplier<? extends ROI> constructor,
Function<? super Roi,Iterable<? extends Shape>> converter)
Converts an ImageJ list of ROIs to a list of OMERO ROIs using the provided constructor and shape converter.
|
Constructor and Description |
---|
ROIWrapper(Iterable<? extends Shape> shapes)
Constructor of the ROIWrapper class.
|
ROIWrapper(Iterable<? extends Shape> shapes)
Constructor of the ROIWrapper class.
|
Modifier and Type | Method and Description |
---|---|
static <T extends ShapeData,U extends Shape> |
Wrapper.wrap(T object)
Converts (wraps) a ShapeData object to a Shape object.
|
static <T extends ShapeData,U extends Shape> |
Wrapper.wrap(T object)
Converts (wraps) a ShapeData object to a Shape object.
|
Copyright © 2020–2023 GReD. All rights reserved.