DTO that describes the area of an image. An area is described by two values, a starting point and an end point e.g (40,40) This class should be used to describe area information for imaging data @since: 1.10.0 @author: Jennifer Bödker
Type | Name and description |
---|---|
java.lang.Integer |
firstDimensionValue Describes the value in µm of the first dimension of the area, e.g. 40 µm |
ImagePlane |
plane Describes the image plane of the area |
java.lang.Integer |
secondDimensionValue Describes the value in µm of the second dimension of the area, e.g. 40 µm |
Constructor and description |
---|
Area
(java.lang.Integer firstDimensionValue, java.lang.Integer secondDimensionValue, ImagePlane plane) DTO that describes the area of an image. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Describes the value in µm of the first dimension of the area, e.g. 40 µm
Describes the image plane of the area
Describes the value in µm of the second dimension of the area, e.g. 40 µm
DTO that describes the area of an image.
firstDimensionValue
- Area.firstDimensionValuesecondDimensionValue
- Area.secondDimensionValueplane
- Area.planeGroovy Documentation