Uses of Class
ome.xml.model.Plate
Packages that use Plate
-
Uses of Plate in ome.specification
Methods in ome.specification that return PlateModifier and TypeMethodDescriptionXMLMockObjects.createBasicPlate(int index) Creates a basic plate.XMLMockObjects.createPlate(int numberOfPlates, int index, int numberOfPlateAcquisition) Creates a default plateXMLMockObjects.createPlate(int numberOfPlates, int index, int rows, int columns, int fields, int numberOfPlateAcquisition) Creates a populated plate with images.XMLMockObjects.createPlate(int numberOfPlates, int index, int rows, int columns, int fields, int numberOfPlateAcquisition, boolean withMicrobeam) Creates a populated plate with images.XMLMockObjects.createPlate(int numberOfScreens, int screenIndex, int numberOfPlates, int plateIndex, int rows, int columns, int fields, int numberOfPlateAcquisition) Creates a populated plate with images.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 PlateModifier and TypeMethodDescriptionAnnotation.getLinkedPlate(int index) Screen.getLinkedPlate(int index) OME.getPlate(int index) PlateAcquisition.getPlate()Well.getPlate()Annotation.setLinkedPlate(int index, Plate o) Screen.setLinkedPlate(int index, Plate o) Methods in ome.xml.model that return types with arguments of type PlateModifier and TypeMethodDescriptionAnnotation.copyLinkedPlateList()Screen.copyLinkedPlateList()OME.copyPlateList()Methods in ome.xml.model with parameters of type PlateModifier and TypeMethodDescriptionvoidbooleanbooleanvoidOME.removePlate(Plate plate) Annotation.setLinkedPlate(int index, Plate o) Screen.setLinkedPlate(int index, Plate o) voidvoidbooleanAnnotation.unlinkPlate(Plate o) booleanScreen.unlinkPlate(Plate o) Constructors in ome.xml.model with parameters of type Plate