Class STouchProtocol.TextRotate

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

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

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

    Constructors
    Constructor Description
    TextRotate​(int rotationAngle, 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

    • rotationAngle

      public final int rotationAngle
    • text

      public final java.lang.String text
  • Constructor Details

    • TextRotate

      public TextRotate​(int rotationAngle, java.lang.String text)
  • Method Details

    • toString

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