public interface CompatibilityInterface
| Modifier and Type | Method and Description |
|---|---|
java.awt.geom.AffineTransform |
getCameraTransform(java.lang.String config)
Deprecated.
- Use core.getPixelSizeAffineByID(config) instead
|
java.lang.String |
getVersion()
Return the version of the running instance of Micro-Manager.
|
void |
setCameraTransform(java.awt.geom.AffineTransform transform,
java.lang.String config)
Deprecated.
- Use core.setPixelSizeAffine(config, DoubleVector transform)
instead
|
boolean |
versionLessThan(java.lang.String version)
Displays an error message and returns true if the run-time Micro-Manager
version is less than the one specified.
|
boolean versionLessThan(java.lang.String version)
throws java.lang.NumberFormatException
version - - minimum version needen to run this codejava.lang.NumberFormatException - if the version number is not in the format
expected.java.lang.String getVersion()
@Deprecated java.awt.geom.AffineTransform getCameraTransform(java.lang.String config)
config - The configuration (per core.getCurrentPixelSizeConfig())
to find the affine transform for.@Deprecated
void setCameraTransform(java.awt.geom.AffineTransform transform,
java.lang.String config)
transform - The new transform to use.config - The configuration (per core.getCurrentPixelSizeConfig())
to set the affine transform for.