Interface HardwareTextDisplayLine
public interface HardwareTextDisplayLine
Represents a line of text on a
HardwareTextDisplay.- Since:
- API version 10
-
Method Summary
Modifier and TypeMethodDescriptionProperty that defines the background color of this line.text()Property that defines the current text shown.Property that defines the text color of this line.
-
Method Details
-
text
StringHardwareProperty text()Property that defines the current text shown. -
backgroundColor
ColorHardwareProperty backgroundColor()Property that defines the background color of this line. -
textColor
ColorHardwareProperty textColor()Property that defines the text color of this line.
-