java.lang.Object | |
↳ | com.datalogic.device.configuration.ScreensaverItem |
ScreensaverItem
represents an item in the screensavers list hosted by class DatalogicScreensaver
and used by `Datalogic Screensaver` application when configured as the screensver manager.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ScreensaverItem.Builder | Builder class for constructing instances of ScreensaverItem . |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Checks if this screensaver item is equal to another object.
| |||||||||||
Retrieves the animation type of the screensaver.
| |||||||||||
Retrieves the background color of the screensaver.
| |||||||||||
Retrieves the duration of the screensaver.
| |||||||||||
Retrieves the file path of the screensaver.
| |||||||||||
Returns a string representation of the `ScreensaverItem` object.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Checks if this screensaver item is equal to another object.
obj | the object to compare. Type: Object |
---|
true
if the objects are equal, false
otherwise. Type: boolean
Retrieves the animation type of the screensaver.
ScreensaverAnimation
Retrieves the background color of the screensaver.
String
Retrieves the duration of the screensaver.
int
Retrieves the file path of the screensaver.
String
Returns a string representation of the `ScreensaverItem` object. The string includes the file path, background color, duration, and animation type of the screensaver item in a formatted structure.