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