| Package | Description |
|---|---|
| org.micromanager.ndviewer.overlay |
| Modifier and Type | Class and Description |
|---|---|
class |
Line
This class represents a straight line selection.
|
class |
OvalRoi
Oval region of interest
|
class |
TextRoi
This class is a rectangular ROI containing text.
|
| Modifier and Type | Field and Description |
|---|---|
static Roi |
Roi.previousRoi |
| Modifier and Type | Method and Description |
|---|---|
Roi |
Overlay.get(int index)
Returns the ROI with the specified index or null if the index is invalid.
|
Roi[] |
Overlay.toArray()
Returns on array containing the ROIs in this Overlay.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Overlay.add(Roi roi)
Adds an ROI to this Overlay.
|
void |
Overlay.add(Roi roi,
String name)
Adds an ROI to this Overlay using the specified name.
|
void |
Overlay.addElement(Roi roi)
Adds an ROI to this Overlay.
|
boolean |
Overlay.contains(Roi roi)
Returns 'true' if this Overlay contains the specified ROI.
|
void |
Roi.copyAttributes(Roi roi2)
Copy the attributes (outline color, fill color, outline width) of 'roi2'
to the this selection.
|
void |
Overlay.remove(Roi roi)
Removes the specified ROI from this Overlay.
|
| Constructor and Description |
|---|
Overlay(Roi roi)
Constructs an Overlay and adds the specified ROI.
|
Copyright © 2023. All rights reserved.