From fde8bbe30929a1828229c015a231101b02c1cec2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 21:28:03 +0000 Subject: [PATCH] Autoupdate mmstudio/latest --- mmstudio/latest/deprecated-list.html | 12 +++--- mmstudio/latest/index-all.html | 4 +- .../micromanager/class-use/PropertyMap.html | 40 +++++++++---------- .../micromanager/data/class-use/Coords.html | 8 ++-- .../data/class-use/Datastore.html | 20 +++++----- .../micromanager/data/class-use/Image.html | 8 ++-- .../data/class-use/SummaryMetadata.html | 4 +- .../display/class-use/DataViewer.html | 12 +++--- .../display/class-use/DisplaySettings.html | 12 +++--- 9 files changed, 60 insertions(+), 60 deletions(-) diff --git a/mmstudio/latest/deprecated-list.html b/mmstudio/latest/deprecated-list.html index 81d68b6..47c0a8b 100644 --- a/mmstudio/latest/deprecated-list.html +++ b/mmstudio/latest/deprecated-list.html @@ -186,13 +186,13 @@

Contents

-org.micromanager.acquisition.SequenceSettings.channelGroup -
use Builder and channelGroup() instead
+org.micromanager.acquisition.ChannelSpec.channelGroup +
Use Builder and getters instead
-org.micromanager.acquisition.ChannelSpec.channelGroup -
Use Builder and getters instead
+org.micromanager.acquisition.SequenceSettings.channelGroup +
use Builder and channelGroup() instead
@@ -457,7 +457,7 @@

Contents

org.micromanager.data.DataProvider.getAxisLength(String) -
Use DataProvider.getNextIndex(String) instead.
+
Use getNextIndex(String) instead.
@@ -702,7 +702,7 @@

Contents

org.micromanager.data.DataProvider.getMaxIndices() -
Use DataProvider.getNextIndex(String axis) instead
+
Use getNextIndex(String axis) instead
diff --git a/mmstudio/latest/index-all.html b/mmstudio/latest/index-all.html index 748b646..1457366 100644 --- a/mmstudio/latest/index-all.html +++ b/mmstudio/latest/index-all.html @@ -1744,7 +1744,7 @@

G

getAxisLength(String) - Method in interface org.micromanager.data.DataProvider
Deprecated. - +
getAxisOrder() - Method in interface org.micromanager.data.SummaryMetadata
@@ -2670,7 +2670,7 @@

G

getMaxIndices() - Method in interface org.micromanager.data.DataProvider
Deprecated. - +
getMaxIndices() - Method in interface org.micromanager.data.Storage
diff --git a/mmstudio/latest/org/micromanager/class-use/PropertyMap.html b/mmstudio/latest/org/micromanager/class-use/PropertyMap.html index cbfb21a..643875f 100644 --- a/mmstudio/latest/org/micromanager/class-use/PropertyMap.html +++ b/mmstudio/latest/org/micromanager/class-use/PropertyMap.html @@ -140,29 +140,29 @@

Uses of -static PropertyMap -PropertyMaps.emptyPropertyMap() -
Return the empty property map.
- - - PropertyMap PropertyManager.emptyPropertyMap()
Returns an empty property map.
- + static PropertyMap -PropertyMaps.fromJSON(java.lang.String json) -
Create a property map from its JSON-serialized form.
+PropertyMaps.emptyPropertyMap() +
Return the empty property map.
- + PropertyMap PropertyManager.fromJSON(java.lang.String json)
Creates a property map from its JSON-serialized form.
+ +static PropertyMap +PropertyMaps.fromJSON(java.lang.String json) +
Create a property map from its JSON-serialized form.
+ + PropertyMap PropertyMap.getPropertyMap(java.lang.String key) @@ -175,14 +175,14 @@

Uses of PropertyMap aDefault)  -static PropertyMap -PropertyMaps.loadJSON(java.io.File file) +PropertyMap +PropertyManager.loadJSON(java.io.File file)
Create a property map from its JSON-serialized form stored in a file.
-PropertyMap -PropertyManager.loadJSON(java.io.File file) +static PropertyMap +PropertyMaps.loadJSON(java.io.File file)
Create a property map from its JSON-serialized form stored in a file.
@@ -194,20 +194,20 @@

Uses of PropertyMap -StagePosition.toPropertyMap() -
Returns this StagePosition instance as a PropertyMap.
+PositionList.toPropertyMap() +
Creates a PropertyMap from this PositionList.
PropertyMap -MultiStagePosition.toPropertyMap() -
Returns a propertymap describing this MultiStagePosition.
+StagePosition.toPropertyMap() +
Returns this StagePosition instance as a PropertyMap.
PropertyMap -PositionList.toPropertyMap() -
Creates a PropertyMap from this PositionList.
+MultiStagePosition.toPropertyMap() +
Returns a propertymap describing this MultiStagePosition.
diff --git a/mmstudio/latest/org/micromanager/data/class-use/Coords.html b/mmstudio/latest/org/micromanager/data/class-use/Coords.html index e7a8bac..fae88d8 100644 --- a/mmstudio/latest/org/micromanager/data/class-use/Coords.html +++ b/mmstudio/latest/org/micromanager/data/class-use/Coords.html @@ -390,14 +390,14 @@

