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 PlateXMLMockObjects. createBasicPlate(int index)Creates a basic plate.PlateXMLMockObjects. createPlate(int numberOfPlates, int index, int numberOfPlateAcquisition)Creates a default platePlateXMLMockObjects. createPlate(int numberOfPlates, int index, int rows, int columns, int fields, int numberOfPlateAcquisition)Creates a populated plate with images.PlateXMLMockObjects. createPlate(int numberOfPlates, int index, int rows, int columns, int fields, int numberOfPlateAcquisition, boolean withMicrobeam)Creates a populated plate with images.PlateXMLMockObjects. createPlate(int numberOfScreens, int screenIndex, int numberOfPlates, int plateIndex, int rows, int columns, int fields, int numberOfPlateAcquisition)Creates a populated plate with images.PlateXMLMockObjects. 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 PlateAnnotation. getLinkedPlate(int index)PlateScreen. getLinkedPlate(int index)PlateOME. getPlate(int index)PlatePlateAcquisition. getPlate()PlateWell. getPlate()PlateAnnotation. setLinkedPlate(int index, Plate o)PlateScreen. setLinkedPlate(int index, Plate o)PlateOME. setPlate(int index, Plate plate)Methods in ome.xml.model that return types with arguments of type Plate Modifier and Type Method Description java.util.List<Plate>Annotation. copyLinkedPlateList()java.util.List<Plate>Screen. copyLinkedPlateList()java.util.List<Plate>OME. copyPlateList()Methods in ome.xml.model with parameters of type Plate Modifier and Type Method Description voidOME. addPlate(Plate plate)booleanAnnotation. linkPlate(Plate o)booleanScreen. linkPlate(Plate o)voidOME. removePlate(Plate plate)PlateAnnotation. setLinkedPlate(int index, Plate o)PlateScreen. setLinkedPlate(int index, Plate o)PlateOME. setPlate(int index, Plate plate)voidPlateAcquisition. setPlate(Plate plate_BackReference)voidWell. setPlate(Plate plate_BackReference)booleanAnnotation. unlinkPlate(Plate o)booleanScreen. unlinkPlate(Plate o)Constructors in ome.xml.model with parameters of type Plate Constructor Description Plate(Plate orig)Copy constructor.
-