Uses of Class
com.scriptel.proscript.Region
-
Packages that use Region Package Description com.scriptel.proscript This package contains the core of the ProScript library. -
-
Uses of Region in com.scriptel.proscript
Subclasses of Region in com.scriptel.proscript Modifier and Type Class Description classRegionButtonThis class represents a button region.classRegionContainerThis class represents a container region in a ScripTouch device.classRegionGraphicThis class represents a graphic region stored in the device.classRegionLineThis class represents a line region in a ScripTouch device.classRegionNullThis class represents a null region in a ScripTouch device.classRegionTextThis class represents a Static Text RegionMethods in com.scriptel.proscript that return Region Modifier and Type Method Description Region[]Device. getDefaultRegions()Deprecated.This method is deprecated in firmware versions greater than 4.0.0 since default regions no longer exist.RegionDevice. getDeviceRegion()This method gets a region based off the index and report 152.Region[]Device. getDeviceRegions()This method returns regions based on report 152.Region[]Device. getRegions()Deprecated.This method is deprecated in favor of getDeviceRegions() with firmware versions greater than 4.0.0.Methods in com.scriptel.proscript with parameters of type Region Modifier and Type Method Description voidDevice. setDeviceRegion(Region region)This method sets a region on the device using the given values.voidDevice. setRegion(Region r)Deprecated.This method is deprecated in favor of setDeviceRegion() with firmware versions greater than 4.0.0.voidDevice. updateRegion(Region r)Deprecated.This method is deprecated in favor of setDeviceRegion() with firmware versions greater than 4.0.0.
-