Package fr.igred.omero.util
Class Bounds
- java.lang.Object
-
- fr.igred.omero.util.Bounds
-
public class Bounds extends java.lang.Object
Class 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 Coordinates
getEnd()
Gets size of bounds for each coordinate.Coordinates
getSize()
Gets size of bounds for each coordinate.Coordinates
getStart()
Gets starting coordinates.java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
-