Package com.scriptel.proscript.input
Class ExtendedCoordinate
- java.lang.Object
-
- com.scriptel.proscript.input.Coordinate
-
- com.scriptel.proscript.input.ExtendedCoordinate
-
public final class ExtendedCoordinate extends Coordinate
This class represents an extended coordinate coming from a ScripTouch device.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getRegion()
Gets the region number.java.lang.String
toString()
Prints this object as a human readable string.-
Methods inherited from class com.scriptel.proscript.input.Coordinate
getX, getY, isDataSource, isPenDown
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
Prints this object as a human readable string.- Overrides:
toString
in classCoordinate
- Returns:
- Human readable string.
-
getRegion
public int getRegion()
Gets the region number.- Returns:
- the region
-
-