Package com.scriptel.proscript
Class RegionNull
- java.lang.Object
-
- com.scriptel.proscript.Region
-
- com.scriptel.proscript.RegionNull
-
public class RegionNull extends Region
This class represents a null region in a ScripTouch device.
-
-
Constructor Summary
Constructors Constructor Description RegionNull()Public constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()Prints this object as a human readable string.-
Methods inherited from class com.scriptel.proscript.Region
acceptsTouch, getColorBackground, getColorForeground, getNumber, getOutputToHost, getReserved2, getX1, getX2, getY1, getY2, hasFrame, isDecode, isInUse, isReserved1, isVisible, setAcceptTouch, setColorBackground, setColorForeground, setDecode, setHasFrame, setInUse, setNumber, setOutputToHost, setReserved1, setReserved2, setVisible, setX1, setX2, setY1, setY2
-
-