java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.device.configuration.ScreensaverAnimation |
Enum representing the different types of screensaver animations used by `Datalogic Screensaver` application when when configured as the screensver manager.
This enum provides various animation styles that can be used for a screensaver.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ScreensaverAnimation | PING_PONG | The screensaver will bounce back and forth across the screen. | |||||||||
ScreensaverAnimation | REPOSITIONING | The screensaver will move to different positions on the screen. | |||||||||
ScreensaverAnimation | UNDEFINED | Default value used when no specific animation is set. | |||||||||
ScreensaverAnimation | ZIG_ZAG | The screensaver will move in a zig-zag pattern across the screen. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the corresponding ScreensaverAnimation value, from a valid integer.
| |||||||||||
Retrieves the corresponding ScreensaverAnimation value, from a valid string.
| |||||||||||
Converts the ScreensaverAnimation enum to its integer representing value.
| |||||||||||
Converts the ScreensaverAnimation enum to its string representing value.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
The screensaver will bounce back and forth across the screen.
This animation style makes the screensaver move in a "ping-pong" motion, bouncing between the edges of the screen.
The screensaver will move to different positions on the screen.
This animation style repositions the screensaver periodically.
Default value used when no specific animation is set.
This value indicates that no animation type has been defined.
The screensaver will move in a zig-zag pattern across the screen.
This animation style creates a dynamic zig-zag movement for the screensaver.
Retrieves the corresponding ScreensaverAnimation value, from a valid integer.
value | int |
---|
Retrieves the corresponding ScreensaverAnimation value, from a valid string.
name | String |
---|
Converts the ScreensaverAnimation enum to its integer representing value.
Converts the ScreensaverAnimation enum to its string representing value.