Uses of Coords -DisplayPositionChangedEvent.getDisplayPosition() -
returns the new display position.
+DataViewer.getDisplayPosition() +
Get the coordinates for the currently displayed images.
Coords -DataViewer.getDisplayPosition() -
Get the coordinates for the currently displayed images.
+DisplayPositionChangedEvent.getDisplayPosition() +
returns the new display position.
diff --git a/mmstudio/latest/org/micromanager/data/class-use/Datastore.html b/mmstudio/latest/org/micromanager/data/class-use/Datastore.html index a0e536e..11cad95 100644 --- a/mmstudio/latest/org/micromanager/data/class-use/Datastore.html +++ b/mmstudio/latest/org/micromanager/data/class-use/Datastore.html @@ -268,16 +268,14 @@

Uses of Datastore -ImageOverwrittenEvent.getDatastore() -
Provides the Datastore this image was added to; potentially useful for - code that listens to events from multiple Datastores.
+Pipeline.getDatastore() +
Get the output Datastore for this Pipeline.
Datastore -ImageDeletedEvent.getDatastore() -
Provides the Datastore this image was added to; potentially useful for - code that listens to events from multiple Datastores.
+DatastoreClosingEvent.getDatastore() +
Returns the Datastore that is closing.
@@ -288,14 +286,16 @@

Uses of Datastore -DatastoreClosingEvent.getDatastore() -
Returns the Datastore that is closing.
+ImageOverwrittenEvent.getDatastore() +
Provides the Datastore this image was added to; potentially useful for + code that listens to events from multiple Datastores.
Datastore -Pipeline.getDatastore() -
Get the output Datastore for this Pipeline.
+ImageDeletedEvent.getDatastore() +
Provides the Datastore this image was added to; potentially useful for + code that listens to events from multiple Datastores.
diff --git a/mmstudio/latest/org/micromanager/data/class-use/Image.html b/mmstudio/latest/org/micromanager/data/class-use/Image.html index 51e8366..292b0cb 100644 --- a/mmstudio/latest/org/micromanager/data/class-use/Image.html +++ b/mmstudio/latest/org/micromanager/data/class-use/Image.html @@ -292,14 +292,14 @@

Uses of Image -ImageDeletedEvent.getImage() -
Provides the Image that was deleted.
+DataProviderHasNewImageEvent.getImage() +
Provides the newly-added image.
Image -DataProviderHasNewImageEvent.getImage() -
Provides the newly-added image.
+ImageDeletedEvent.getImage() +
Provides the Image that was deleted.
diff --git a/mmstudio/latest/org/micromanager/data/class-use/SummaryMetadata.html b/mmstudio/latest/org/micromanager/data/class-use/SummaryMetadata.html index 8575656..226a271 100644 --- a/mmstudio/latest/org/micromanager/data/class-use/SummaryMetadata.html +++ b/mmstudio/latest/org/micromanager/data/class-use/SummaryMetadata.html @@ -153,13 +153,13 @@

Uses of SummaryMetadata -DataProvider.getSummaryMetadata() +DataProviderHasNewSummaryMetadataEvent.getSummaryMetadata()
Returns Summary Metadata.
SummaryMetadata -DataProviderHasNewSummaryMetadataEvent.getSummaryMetadata() +DataProvider.getSummaryMetadata()
Returns Summary Metadata.
diff --git a/mmstudio/latest/org/micromanager/display/class-use/DataViewer.html b/mmstudio/latest/org/micromanager/display/class-use/DataViewer.html index 40f0896..218aeb2 100644 --- a/mmstudio/latest/org/micromanager/display/class-use/DataViewer.html +++ b/mmstudio/latest/org/micromanager/display/class-use/DataViewer.html @@ -146,20 +146,20 @@

Uses of DataViewer -DisplayDidShowImageEvent.getDataViewer() -
Returns the Dataviewer displaying the image.
+DisplaySettingsChangedEvent.getDataViewer() +
Get the data viewer.
DataViewer -DisplayPositionChangedEvent.getDataViewer() -
The dataViewer posting this event.
+DisplayDidShowImageEvent.getDataViewer() +
Returns the Dataviewer displaying the image.
DataViewer -DisplaySettingsChangedEvent.getDataViewer() -
Get the data viewer.
+DisplayPositionChangedEvent.getDataViewer() +
The dataViewer posting this event.
diff --git a/mmstudio/latest/org/micromanager/display/class-use/DisplaySettings.html b/mmstudio/latest/org/micromanager/display/class-use/DisplaySettings.html index 9987cfe..9953b06 100644 --- a/mmstudio/latest/org/micromanager/display/class-use/DisplaySettings.html +++ b/mmstudio/latest/org/micromanager/display/class-use/DisplaySettings.html @@ -120,20 +120,20 @@

Uses of DisplaySettings -AbstractDataViewer.getDisplaySettings() -
Implements getDisplaySettings.
+DisplaySettingsChangedEvent.getDisplaySettings() +
Get the new display settings.
DisplaySettings -DataViewer.getDisplaySettings() -
Get the current display settings.
+AbstractDataViewer.getDisplaySettings() +
Implements getDisplaySettings.
DisplaySettings -DisplaySettingsChangedEvent.getDisplaySettings() -
Get the new display settings.
+DataViewer.getDisplaySettings() +
Get the current display settings.