Uses of Class
ome.xml.model.ImagingEnvironment
-
Packages that use ImagingEnvironment Package Description ome.specification ome.xml.model -
-
Uses of ImagingEnvironment in ome.specification
Methods in ome.specification that return ImagingEnvironment Modifier and Type Method Description ImagingEnvironment
XMLMockObjects. createImageEnvironment()
Creates a imaging environment. -
Uses of ImagingEnvironment in ome.xml.model
Methods in ome.xml.model that return ImagingEnvironment Modifier and Type Method Description ImagingEnvironment
Image. getImagingEnvironment()
Methods in ome.xml.model with parameters of type ImagingEnvironment Modifier and Type Method Description void
Image. setImagingEnvironment(ImagingEnvironment imagingEnvironment)
Constructors in ome.xml.model with parameters of type ImagingEnvironment Constructor Description ImagingEnvironment(ImagingEnvironment orig)
Copy constructor.
-