Click or drag to resize

ProScript Namespace

 
Classes
  ClassDescription
Public classADCChannelValues
This class reports ADC channel values from a ScripTouch device.
Public classADCScanValues
This class represents an ADC scan value sample from a ScripTouch device.
Public classAdjustedCoordinate
This class represents a coordinate that has been adjusted for range and aspect.
Public classButtonDown
This class represents a button down event from a ScripTouch device.
Public classButtonEvent
This class represents an abstract button event
Public classButtonMove
This class represents a button press event from a ScripTouch device.
Public classButtonPress
This class represents a button press event from a ScripTouch device.
Public classButtonUp
This class represents a button down event from a ScripTouch device.
Public classCalibrationData
This class represents calibration parameters of a ScripTouch device. It is used for internal Scriptel engineering and development as well as to support the desire to save calibration data and restore the same calibration data back at a later time. This can be accomplished through getJSONCalibrationBlob() and the String constructor respectively.
Public classCalibrationState
This class represents the current calibration state of the device.
Public classCapabilities
This class represents the physical capabilities of a ScripTouch device
Public classCardParser
This class is a static helper class used to help parse Magnetic Swipe cards.
Public classConfiguration
This class represents the device configuration on a ScripTouch mouse device.
Public classCoordinate
This class represents a basic coordinate coming from a ScripTouch device.
Public classCoordinateRange
This class represents the logical coordinate range of a ScripTouch device.
Public classDebugCoordinate
This class represents a coordinate coming from a debug build of firmware for a ScripTouch device.
Public classDevice
This class represents a physical ScripTouch device.
Public classDeviceManager
This class manages ScripTouch devices.
Public classDeviceProductRestriction
This class is used to check if a device has the proper product id for the target firmware.
Public classDeviceStatus
This class represents output parameters of a ScripTouch device.
Public classDisplay
This class contains static information regarding the display of a ScripTouch device.
Public classDisplayChunk
This class represents an image raster that can be transferred to the display on a ScripTouch device.
Public classDisplaySettings
This class represents dynamic display options that can be changed.
Public classExtendedCoordinate
This class represents an extended coordinate coming from a ScripTouch device.
Public classFinancialCard
This class represents the parsed magnetic stripe data from a financial (credit) card. See "http://en.wikipedia.org/wiki/Magnetic_stripe_card">http://en.wikipedia.org/wiki/Magnetic_stripe_card
Public classFinancialCardIssuer
This class attempts to identify credit card issuers based on patterns in the numbers each vendor issues.
Public classFinancialCardTrackOne
This class represents track one of a financial card.
Public classFinancialCardTrackTwo
This class represents the second track of a financial card
Public classFirmwarePage
This class represents a page of firmware that can be written to the device.
Public classFrequencyAmplitude
This class represents frequency and amplitude settings for a ScripTouch device.
Public classFWFirmwareDevice
This class represents a device that the firmware is allowed to be placed on.
Public classFWFirmwarePackage
This class contains the information needed to properly download firmware from a .FW firmware file
Public classFWFirmwarePackageFormat
This class represents a complete firmware package
Public classGeneralParameters
This class represents general operating parameters for a ScripTouch device.
Public classIdentificationCard
This class represents an identification card such as a United States drivers license. http://www.aamva.org/?aspxerrorpath=/NR/rdonlyres/66260AD6-64B9-45E9-A253-B8AA32241BE0/0/2005DLIDCardSpecV2FINAL.pdf
Public classIdentificationCardTrackOne
This class represents track one of the magnetic strip of an identification card, such as a United States drivers license.
Public classIdentificationCardTrackThree
This class represents track three of a magnetic strip identification card such as a United States driver's license.
Public classIdentificationCardTrackTwo
This class represents track two of a magnetic strip identification card such as a United States driver's license.
Public classMagneticCardSwipe
This class represents a swipe of a magnetic swipe card on an equipped ScripTouch device.
Public classOperatingModes
The class represents compatible operating modes of a ScripTouch device.
Public classOutputConfiguration
This class represents output parameters of a ScripTouch device.
Public classPenParameters
This class represents pen parameters of a ScripTouch device.
Public classPeripheralConfiguration
This class represents the peripheral parameters of a ScripTouch device.
Public classRegion
This class represents a region. A region is a box shaped object stored in the memory of a ScripTouch device that can take several forms such as lines, buttons, and containers.
Public classRegionButton
This class represents a button region.
Public classRegionContainer
This class represents a container region in a ScripTouch device.
Public classRegionGraphic
This class represents a graphic region on the device.
Public classRegionLine
This class represents a line region in a ScripTouch device.
Public classRegionNull
This class represents a line region in a ScripTouch device.
Public classRegionText
This class represents a text region on the device.
Public classResource
This class represents a resource. A resource is an image or character set that is always commited to memory due to the large possible size of a resource.
Public classResourceAvailability
This class represents the amount of space available for resources.
Public classResourceGraphic
This class represents a graphic resource stored on the device.
Public classResourceInfo
This class represents the information about a resource.
Public classResourceInvalid
This class represents a null or invalid resource.
Public classResourceText
This class represents a text resource.
Public classScreen
This class represents a screen.
Public classScreenModify
This class represents a message that modifies a screen on the device.
Public classScreenRegionInfo
This class represents screen and region limitations of a ScripTouch device.
Public classSignature
This class represents a signature. As signature points are received from the device, they can be added to a Signature object to track signature strokes, as well as to render the signature as an Image.
Public classSRECFirmwarePackage
This class can be used to read Motorola SRecord files produced by most of the Renesas tools.
Public classSRECParseException
This exception represents some problem reading an SREC file.
Public classSRECRecord
This represents a single line in the SREC file which represents part of the overall program structure.
Public classSTException
This class represents an Exception that can be thrown for various errors related to communication with a ScripTouch device
Public classTouchParameters
This class represents touch parameters in a ScripTouch device.
Public classVersion
This class represents the firmware version of a ScripTouch device.
Interfaces
  InterfaceDescription
Public interfaceIDeviceNotificationListener
This interface is used to describe a class that is capable of receiving hot plug notifications from DeviceManager.
Public interfaceIFirmwareListener
This interface is used to receive firmware update percentage notifications.
Public interfaceIFirmwarePackage
This interface is used to define a type of class that can be used for reading firmware files for the ScripTouch series of devices.
Public interfaceIFirmwareRestriction
This interface is used to define an abstract firmware download restriction. Firmware restrictions are used by firmware packages to introduce requirements that must be met in order to download that firmware.
Public interfaceIInputListener
This interface describes a class capable of receiving input events from a ScripTouch device.
Enumerations
  EnumerationDescription
Public enumerationDeviceCoordinateType
Defines the coordinate system used for simulating pen touches
Public enumerationFinancialCardIssuerName
Enumeration containing known financial card issuers.
Public enumerationIdentificationSex
This class represents the gender of a card-holder on an identification card.
Public enumerationResourceInfoJustification
This enumeration contains the different types of justifications that can be applied to either a GRAPHIC or TEXT.
Public enumerationResourceInfoScreenRegionSaveChanges
This enumeration contains valid screen region save states.
Public enumerationResourceInfoType
This enumeration contains all valid resource types and their numeric identifiers.