Uses of Class
com.scriptel.proscript.input.Coordinate
-
Packages that use Coordinate Package Description com.scriptel.proscript This package contains the core of the ProScript library.com.scriptel.proscript.input This package contains data structures representing each type of input report a ScripTouch device can produce. -
-
Uses of Coordinate in com.scriptel.proscript
Methods in com.scriptel.proscript with parameters of type Coordinate Modifier and Type Method Description void
AbstractInputListener. recieveCoordinateEvent(Coordinate c)
void
InputListener. recieveCoordinateEvent(Coordinate c)
Receives either a coordinate or an extended coordinate from the device. -
Uses of Coordinate in com.scriptel.proscript.input
Subclasses of Coordinate in com.scriptel.proscript.input Modifier and Type Class Description class
ExtendedCoordinate
This class represents an extended coordinate coming from a ScripTouch device.Constructors in com.scriptel.proscript.input with parameters of type Coordinate Constructor Description AdjustedCoordinate(Coordinate c, CoordinateRange range, Display display)
Constructor, creates a new instance of this object.
-