Skip to content

Commit 67a8544

Browse files
committed
Update api documentation
1 parent e2397e7 commit 67a8544

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+325
-202
lines changed

docs/annotation.AnnotationGroup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@ <h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="annota
11941194
<br class="clear">
11951195

11961196
<footer>
1197-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 06 2022 14:12:52 GMT-0400 (Eastern Daylight Time)
1197+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 12 2022 18:10:00 GMT-0400 (Eastern Daylight Time)
11981198
</footer>
11991199

12001200
<script> prettyPrint(); </script>

docs/annotation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="annota
131131
<br class="clear">
132132

133133
<footer>
134-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 06 2022 14:12:52 GMT-0400 (Eastern Daylight Time)
134+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 12 2022 18:10:00 GMT-0400 (Eastern Daylight Time)
135135
</footer>
136136

137137
<script> prettyPrint(); </script>

docs/annotation.js.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ <h1 class="page-title">Source: annotation.js</h1>
653653
const offset = graphicIndex[annotationIndex] - 1
654654
let length
655655
if (annotationIndex &lt; (numberOfAnnotations - 1)) {
656-
length = offset - graphicIndex[annotationIndex + 1]
656+
length = graphicIndex[annotationIndex + 1] - offset
657657
} else {
658658
length = graphicData.length
659659
}
@@ -663,10 +663,11 @@ <h1 class="page-title">Source: annotation.js</h1>
663663
for (let j = offset; j &lt; offset + length; j++) {
664664
const p0 = _getCoordinates(graphicData, j, commonZCoordinate)
665665
let p1
666-
if (j === (offset + length - numberOfAnnotations)) {
666+
if (j === (offset + length - 1)) {
667667
p1 = _getCoordinates(graphicData, offset, commonZCoordinate)
668668
} else {
669-
p1 = _getCoordinates(graphicData, j + numberOfAnnotations, commonZCoordinate)
669+
const nextOffset = j + coordinateDimensionality
670+
p1 = _getCoordinates(graphicData, nextOffset, commonZCoordinate)
670671
}
671672
const a = p0[0] * p1[1] - p1[0] * p0[1]
672673
area += a
@@ -772,7 +773,7 @@ <h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="annota
772773
<br class="clear">
773774

774775
<footer>
775-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 06 2022 14:12:52 GMT-0400 (Eastern Daylight Time)
776+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 12 2022 18:10:00 GMT-0400 (Eastern Daylight Time)
776777
</footer>
777778

778779
<script> prettyPrint(); </script>

docs/annotations__AnnotationManager.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ <h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="annota
228228
<br class="clear">
229229

230230
<footer>
231-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 06 2022 14:12:52 GMT-0400 (Eastern Daylight Time)
231+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 12 2022 18:10:00 GMT-0400 (Eastern Daylight Time)
232232
</footer>
233233

234234
<script> prettyPrint(); </script>

docs/annotations_markups__MarkupManager.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ <h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="annota
553553
<br class="clear">
554554

555555
<footer>
556-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 06 2022 14:12:52 GMT-0400 (Eastern Daylight Time)
556+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 12 2022 18:10:00 GMT-0400 (Eastern Daylight Time)
557557
</footer>
558558

559559
<script> prettyPrint(); </script>

docs/api.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ <h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="annota
125125
<br class="clear">
126126

127127
<footer>
128-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 06 2022 14:12:52 GMT-0400 (Eastern Daylight Time)
128+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 12 2022 18:10:00 GMT-0400 (Eastern Daylight Time)
129129
</footer>
130130

131131
<script> prettyPrint(); </script>

docs/color.PaletteColorLookupTable.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ <h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="annota
707707
<br class="clear">
708708

709709
<footer>
710-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 06 2022 14:12:52 GMT-0400 (Eastern Daylight Time)
710+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 12 2022 18:10:00 GMT-0400 (Eastern Daylight Time)
711711
</footer>
712712

713713
<script> prettyPrint(); </script>

docs/color.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ <h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="annota
662662
<br class="clear">
663663

664664
<footer>
665-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 06 2022 14:12:52 GMT-0400 (Eastern Daylight Time)
665+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 12 2022 18:10:00 GMT-0400 (Eastern Daylight Time)
666666
</footer>
667667

668668
<script> prettyPrint(); </script>

docs/color.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ <h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="annota
462462
<br class="clear">
463463

464464
<footer>
465-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 06 2022 14:12:52 GMT-0400 (Eastern Daylight Time)
465+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 12 2022 18:10:00 GMT-0400 (Eastern Daylight Time)
466466
</footer>
467467

468468
<script> prettyPrint(); </script>

docs/dicom-microscopy-viewer.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ <h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="annota
238238
<br class="clear">
239239

240240
<footer>
241-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 06 2022 14:12:52 GMT-0400 (Eastern Daylight Time)
241+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 12 2022 18:10:00 GMT-0400 (Eastern Daylight Time)
242242
</footer>
243243

244244
<script> prettyPrint(); </script>

0 commit comments

Comments
 (0)