You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index-all.html
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -166,6 +166,16 @@ <h2 class="title">A</h2>
166
166
<dd>
167
167
<div class="block">Add the specified Images to the Album's datastore.</div>
168
168
</dd>
169
+
<dt><span class="memberNameLink"><a href="org/micromanager/Album.html#addImagesWithoutProcessing-java.util.Collection-">addImagesWithoutProcessing(Collection<Image>)</a></span> - Method in interface org.micromanager.<a href="org/micromanager/Album.html" title="interface in org.micromanager">Album</a></dt>
170
+
<dd>
171
+
<div class="block">Add the specified Images to the Album's datastore without passing them
172
+
through the processor pipeline.</div>
173
+
</dd>
174
+
<dt><span class="memberNameLink"><a href="org/micromanager/Album.html#addImageWithoutProcessing-org.micromanager.data.Image-">addImageWithoutProcessing(Image)</a></span> - Method in interface org.micromanager.<a href="org/micromanager/Album.html" title="interface in org.micromanager">Album</a></dt>
175
+
<dd>
176
+
<div class="block">Add the specified Image to the Album's datastore without passing it
177
+
through the processor pipeline.</div>
178
+
</dd>
169
179
<dt><span class="memberNameLink"><a href="org/micromanager/display/inspector/AbstractInspectorPanelController.html#addInspectorPanelListener-org.micromanager.display.inspector.InspectorPanelListener-">addInspectorPanelListener(InspectorPanelListener)</a></span> - Method in class org.micromanager.display.inspector.<a href="org/micromanager/display/inspector/AbstractInspectorPanelController.html" title="class in org.micromanager.display.inspector">AbstractInspectorPanelController</a></dt>
170
180
<dd> </dd>
171
181
<dt><span class="memberNameLink"><a href="org/micromanager/display/inspector/InspectorPanelController.html#addInspectorPanelListener-org.micromanager.display.inspector.InspectorPanelListener-">addInspectorPanelListener(InspectorPanelListener)</a></span> - Method in interface org.micromanager.display.inspector.<a href="org/micromanager/display/inspector/InspectorPanelController.html" title="interface in org.micromanager.display.inspector">InspectorPanelController</a></dt>
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../org/micromanager/Album.html#addImagesWithoutProcessing-java.util.Collection-">addImagesWithoutProcessing</a></span>(java.util.Collection<<ahref="../../org/micromanager/data/Image.html" title="interface in org.micromanager.data">Image</a>> images)</code>
140
+
<divclass="block">Add the specified Images to the Album's datastore without passing them
141
+
through the processor pipeline.</div>
142
+
</td>
143
+
</tr>
144
+
<trid="i3" class="rowColor">
145
+
<tdclass="colFirst"><code>boolean</code></td>
146
+
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../org/micromanager/Album.html#addImageWithoutProcessing-org.micromanager.data.Image-">addImageWithoutProcessing</a></span>(<ahref="../../org/micromanager/data/Image.html" title="interface in org.micromanager.data">Image</a> image)</code>
147
+
<divclass="block">Add the specified Image to the Album's datastore without passing it
148
+
through the processor pipeline.</div>
149
+
</td>
150
+
</tr>
151
+
<trid="i4" class="altColor">
138
152
<tdclass="colFirst"><code><ahref="../../org/micromanager/data/Datastore.html" title="interface in org.micromanager.data">Datastore</a></code></td>
<divclass="block">Return the Datastore that currently backs the Album.</div>
@@ -202,7 +216,7 @@ <h4>addImage</h4>
202
216
<aname="addImages-java.util.Collection-">
203
217
<!-- -->
204
218
</a>
205
-
<ulclass="blockListLast">
219
+
<ulclass="blockList">
206
220
<liclass="blockList">
207
221
<h4>addImages</h4>
208
222
<pre>boolean addImages(java.util.Collection<<ahref="../../org/micromanager/data/Image.html" title="interface in org.micromanager.data">Image</a>> images)
<pre>boolean addImageWithoutProcessing(<ahref="../../org/micromanager/data/Image.html" title="interface in org.micromanager.data">Image</a> image)
244
+
throws java.io.IOException</pre>
245
+
<divclass="block">Add the specified Image to the Album's datastore without passing it
246
+
through the processor pipeline. If no Datastore exists for the Album yet,
247
+
or if the current Datastore is frozen, or if the channel has changed,
248
+
then a new Datastore will be created, as well as a new DisplayWindow to
249
+
go with it, and future additions will be sent to that Datastore.
250
+
The channel name used for the image will be the current channel (i.e. the
251
+
config setting for the config group set as the channel group), or "" if
<pre>boolean addImagesWithoutProcessing(java.util.Collection<<ahref="../../org/micromanager/data/Image.html" title="interface in org.micromanager.data">Image</a>> images)
271
+
throws java.io.IOException</pre>
272
+
<divclass="block">Add the specified Images to the Album's datastore without passing them
273
+
through the processor pipeline. Equivalent to repeatedly calling
Copy file name to clipboardExpand all lines: org/micromanager/data/class-use/Image.html
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -150,6 +150,13 @@ <h3>Uses of <a href="../../../../org/micromanager/data/Image.html" title="interf
150
150
</td>
151
151
</tr>
152
152
<trclass="rowColor">
153
+
<tdclass="colFirst"><code>boolean</code></td>
154
+
<tdclass="colLast"><spanclass="typeNameLabel">Album.</span><code><spanclass="memberNameLink"><ahref="../../../../org/micromanager/Album.html#addImageWithoutProcessing-org.micromanager.data.Image-">addImageWithoutProcessing</a></span>(<ahref="../../../../org/micromanager/data/Image.html" title="interface in org.micromanager.data">Image</a> image)</code>
155
+
<divclass="block">Add the specified Image to the Album's datastore without passing it
156
+
through the processor pipeline.</div>
157
+
</td>
158
+
</tr>
159
+
<trclass="altColor">
153
160
<tdclass="colFirst"><code>void</code></td>
154
161
<tdclass="colLast"><spanclass="typeNameLabel">SnapLiveManager.</span><code><spanclass="memberNameLink"><ahref="../../../../org/micromanager/SnapLiveManager.html#displayImage-org.micromanager.data.Image-">displayImage</a></span>(<ahref="../../../../org/micromanager/data/Image.html" title="interface in org.micromanager.data">Image</a> image)</code>
155
162
<divclass="block">Insert the provided image into the Datastore, causing it to be displayed
@@ -171,6 +178,13 @@ <h3>Uses of <a href="../../../../org/micromanager/data/Image.html" title="interf
171
178
<divclass="block">Add the specified Images to the Album's datastore.</div>
172
179
</td>
173
180
</tr>
181
+
<trclass="rowColor">
182
+
<tdclass="colFirst"><code>boolean</code></td>
183
+
<tdclass="colLast"><spanclass="typeNameLabel">Album.</span><code><spanclass="memberNameLink"><ahref="../../../../org/micromanager/Album.html#addImagesWithoutProcessing-java.util.Collection-">addImagesWithoutProcessing</a></span>(java.util.Collection<<ahref="../../../../org/micromanager/data/Image.html" title="interface in org.micromanager.data">Image</a>> images)</code>
184
+
<divclass="block">Add the specified Images to the Album's datastore without passing them
0 commit comments