From 94baa9b0574f586e25be830c32c0c100f0b3db8b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 01:52:05 +0000 Subject: [PATCH] Publish mmstudio/latest --- deprecated-list.html | 32 +++++----- org/micromanager/data/class-use/Coords.html | 58 +++++++++---------- .../data/class-use/Datastore.html | 26 ++++----- org/micromanager/data/class-use/Image.html | 20 +++---- .../data/class-use/SummaryMetadata.html | 14 ++--- .../display/class-use/DataViewer.html | 8 +-- .../display/class-use/DisplaySettings.html | 26 ++++----- org/micromanager/display/package-tree.html | 2 +- overview-tree.html | 4 +- 9 files changed, 95 insertions(+), 95 deletions(-) diff --git a/deprecated-list.html b/deprecated-list.html index 7ca8adc..4039da6 100644 --- a/deprecated-list.html +++ b/deprecated-list.html @@ -413,9 +413,7 @@

Contents

-org.micromanager.data.Coords.copy() -
Use copyBuilder instead
- +org.micromanager.display.DisplaySettings.copy() org.micromanager.data.SummaryMetadata.copy() @@ -431,7 +429,9 @@

Contents

-org.micromanager.display.DisplaySettings.copy() +org.micromanager.data.Coords.copy() +
Use copyBuilder instead
+ org.micromanager.data.DataManager.createCoords(String) @@ -538,13 +538,13 @@

Contents

-org.micromanager.display.AbstractDataViewer.getDatastore() -
user code should call getDataProvider
+org.micromanager.display.DataViewer.getDatastore() +
use DataViewer.getDataProvider() instead
-org.micromanager.display.DataViewer.getDatastore() -
use DataViewer.getDataProvider() instead
+org.micromanager.display.AbstractDataViewer.getDatastore() +
user code should call getDataProvider
@@ -722,13 +722,13 @@

Contents

org.micromanager.PropertyMap.getPropertyMap(String) -org.micromanager.data.DataManager.getPropertyMapBuilder() -
Use PropertyMaps.builder() instead
+org.micromanager.display.DisplayManager.getPropertyMapBuilder() +
Use PropertyMaps.builder() instead
-org.micromanager.display.DisplayManager.getPropertyMapBuilder() -
Use PropertyMaps.builder() instead
+org.micromanager.data.DataManager.getPropertyMapBuilder() +
Use PropertyMaps.builder() instead
@@ -916,13 +916,13 @@

Contents

-org.micromanager.display.AbstractDataViewer.setDisplayedImageTo(Coords) -
user code should call setDisplayPosition
+org.micromanager.display.DataViewer.setDisplayedImageTo(Coords) +
use DataViewer.setDisplayPosition(Coords) instead
-org.micromanager.display.DataViewer.setDisplayedImageTo(Coords) -
use DataViewer.setDisplayPosition(Coords) instead
+org.micromanager.display.AbstractDataViewer.setDisplayedImageTo(Coords) +
user code should call setDisplayPosition
diff --git a/org/micromanager/data/class-use/Coords.html b/org/micromanager/data/class-use/Coords.html index 8be4a51..a27cf85 100644 --- a/org/micromanager/data/class-use/Coords.html +++ b/org/micromanager/data/class-use/Coords.html @@ -147,14 +147,14 @@

Uses of Coords -Image.getCoords() -
Retrieve the Coords of this Image.
+DataProviderHasNewImageEvent.getCoords() +
Returns Coords for the image.
Coords -DataProviderHasNewImageEvent.getCoords() -
Returns Coords for the image.
+Image.getCoords() +
Retrieve the Coords of this Image.
@@ -390,14 +390,14 @@

Uses of Coords -AbstractDataViewer.getDisplayPosition() -
Implements getDisplayPosition.
+DataViewer.getDisplayPosition() +
Get the coordinates for the currently displayed images.
Coords -DataViewer.getDisplayPosition() -
Get the coordinates for the currently displayed images.
+AbstractDataViewer.getDisplayPosition() +
Implements getDisplayPosition.
@@ -421,30 +421,30 @@

