DTO that describes a position on an image This class should be used to describe a position on an image @since: 1.10.0 @author: Jennifer Bödker
Type | Name and description |
---|---|
java.lang.Float |
x Describes the position on the x-axis This could be e.g 20 µm (depending on the defined unit) |
java.lang.Float |
y Describes the position on the y-axis This could be e.g 60 µm (depending on the defined unit) |
java.lang.Float |
z Describes the position on the z-axis This could be e.g 60 µm (depending on the defined unit) |
Constructor and description |
---|
Position
(java.lang.Float x, java.lang.Float y, java.lang.Float z) DTO that describes a position on 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 position on the x-axis This could be e.g 20 µm (depending on the defined unit) Always a positive number
Describes the position on the y-axis This could be e.g 60 µm (depending on the defined unit) Always a positive number
Describes the position on the z-axis This could be e.g 60 µm (depending on the defined unit) As default this value can be put to 0 if its not required Always a positive number
DTO that describes a position on an image
x
- Position.xy
- Position.yz
- Position.zGroovy Documentation