Package de.freaklamarsch.systarest
Class STouchProtocol.Coordinates
java.lang.Object
de.freaklamarsch.systarest.STouchProtocol.Coordinates
- Enclosing class:
- STouchProtocol
public static class STouchProtocol.Coordinates
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Coordinates(int x, int y)
-
Method Summary
Modifier and Type Method Description java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
x
public final int x -
y
public final int y
-
-
Constructor Details
-
Coordinates
public Coordinates(int x, int y)
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-