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

C

calibrate() - Method in class com.scriptel.proscript.Device
This method puts the device into calibration mode.
CalibrationData - Class in com.scriptel.proscript
This class represents output parameters of a ScripTouch device.
CalibrationData() - Constructor for class com.scriptel.proscript.CalibrationData
 
CalibrationData(String) - Constructor for class com.scriptel.proscript.CalibrationData
Given a json string created by getJSONCalibrationBlob() this will create a clone of the original object.
CalibrationState - Class in com.scriptel.proscript
This class represents the current calibration state of the device.
cancelCalibration() - Method in class com.scriptel.proscript.Device
This method cancels calibration.
Capabilities - Class in com.scriptel.proscript
This class represents the capabilities of a device.
CARD_FORMAT_FINANCIAL - Static variable in class com.scriptel.proscript.input.MagneticCardSwipe
Card is a financial card.
CARD_FORMAT_IDENTITY - Static variable in class com.scriptel.proscript.input.MagneticCardSwipe
Card is an identity card.
CARD_FORMAT_UNKNOWN - Static variable in class com.scriptel.proscript.input.MagneticCardSwipe
Card type is unknown.
CardParser - Class in com.scriptel.proscript.cardswipe
This class is a static helper class used to help parse Magnetic Swipe cards.
CardSwipeInvalidException - Exception in com.scriptel.proscript.cardswipe
This exception is thrown when there is a problem parsing a card swipe string.
CardSwipeInvalidException(String, int) - Constructor for exception com.scriptel.proscript.cardswipe.CardSwipeInvalidException
Constructor, creates a new exception of this type.
CARTE_BLANCH - com.scriptel.proscript.cardswipe.FinancialCardIssuer
 
clearLastError() - Method in class com.scriptel.proscript.Device
This method clears the last error message from the device.
clearScreen() - Method in class com.scriptel.proscript.Device
This method clears the device's screen.
close() - Method in class com.scriptel.proscript.Device
This method attempts to close the device with the operating system.
com.scriptel.proscript - package com.scriptel.proscript
This package contains the core of the ProScript library.
com.scriptel.proscript.cardswipe - package com.scriptel.proscript.cardswipe
This package contains magnetic card swipe parsing logic and data structures.
com.scriptel.proscript.firmware - package com.scriptel.proscript.firmware
This package contains logic to parse and process firmware updates for ScripTouch devices.
com.scriptel.proscript.input - package com.scriptel.proscript.input
This package contains data structures representing each type of input report a ScripTouch device can produce.
com.scriptel.proscript.nativelib - package com.scriptel.proscript.nativelib
This package contains logic to unpack and load the correct native libraries for the runtime operating system and architecture.
COMPRESSION_MODE_HIRES_COMPRESSED - Static variable in class com.scriptel.proscript.OutputConfiguration
Compression mode where coordinates are returned in high resolution compressed.
COMPRESSION_MODE_HIRES_UNCOMPRESSED - Static variable in class com.scriptel.proscript.OutputConfiguration
Compression mode where coordinates are returned in high resolution uncompressed.
COMPRESSION_MODE_LORES_COMPRESSED - Static variable in class com.scriptel.proscript.OutputConfiguration
Compression mode where coordinates are returned in low resolution compressed.
COMPRESSION_MODE_LORES_UNCOMPRESSED - Static variable in class com.scriptel.proscript.OutputConfiguration
Compression mode where coordinates are returned in low resolution and are not compressed.
Configuration - Class in com.scriptel.proscript
This class represents the device configuration on a ScripTouch mouse device.
convert() - Method in class com.scriptel.proscript.firmware.SRECFirmwarePackage
This method will convert a SREC record into a HID feature report for use by the firmware updater built into JPX.
Coordinate - Class in com.scriptel.proscript.input
This class represents a basic coordinate coming from a ScripTouch device.
Coordinate(boolean, boolean, int, int) - Constructor for class com.scriptel.proscript.input.Coordinate
Protected constructor, used by children.
CoordinateRange - Class in com.scriptel.proscript
This class represents the logical coordinate range of a ScripTouch device.
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