Package | Description |
---|---|
ome.xml.model |
Modifier and Type | Method and Description |
---|---|
Plate |
Screen.getLinkedPlate(int index) |
Plate |
Annotation.getLinkedPlate(int index) |
Plate |
PlateAcquisition.getPlate() |
Plate |
Well.getPlate() |
Plate |
OME.getPlate(int index) |
Plate |
Screen.setLinkedPlate(int index,
Plate o) |
Plate |
Annotation.setLinkedPlate(int index,
Plate o) |
Plate |
OME.setPlate(int index,
Plate plate) |
Modifier and Type | Method and Description |
---|---|
List<Plate> |
Screen.copyLinkedPlateList() |
List<Plate> |
Annotation.copyLinkedPlateList() |
List<Plate> |
OME.copyPlateList() |
Modifier and Type | Method and Description |
---|---|
void |
OME.addPlate(Plate plate) |
boolean |
Screen.linkPlate(Plate o) |
boolean |
Annotation.linkPlate(Plate o) |
void |
OME.removePlate(Plate plate) |
Plate |
Screen.setLinkedPlate(int index,
Plate o) |
Plate |
Annotation.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 |
Screen.unlinkPlate(Plate o) |
boolean |
Annotation.unlinkPlate(Plate o) |
Constructor and Description |
---|
Plate(Plate orig)
Copy constructor.
|
Copyright © 2014 Open Microscopy Environment