Uses of Class
ome.xml.model.enums.Pulse
-
Packages that use Pulse Package Description ome.xml.meta ome.xml.model ome.xml.model.enums -
-
Uses of Pulse in ome.xml.meta
Methods in ome.xml.meta that return Pulse Modifier and Type Method Description PulseAggregateMetadata. getLaserPulse(int instrumentIndex, int lightSourceIndex)PulseDummyMetadata. getLaserPulse(int instrumentIndex, int lightSourceIndex)PulseMetadataRetrieve. getLaserPulse(int instrumentIndex, int lightSourceIndex)Get the Pulse property of Laser.PulseOMEXMLMetadataImpl. getLaserPulse(int instrumentIndex, int lightSourceIndex)Methods in ome.xml.meta with parameters of type Pulse Modifier and Type Method Description voidAggregateMetadata. setLaserPulse(Pulse pulse, int instrumentIndex, int lightSourceIndex)voidDummyMetadata. setLaserPulse(Pulse pulse, int instrumentIndex, int lightSourceIndex)voidFilterMetadata. setLaserPulse(Pulse pulse, int instrumentIndex, int lightSourceIndex)voidMetadataStore. setLaserPulse(Pulse pulse, int instrumentIndex, int lightSourceIndex)Set the Pulse property of Laser.voidOMEXMLMetadataImpl. setLaserPulse(Pulse pulse, int instrumentIndex, int lightSourceIndex) -
Uses of Pulse in ome.xml.model
Methods in ome.xml.model that return Pulse Modifier and Type Method Description PulseLaser. getPulse()Methods in ome.xml.model with parameters of type Pulse Modifier and Type Method Description voidLaser. setPulse(Pulse pulse) -
Uses of Pulse in ome.xml.model.enums
Methods in ome.xml.model.enums that return Pulse Modifier and Type Method Description static PulsePulse. fromString(java.lang.String value)static PulsePulse. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Pulse[]Pulse. values()Returns an array containing the constants of this enum type, in the order they are declared.
-