Package me.clarius.sdk
Enum Class UserFunction
- All Implemented Interfaces:
Serializable
,Comparable<UserFunction>
,Constable
The possible user functions from a button 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 ConstantDescriptionopens annotations.toggle auto gain.enter b mode.capture cine.capture still image.toggle center guide.enter contrast enhanced mode (when available).clears screen.enter color doppler mode.decrease color gain.increase color gain.decrease color prf.increase color prf.decrease contrast.increase contrast.decrease depth.increase depth.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.next cine frame.play cine when frozen.enter power doppler mode.previous cine frame.enter pulsed wave doppler mode (when available).enter rf mode (when available).set depth in cm.set gain in %.split screen into 1 display.split screen into 2 displays.split screen into 4 displays.activate the next display.enter strain elastography mode (when available).switch array.enter t mode.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. -
TMode
enter t 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). -
Ceus
enter contrast enhanced 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. -
ContrastDec
decrease contrast. -
ContrastInc
increase contrast. -
ColorGainDec
decrease color gain. -
ColorGainInc
increase color gain. -
ColorPrfDec
decrease color prf. -
ColorPrfInc
increase color prf. -
SwitchArray
switch array. -
Split1
split screen into 1 display. -
Split2
split screen into 2 displays. -
Split4
split screen into 4 displays. -
SplitNext
activate the next display. -
Annotate
opens annotations. -
ClearScreen
clears screen. -
PreviousFrame
previous cine frame. -
NextFrame
next cine frame.
-
-
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
-