Uses of boolean -AbstractDataViewer.compareAndSetDisplayPosition(Coords oldPosition, - Coords newPosition)  - - -boolean DataViewer.compareAndSetDisplayPosition(Coords originalPosition, Coords newPosition)
Set the display position only if the current position is the expected one.
+ +boolean +AbstractDataViewer.compareAndSetDisplayPosition(Coords oldPosition, + Coords newPosition)  + boolean -AbstractDataViewer.compareAndSetDisplayPosition(Coords oldPosition, +DataViewer.compareAndSetDisplayPosition(Coords originalPosition, Coords newPosition, boolean forceRedisplay) -
Implements compareAndSetDisplayPosition.
+
Set the display position only if the current position is the expected one.
boolean -DataViewer.compareAndSetDisplayPosition(Coords originalPosition, +AbstractDataViewer.compareAndSetDisplayPosition(Coords oldPosition, Coords newPosition, boolean forceRedisplay) -
Set the display position only if the current position is the expected one.
+
Implements compareAndSetDisplayPosition.
@@ -453,42 +453,42 @@

Uses of void -AbstractDataViewer.setDisplayedImageTo(Coords coords) +DataViewer.setDisplayedImageTo(Coords position)
Deprecated.  -
user code should call setDisplayPosition
+
void -DataViewer.setDisplayedImageTo(Coords position) +AbstractDataViewer.setDisplayedImageTo(Coords coords)
Deprecated.  - +
user code should call setDisplayPosition
void -AbstractDataViewer.setDisplayPosition(Coords position)  - - -void DataViewer.setDisplayPosition(Coords position)
Display the images at the specified coordinates in the data provider.
+ +void +AbstractDataViewer.setDisplayPosition(Coords position)  + void -AbstractDataViewer.setDisplayPosition(Coords position, +DataViewer.setDisplayPosition(Coords position, boolean forceRedisplay) -
Implements setDisplayPosition.
+
Display the images at the specified coordinates in the data provider.
void -DataViewer.setDisplayPosition(Coords position, +AbstractDataViewer.setDisplayPosition(Coords position, boolean forceRedisplay) -
Display the images at the specified coordinates in the data provider.
+
Implements setDisplayPosition.
diff --git a/org/micromanager/data/class-use/Datastore.html b/org/micromanager/data/class-use/Datastore.html index e0b730d..1ebd9cf 100644 --- a/org/micromanager/data/class-use/Datastore.html +++ b/org/micromanager/data/class-use/Datastore.html @@ -268,14 +268,15 @@

Uses of Datastore -Annotation.getDatastore() -
Return the datastore to which this annotation is associated.
+Pipeline.getDatastore() +
Get the output Datastore for this Pipeline.
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.
@@ -287,15 +288,14 @@

Uses of 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.
Datastore -DatastoreClosingEvent.getDatastore() -
Returns the Datastore that is closing.
+Annotation.getDatastore() +
Return the datastore to which this annotation is associated.
@@ -397,17 +397,17 @@

Uses of Datastore -AbstractDataViewer.getDatastore() +DataViewer.getDatastore()
Deprecated.  -
user code should call getDataProvider
+
Datastore -DataViewer.getDatastore() +AbstractDataViewer.getDatastore()
Deprecated.  - +
user code should call getDataProvider
diff --git a/org/micromanager/data/class-use/Image.html b/org/micromanager/data/class-use/Image.html index e59ee01..fd3e4e9 100644 --- a/org/micromanager/data/class-use/Image.html +++ b/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.
@@ -424,21 +424,21 @@

Uses of void -Datastore.putImage(Image image) +RewritableDatastore.putImage(Image image)
Insert an image into the Datastore.
void -Storage.putImage(Image image) -
Insert an Image into the Storage, so that it may be returned by later - getImage() calls.
+Datastore.putImage(Image image) +
Insert an image into the Datastore.
void -RewritableDatastore.putImage(Image image) -
Insert an image into the Datastore.
+Storage.putImage(Image image) +
Insert an Image into the Storage, so that it may be returned by later + getImage() calls.
diff --git a/org/micromanager/data/class-use/SummaryMetadata.html b/org/micromanager/data/class-use/SummaryMetadata.html index 5c0e297..fe66403 100644 --- a/org/micromanager/data/class-use/SummaryMetadata.html +++ b/org/micromanager/data/class-use/SummaryMetadata.html @@ -140,9 +140,8 @@

Uses of SummaryMetadata -ProcessorContext.getSummaryMetadata() -
Access the SummaryMetadata of the Datastore that images will ultimately - be inserted into.
+DataProvider.getSummaryMetadata() +
Returns Summary Metadata.
@@ -153,8 +152,9 @@

Uses of SummaryMetadata -DataProvider.getSummaryMetadata() -
Returns Summary Metadata.
+ProcessorContext.getSummaryMetadata() +
Access the SummaryMetadata of the Datastore that images will ultimately + be inserted into.
@@ -195,13 +195,13 @@

Uses of void -Datastore.setSummaryMetadata(SummaryMetadata metadata) +RewritableDatastore.setSummaryMetadata(SummaryMetadata metadata)
Set the SummaryMetadata.
void -RewritableDatastore.setSummaryMetadata(SummaryMetadata metadata) +Datastore.setSummaryMetadata(SummaryMetadata metadata)
Set the SummaryMetadata.
diff --git a/org/micromanager/display/class-use/DataViewer.html b/org/micromanager/display/class-use/DataViewer.html index 41da2c3..aa82d66 100644 --- a/org/micromanager/display/class-use/DataViewer.html +++ b/org/micromanager/display/class-use/DataViewer.html @@ -152,14 +152,14 @@

Uses of DataViewer -DisplayDidShowImageEvent.getDataViewer() -
Returns the Dataviewer displaying the image.
+DisplaySettingsChangedEvent.getDataViewer() +
Get the data viewer.
DataViewer -DisplaySettingsChangedEvent.getDataViewer() -
Get the data viewer.
+DisplayDidShowImageEvent.getDataViewer() +
Returns the Dataviewer displaying the image.
diff --git a/org/micromanager/display/class-use/DisplaySettings.html b/org/micromanager/display/class-use/DisplaySettings.html index bbd546f..03bd836 100644 --- a/org/micromanager/display/class-use/DisplaySettings.html +++ b/org/micromanager/display/class-use/DisplaySettings.html @@ -120,14 +120,14 @@

Uses of DisplaySettings -AbstractDataViewer.getDisplaySettings() -
Implements getDisplaySettings.
+DataViewer.getDisplaySettings() +
Get the current display settings.
DisplaySettings -DataViewer.getDisplaySettings() -
Get the current display settings.
+AbstractDataViewer.getDisplaySettings() +
Implements getDisplaySettings.
@@ -166,17 +166,17 @@

Uses of boolean -AbstractDataViewer.compareAndSetDisplaySettings(DisplaySettings oldSettings, +DataViewer.compareAndSetDisplaySettings(DisplaySettings originalSettings, DisplaySettings newSettings) -
Implements compareAndSetDisplaySettings.
+
Set the display settings only if the current settings match the expected + one.
boolean -DataViewer.compareAndSetDisplaySettings(DisplaySettings originalSettings, +AbstractDataViewer.compareAndSetDisplaySettings(DisplaySettings oldSettings, DisplaySettings newSettings) -
Set the display settings only if the current settings match the expected - one.
+
Implements compareAndSetDisplaySettings.
@@ -187,14 +187,14 @@

Uses of void -AbstractDataViewer.setDisplaySettings(DisplaySettings settings) -
Implements setDisplaySettings.
+DataViewer.setDisplaySettings(DisplaySettings settings) +
Set the display settings.
void -DataViewer.setDisplaySettings(DisplaySettings settings) -
Set the display settings.
+AbstractDataViewer.setDisplaySettings(DisplaySettings settings) +
Implements setDisplaySettings.
diff --git a/org/micromanager/display/package-tree.html b/org/micromanager/display/package-tree.html index f9d88bd..068394a 100644 --- a/org/micromanager/display/package-tree.html +++ b/org/micromanager/display/package-tree.html @@ -147,8 +147,8 @@

Enum Hierarchy

diff --git a/overview-tree.html b/overview-tree.html index 059efb2..93960ad 100644 --- a/overview-tree.html +++ b/overview-tree.html @@ -370,9 +370,9 @@

Enum Hierarchy

  • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)