Uses of Class
fr.igred.omero.util.Coordinates
-
Packages that use Coordinates Package Description 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. -
-
Uses of Coordinates in fr.igred.omero.util
Methods in fr.igred.omero.util that return Coordinates Modifier and Type Method Description Coordinates
Bounds. getEnd()
Gets size of bounds for each coordinate.Coordinates
Bounds. getSize()
Gets size of bounds for each coordinate.Coordinates
Bounds. getStart()
Gets starting coordinates.Constructors in fr.igred.omero.util with parameters of type Coordinates Constructor Description Bounds(Coordinates start, Coordinates end)
Bounds constructor.
-