| Package | Description | 
|---|---|
| org.micromanager | 
 MMStudio application and Java API 
 | 
| org.micromanager.events | 
 This package contains events that can be subscribed to via the
 EventManager.registerForEvents() method. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PositionList | 
PositionListManager.getPositionList()
Returns a copy of the current PositionList, the one used by the
 Acquisition Protocol 
 | 
static PositionList | 
PositionList.newInstance(PositionList aPl)
This looks like a static copy constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static PositionList | 
PositionList.newInstance(PositionList aPl)
This looks like a static copy constructor 
 | 
void | 
PositionListManager.setPositionList(PositionList pl)
Makes this the 'current' PositionList, i.e., the one used by the
 Acquisition Protocol, and shown in the PositionListDlg. 
 | 
| Constructor and Description | 
|---|
PosListIterator(PositionList list)  | 
| Modifier and Type | Method and Description | 
|---|---|
PositionList | 
NewPositionListEvent.getPositionList()
Returns the new stage position list. 
 |