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 intALIGN_CENTERstatic intALIGN_LEFTstatic intALIGN_NONEstatic intALIGN_RIGHT(package private) intalignment(package private) intstyle(package private) STouchProtocol.TextXYtextXY -
Constructor Summary
Constructors Constructor Description DisplayText(STouchProtocol.TextXY text)DisplayText(STouchProtocol.TextXY text, int style) -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetALignmentString()inthashCode()voidsetStyle(int style)java.lang.StringtoString()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:
toStringin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classjava.lang.Object
-