Class STouchProtocol.RoundRectangle

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

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

    Fields
    Modifier and Type Field Description
    int curvature  
    int xMax  
    int xMin  
    int yMax  
    int yMin  
  • Constructor Summary

    Constructors
    Constructor Description
    RoundRectangle​(int xMin, int yMin, int xMax, int yMax, int curvature)  
  • 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

    • xMin

      public final int xMin
    • yMin

      public final int yMin
    • xMax

      public final int xMax
    • yMax

      public final int yMax
    • curvature

      public final int curvature
  • Constructor Details

    • RoundRectangle

      public RoundRectangle​(int xMin, int yMin, int xMax, int yMax, int curvature)
  • Method Details

    • toString

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