Uses of Class
de.freaklamarsch.systarest.STouchProtocol.Rectangle
Package | Description |
---|---|
de.freaklamarsch.systarest |
-
Uses of STouchProtocol.Rectangle in de.freaklamarsch.systarest
Fields in de.freaklamarsch.systarest declared as STouchProtocol.Rectangle Modifier and Type Field Description (package private) STouchProtocol.Rectangle
FakeSTouchDisplay.DisplayRectangle. rectangle
Methods in de.freaklamarsch.systarest that return STouchProtocol.Rectangle Modifier and Type Method Description STouchProtocol.Rectangle
STouchProtocol.RectangleReaderWriter. readFromBuffer(java.nio.ByteBuffer buffer)
Methods in de.freaklamarsch.systarest with parameters of type STouchProtocol.Rectangle Modifier and Type Method Description boolean
FakeSTouchDisplay. drawRect(STouchProtocol.Rectangle rectangle)
int
STouchProtocol.RectangleReaderWriter. writeToBuffer(java.nio.ByteBuffer buffer, STouchProtocol.Rectangle rectangle)
Constructors in de.freaklamarsch.systarest with parameters of type STouchProtocol.Rectangle Constructor Description DisplayRectangle(STouchProtocol.Rectangle rectangle)