Package | Description |
---|---|
ome.specification | |
ome.xml.model |
Modifier and Type | Method and Description |
---|---|
Plate |
XMLMockObjects.createBasicPlate(int index)
Creates a basic plate.
|
Plate |
XMLMockObjects.createPlate(int numberOfPlates,
int index,
int numberOfPlateAcquisition)
Creates a default plate
|
Plate |
XMLMockObjects.createPlate(int numberOfPlates,
int index,
int rows,
int columns,
int fields,
int numberOfPlateAcquisition)
Creates a populated plate with images.
|
Plate |
XMLMockObjects.createPlate(int numberOfPlates,
int index,
int rows,
int columns,
int fields,
int numberOfPlateAcquisition,
boolean withMicrobeam)
Creates a populated plate with images.
|
Plate |
XMLMockObjects.createPlate(int numberOfScreens,
int screenIndex,
int numberOfPlates,
int plateIndex,
int rows,
int columns,
int fields,
int numberOfPlateAcquisition)
Creates a populated plate with images.
|
Plate |
XMLMockObjects.createPlate(int numberOfScreens,
int screenIndex,
int numberOfPlates,
int plateIndex,
int rows,
int columns,
int fields,
int numberOfPlateAcquisition,
boolean withMicrobeam)
Creates a populated plate with images.
|
Modifier and Type | Field and Description |
---|---|
private Plate |
PlateAcquisition.plate |
private Plate |
Well.plate |
Modifier and Type | Field and Description |
---|---|
private List<Plate> |
Annotation.plateLinks |
private List<Plate> |
Screen.plateLinks |
private List<Plate> |
OME.plates |
Modifier and Type | Method and Description |
---|---|
Plate |
Annotation.getLinkedPlate(int index) |
Plate |
Screen.getLinkedPlate(int index) |
Plate |
PlateAcquisition.getPlate() |
Plate |
Well.getPlate() |
Plate |
OME.getPlate(int index) |
Plate |
Annotation.setLinkedPlate(int index,
Plate o) |
Plate |
Screen.setLinkedPlate(int index,
Plate o) |
Plate |
OME.setPlate(int index,
Plate plate) |
Modifier and Type | Method and Description |
---|---|
List<Plate> |
Annotation.copyLinkedPlateList() |
List<Plate> |
Screen.copyLinkedPlateList() |
List<Plate> |
OME.copyPlateList() |
Modifier and Type | Method and Description |
---|---|
void |
OME.addPlate(Plate plate) |
boolean |
Annotation.linkPlate(Plate o) |
boolean |
Screen.linkPlate(Plate o) |
void |
OME.removePlate(Plate plate) |
Plate |
Annotation.setLinkedPlate(int index,
Plate o) |
Plate |
Screen.setLinkedPlate(int index,
Plate o) |
Plate |
OME.setPlate(int index,
Plate plate) |
void |
PlateAcquisition.setPlate(Plate plate_BackReference) |
void |
Well.setPlate(Plate plate_BackReference) |
boolean |
Annotation.unlinkPlate(Plate o) |
boolean |
Screen.unlinkPlate(Plate o) |
Constructor and Description |
---|
Plate(Plate orig)
Copy constructor.
|
Copyright © 2016 Open Microscopy Environment