Uses of Class
fr.igred.omero.repository.PixelsWrapper.Coordinates
-
Packages that use PixelsWrapper.Coordinates Package Description fr.igred.omero.repository This package contains classes related to the hierarchical organization for images. -
-
Uses of PixelsWrapper.Coordinates in fr.igred.omero.repository
Methods in fr.igred.omero.repository that return PixelsWrapper.Coordinates Modifier and Type Method Description PixelsWrapper.Coordinates
PixelsWrapper.Bounds. getEnd()
Gets size of bounds for each coordinate.PixelsWrapper.Coordinates
PixelsWrapper.Bounds. getSize()
Gets size of bounds for each coordinate.PixelsWrapper.Coordinates
PixelsWrapper.Bounds. getStart()
Gets starting coordinates.Constructors in fr.igred.omero.repository with parameters of type PixelsWrapper.Coordinates Constructor Description Bounds(PixelsWrapper.Coordinates start, PixelsWrapper.Coordinates end)
Bounds constructor.
-