| Package | Description | 
|---|---|
| org.micromanager.acquisition | 
 This package contains classes for acquiring data and accessing Micro-
 Manager's Acquisition Engine. 
 | 
| org.micromanager.data | 
 This package contains classes related to the storage and internal
 representation of image data and metadata. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Datastore.SaveMode | 
SequenceSettings.saveMode()
File format to be used to save this acquisition when  
SequenceSettings.save() is set. | 
| Modifier and Type | Method and Description | 
|---|---|
SequenceSettings.Builder | 
SequenceSettings.Builder.saveMode(Datastore.SaveMode s)  | 
| Modifier and Type | Method and Description | 
|---|---|
Datastore.SaveMode | 
DataManager.getPreferredSaveMode()
Return the save mode that the user prefers to use. 
 | 
static Datastore.SaveMode | 
Datastore.SaveMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static Datastore.SaveMode[] | 
Datastore.SaveMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Datastore.save(Datastore.SaveMode mode,
    java.lang.String path)
Saves the datastore to the given path using the given format (SaveMode)
 Will save synchronously (i.e. 
 | 
void | 
Datastore.save(Datastore.SaveMode mode,
    java.lang.String path,
    boolean blocking)
Saves the datastore to the given path using the given format (SaveMode) 
 |