Uses of Class
ome.xml.model.Plate
-
Packages that use Plate Package Description ome.specification ome.xml.model -
-
Uses of Plate in ome.specification
Methods in ome.specification that return Plate Modifier and Type Method Description Plate
XMLMockObjects. createBasicPlate(int index)
Creates a basic plate.Plate
XMLMockObjects. createPlate(int numberOfPlates, int index, int numberOfPlateAcquisition)
Creates a default platePlate
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. -
Uses of Plate in ome.xml.model
Methods in ome.xml.model that return Plate Modifier and Type Method Description Plate
Annotation. getLinkedPlate(int index)
Plate
Screen. getLinkedPlate(int index)
Plate
OME. getPlate(int index)
Plate
PlateAcquisition. getPlate()
Plate
Well. getPlate()
Plate
Annotation. setLinkedPlate(int index, Plate o)
Plate
Screen. setLinkedPlate(int index, Plate o)
Plate
OME. setPlate(int index, Plate plate)
Methods in ome.xml.model that return types with arguments of type Plate Modifier and Type Method Description List<Plate>
Annotation. copyLinkedPlateList()
List<Plate>
Screen. copyLinkedPlateList()
List<Plate>
OME. copyPlateList()
Methods in ome.xml.model with parameters of type Plate Modifier and Type Method 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)
Constructors in ome.xml.model with parameters of type Plate Constructor Description Plate(Plate orig)
Copy constructor.
-