java.lang.Object | |
↳ | com.datalogic.decode.GoodReadOverlayManager |
GoodReadOverlayManager
is a class used to install and manage the Good Read's custom overlays.
When a new barcode is read and the property GOOD_READ_OVERLAY_ENABLE
is enabled an overlay
is show.
This class manage the custom overlays used when GOOD_READ_OVERLAY_SHAPE_POLICY
set to
CUSTOM
. To select the overlay name (the filename excluding the extension)
must be set in the propriety GOOD_READ_OVERLAY_CUSTOM_SHAPE_NAME_PROFILE
.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
GoodReadOverlayManager.PersistenceType | Enumerative representing the persistence type of the installed overlays. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds a new good read overlay image by specifying a png file.
| |||||||||||
Returns a list of the available custom overlays.
| |||||||||||
Gets an instance of the GoodReadOverlayImageInstaller, if it is supported by the platform.
| |||||||||||
Remove the custom overlay of the specified name.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Adds a new good read overlay image by specifying a png file. If the image share the same filename of another image already installed the second image will be overwritten. The image to be installed must not be located within an application's internal storage.
path | The full path to a png file of the image. |
---|---|
persistenceType | The type of persistence required for this overlay. Can only be reboot or enterprise reset persistent. |
DecodeException | in case of error, when exceptions are enabled through the ErrorManager singleton.
|
---|
Returns a list of the available custom overlays. The names consist of the filename of the images installed (excluding the extensions).
DecodeException | in case of error, when exceptions are enabled through the ErrorManager singleton.
|
---|
Gets an instance of the GoodReadOverlayImageInstaller, if it is supported by the platform.
Remove the custom overlay of the specified name.
name | The Good Read Overlay's name. The name consists of the filename of the image installed (excluding the extension). |
---|
DecodeException | in case of error, when exceptions are enabled through the ErrorManager singleton.
|
---|