Package gda.images.camera
Class ZoomLevel
java.lang.Object
gda.images.camera.ZoomLevel
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ZoomLevel.Builderbuilder()booleanisAtLowerPositionThan(double otherPosition) doublelevel()doubledoubledoubleposition()toString()
-
Method Details
-
level
public double level() -
position
public double position() -
micronsPerPixelInX
public double micronsPerPixelInX() -
micronsPerPixelInY
public double micronsPerPixelInY() -
toString
-
isAtLowerPositionThan
public boolean isAtLowerPositionThan(double otherPosition) -
builder
-