Uses of Class
ome.xml.model.Laser
-
Packages that use Laser Package Description ome.xml.model -
-
Uses of Laser in ome.xml.model
Methods in ome.xml.model that return Laser Modifier and Type Method Description Laser
Pump. getLinkedLaser(int index)
Laser
Pump. setLinkedLaser(int index, Laser o)
Methods in ome.xml.model that return types with arguments of type Laser Modifier and Type Method Description List<Laser>
Pump. copyLinkedLaserList()
Methods in ome.xml.model with parameters of type Laser Modifier and Type Method Description boolean
Pump. linkLaser(Laser o)
Laser
Pump. setLinkedLaser(int index, Laser o)
boolean
Pump. unlinkLaser(Laser o)
Constructors in ome.xml.model with parameters of type Laser Constructor Description Laser(Laser orig)
Copy constructor.
-