Uses of Class
ome.xml.model.ObjectiveSettings
-
Packages that use ObjectiveSettings Package Description ome.specification ome.xml.model -
-
Uses of ObjectiveSettings in ome.specification
Methods in ome.specification that return ObjectiveSettings Modifier and Type Method Description ObjectiveSettings
XMLMockObjects. createObjectiveSettings(int ref)
Creates an objective settings. -
Uses of ObjectiveSettings in ome.xml.model
Methods in ome.xml.model that return ObjectiveSettings Modifier and Type Method Description ObjectiveSettings
Image. getObjectiveSettings()
Methods in ome.xml.model with parameters of type ObjectiveSettings Modifier and Type Method Description void
Image. setObjectiveSettings(ObjectiveSettings objectiveSettings)
Constructors in ome.xml.model with parameters of type ObjectiveSettings Constructor Description ObjectiveSettings(ObjectiveSettings orig)
Copy constructor.
-