Package | Description |
---|---|
org.micromanager |
MMStudio application and Java API.
|
org.micromanager.data |
This package contains classes related to the storage and internal
representation of image data and metadata.
|
Modifier and Type | Method and Description |
---|---|
static MultiStagePosition |
MultiStagePosition.fromPropertyMap(PropertyMap pmap)
Generates a multistagePosition from the given PropertyMap.
|
MultiStagePosition |
PositionList.getPosition(int idx)
Returns multi-stage position associated with the position index.
|
MultiStagePosition |
PositionList.getPositionCopy(int idx)
Returns a copy of the multi-stage position associated with the position index.
|
MultiStagePosition[] |
PositionList.getPositions()
Returns an array of positions contained in the list.
|
static MultiStagePosition |
MultiStagePosition.newInstance(MultiStagePosition aMps)
Copy constructor.
|
MultiStagePosition |
PositionList.PosListIterator.next() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<MultiStagePosition> |
PositionList.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
PositionList.addPosition(int in0,
MultiStagePosition pos)
Insert a position into the list.
|
void |
PositionList.addPosition(MultiStagePosition pos)
Adds a new position to the list.
|
static void |
MultiStagePosition.goToPosition(MultiStagePosition msp,
mmcorej.CMMCore core)
Moves all stages to the specified positions.
|
static MultiStagePosition |
MultiStagePosition.newInstance(MultiStagePosition aMps)
Copy constructor.
|
void |
PositionList.replacePosition(int index,
MultiStagePosition pos)
Replaces position in the list with the new position.
|
void |
PositionList.setPositions(MultiStagePosition[] posArray)
Initialize the entire array by passing an array of multi-stage positions.
|
Modifier and Type | Method and Description |
---|---|
MultiStagePosition[] |
SummaryMetadata.getStagePositions()
Deprecated.
- Use getStagePositionList() instead
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MultiStagePosition> |
SummaryMetadata.getStagePositionList()
The stage positions that were to be visited in the acquisition.
|
Modifier and Type | Method and Description |
---|---|
SummaryMetadata.Builder |
SummaryMetadata.Builder.stagePositions(MultiStagePosition... stagePositions) |
SummaryMetadata.SummaryMetadataBuilder |
SummaryMetadata.SummaryMetadataBuilder.stagePositions(MultiStagePosition... stagePositions)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SummaryMetadata.Builder |
SummaryMetadata.Builder.stagePositions(java.lang.Iterable<MultiStagePosition> stagePositions) |