Uses of Class
ome.xml.model.StageLabel
-
Packages that use StageLabel Package Description ome.specification ome.xml.model -
-
Uses of StageLabel in ome.specification
Methods in ome.specification that return StageLabel Modifier and Type Method Description StageLabel
XMLMockObjects. createStageLabel()
Creates a imaging environment. -
Uses of StageLabel in ome.xml.model
Methods in ome.xml.model that return StageLabel Modifier and Type Method Description StageLabel
Image. getStageLabel()
Methods in ome.xml.model with parameters of type StageLabel Modifier and Type Method Description void
Image. setStageLabel(StageLabel stageLabel)
Constructors in ome.xml.model with parameters of type StageLabel Constructor Description StageLabel(StageLabel orig)
Copy constructor.
-