A B C D E F G H I J L M N O P R S T U V W 
All Classes All Packages

D

DebugCoordinate - Class in com.scriptel.proscript.input
This class represents a coordinate coming from a debug build of firmware for a ScripTouch device.
deleteDeviceRegion(int) - Method in class com.scriptel.proscript.Device
This method deletes the values of a region at the given index (153).
deleteRegion(int) - Method in class com.scriptel.proscript.Device
Deprecated.
This method is deprecated in firmware versions greater than 4.0.0 use deleteDeviceRegion() instead.
deleteResource(int) - Method in class com.scriptel.proscript.Device
This method deletes a Resource from the device
deleteScreen(int) - Method in class com.scriptel.proscript.Device
This method will delete the screen information at the given index.
destroy() - Static method in class com.scriptel.proscript.DeviceManager
Destroy the ProScript library, call this prior to closing your application, do not call anything else in the library after calling this.
Device - Class in com.scriptel.proscript
This class represents a physical ScripTouch device.
DEVICE_DISCARD_CHANGES - Static variable in class com.scriptel.proscript.Device
Constant for discard changes made to regions and screens on the device.
DEVICE_FACTORY_RESET - Static variable in class com.scriptel.proscript.Device
Constant for restore factory defaults to regions and screens on the device.
DEVICE_SAVE_CHANGES - Static variable in class com.scriptel.proscript.Device
Constant for save changes made to regions and screens on the device.
DeviceManager - Class in com.scriptel.proscript
This class manages ScripTouch devices.
DeviceNotificationListener - Interface in com.scriptel.proscript
This interface is used to describe a class that is capable of receiving hot plug notifications from DeviceManager.
DeviceProductRestriction - Class in com.scriptel.proscript.firmware
This class is used to check if a device has the proper product id for the target firmware.
DeviceProductRestriction(List<FWFirmwareDevice>) - Constructor for class com.scriptel.proscript.firmware.DeviceProductRestriction
 
DeviceStatus - Class in com.scriptel.proscript
This class represents output parameters of a ScripTouch device.
DINERS_CLUB - com.scriptel.proscript.cardswipe.FinancialCardIssuer
 
DISCOVER - com.scriptel.proscript.cardswipe.FinancialCardIssuer
 
Display - Class in com.scriptel.proscript
This class contains static information regarding the display of a ScripTouch device.
DISPLAY_TYPE_240X64_1X5_BLACKWHITE - Static variable in class com.scriptel.proscript.Capabilities
The device has a 240x64 pixel 1x5 inch black and white display.
DISPLAY_TYPE_240X64_1X5_GRAYSCALE - Static variable in class com.scriptel.proscript.Capabilities
The device has a 240x64 pixel 1x5 inch grayscale display.
DISPLAY_TYPE_NONE - Static variable in class com.scriptel.proscript.Capabilities
The device has no display.
DisplayChunk - Class in com.scriptel.proscript
This class represents an image raster that can be transferred to the display on a ScripTouch device.
DisplayChunk(int, int, int, int, byte, byte[]) - Constructor for class com.scriptel.proscript.DisplayChunk
Constructor, creates a new raster.
DisplaySettings - Class in com.scriptel.proscript
This class represents dynamic display options that can be changed.
DO_NOTHING_ON_NEXT - Static variable in class com.scriptel.proscript.Screen
This constant can be used in setRegions() and addRegion() to indicate that nothing should happen when a button is pressed or the timeout is encountered.
drawText(String, int, int, int, boolean) - Method in class com.scriptel.proscript.Device
This method draws text on the screen (if equipped).
A B C D E F G H I J L M N O P R S T U V W 
All Classes All Packages