Package fr.igred.omero.repository
Class PixelsWrapper.Bounds
- java.lang.Object
-
- fr.igred.omero.repository.PixelsWrapper.Bounds
-
- Enclosing class:
- PixelsWrapper
public static class PixelsWrapper.Bounds extends Object
Class containing 5D bounds coordinates
-
-
Constructor Summary
Constructors Constructor Description Bounds(PixelsWrapper.Coordinates start, PixelsWrapper.Coordinates end)Bounds constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PixelsWrapper.CoordinatesgetEnd()Gets size of bounds for each coordinate.PixelsWrapper.CoordinatesgetSize()Gets size of bounds for each coordinate.PixelsWrapper.CoordinatesgetStart()Gets starting coordinates.
-
-
-
Constructor Detail
-
Bounds
public Bounds(PixelsWrapper.Coordinates start, PixelsWrapper.Coordinates end)
Bounds constructor.- Parameters:
start- Start coordinates.end- End coordinates.
-
-
Method Detail
-
getStart
public PixelsWrapper.Coordinates getStart()
Gets starting coordinates.- Returns:
- Starting coordinates.
-
getEnd
public PixelsWrapper.Coordinates getEnd()
Gets size of bounds for each coordinate.- Returns:
- Bounds size.
-
getSize
public PixelsWrapper.Coordinates getSize()
Gets size of bounds for each coordinate.- Returns:
- Bounds size.
-
-