| Package | Description |
|---|---|
| org.micromanager.acquisition |
This package contains classes for acquiring data and accessing Micro-
Manager's Acquisition Engine.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ScopeDataUtils.PropertyChange> |
ScopeDataUtils.ApplyResult.getAppliedProperties()
Returns list of properties that were successfully applied.
|
java.util.List<ScopeDataUtils.PropertyChange> |
ScopeDataUtils.getChangedProperties(mmcorej.CMMCore core,
PropertyMap scopeData)
Filters ScopeData to only include properties that exist in the current
hardware configuration and have different values, returning detailed
information about each property difference.
|