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 SummaryConstructors Constructor Description Bounds(PixelsWrapper.Coordinates start, PixelsWrapper.Coordinates end)Bounds constructor.
 - 
Method SummaryAll 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- 
Boundspublic Bounds(PixelsWrapper.Coordinates start, PixelsWrapper.Coordinates end) Bounds constructor.- Parameters:
- start- Start coordinates.
- end- End coordinates.
 
 
- 
 - 
Method Detail- 
getStartpublic PixelsWrapper.Coordinates getStart() Gets starting coordinates.- Returns:
- Starting coordinates.
 
 - 
getEndpublic PixelsWrapper.Coordinates getEnd() Gets size of bounds for each coordinate.- Returns:
- Bounds size.
 
 - 
getSizepublic PixelsWrapper.Coordinates getSize() Gets size of bounds for each coordinate.- Returns:
- Bounds size.
 
 
- 
 
-