Package fr.igred.omero.repository
Class PixelsWrapper.Bounds
java.lang.Object
fr.igred.omero.repository.PixelsWrapper.Bounds
- Enclosing class:
- PixelsWrapper
Class containing 5D bounds coordinates
-
Constructor Summary
ConstructorDescriptionBounds
(PixelsWrapper.Coordinates start, PixelsWrapper.Coordinates end) Bounds constructor. -
Method Summary
-
Constructor Details
-
Bounds
Bounds constructor.- Parameters:
start
- Start coordinates.end
- End coordinates.
-
-
Method Details
-
getStart
Gets starting coordinates.- Returns:
- Starting coordinates.
-
getEnd
Gets size of bounds for each coordinate.- Returns:
- Bounds size.
-
getSize
Gets size of bounds for each coordinate.- Returns:
- Bounds size.
-