Class STouchProtocol.TextXY

java.lang.Object
de.freaklamarsch.systarest.STouchProtocol.TextXY
Enclosing class:
STouchProtocol

public static class STouchProtocol.TextXY
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.lang.String text  
    int x  
    int y  
  • Constructor Summary

    Constructors
    Constructor Description
    TextXY​(int x, int y, java.lang.String text)  
  • 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
    • text

      public final java.lang.String text
  • Constructor Details

    • TextXY

      public TextXY​(int x, int y, java.lang.String text)
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object