Package de.freaklamarsch.systarest
Class FakeSTouchDisplay.DisplayText
java.lang.Object
de.freaklamarsch.systarest.FakeSTouchDisplay.DisplayText
- Enclosing class:
- FakeSTouchDisplay
public class FakeSTouchDisplay.DisplayText
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static int
ALIGN_CENTER
static int
ALIGN_LEFT
static int
ALIGN_NONE
static int
ALIGN_RIGHT
(package private) int
alignment
(package private) int
style
(package private) STouchProtocol.TextXY
textXY
-
Constructor Summary
Constructors Constructor Description DisplayText(STouchProtocol.TextXY text)
DisplayText(STouchProtocol.TextXY text, int style)
-
Method Summary
Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.String
getALignmentString()
int
hashCode()
void
setStyle(int style)
java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Field Details
-
ALIGN_NONE
public static final int ALIGN_NONE- See Also:
- Constant Field Values
-
ALIGN_LEFT
public static final int ALIGN_LEFT- See Also:
- Constant Field Values
-
ALIGN_CENTER
public static final int ALIGN_CENTER- See Also:
- Constant Field Values
-
ALIGN_RIGHT
public static final int ALIGN_RIGHT- See Also:
- Constant Field Values
-
textXY
STouchProtocol.TextXY textXY -
style
int style -
alignment
int alignment
-
-
Constructor Details
-
DisplayText
-
DisplayText
-
-
Method Details
-
setStyle
public void setStyle(int style) -
getALignmentString
public java.lang.String getALignmentString() -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equals
in classjava.lang.Object
-