Package me.clarius.sdk
Enum Class UserFunction
- All Implemented Interfaces:
Serializable
,Comparable<UserFunction>
,Constable
The possible user functions from a button, foot pedal, or listener.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptiontoggle auto gain.enter b mode.capture cine.capture still image.toggle center guide.enter color doppler mode.decrease color gain.increase color gain.decrease color prf.increase color prf.decrease depth.increase depth.decrease dynamic range.increase dynamic range.toggle horizontal flip.toggle freeze.toggle full screen.decrease gain.increase gain.enter m mode.enter needle enhance mode (when available).toggle needle enhance side.play cine when frozen.enter power doppler mode.enter pulsed wave doppler mode (when available).enter rf mode (when available).set depth in cm.set gain in %.enter strain elastography mode (when available).switch array.toggle voice controls.toggle zoom. -
Method Summary
Modifier and TypeMethodDescriptionstatic UserFunction
Returns the enum constant of this class with the specified name.static UserFunction[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
Freeze
toggle freeze. -
CaptureImage
capture still image. -
CaptureCine
capture cine. -
DepthDec
decrease depth. -
DepthInc
increase depth. -
GainDec
decrease gain. -
GainInc
increase gain. -
AutoGain
toggle auto gain. -
Zoom
toggle zoom. -
Flip
toggle horizontal flip. -
PlayCine
play cine when frozen. -
BMode
enter b mode. -
MMode
enter m mode. -
ColorDoppler
enter color doppler mode. -
PowerDoppler
enter power doppler mode. -
PwDoppler
enter pulsed wave doppler mode (when available). -
NeedleEnhance
enter needle enhance mode (when available). -
Strain
enter strain elastography mode (when available). -
RfMode
enter rf mode (when available). -
NeedleSide
toggle needle enhance side. -
SetDepth
set depth in cm. -
SetGain
set gain in %. -
CenterGuide
toggle center guide. -
FullScreen
toggle full screen. -
VoiceCommand
toggle voice controls. -
DynamicRngDec
decrease dynamic range. -
DynamicRngInc
increase dynamic range. -
ColorGainDec
decrease color gain. -
ColorGainInc
increase color gain. -
ColorPrfDec
decrease color prf. -
ColorPrfInc
increase color prf. -
SwitchArray
switch array.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-