JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
me.ulrich.koth.interfaces
Interface TextLine
All Superinterfaces:
Line
public interface
TextLine
extends
Line
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getText
()
Get the
String
that the
TextLine
currently represents
void
setText
(
String
text)
Set the
String
the
TextLine
displays
Methods inherited from interface me.ulrich.koth.interfaces.
Line
updateHologram
Method Details
getText
String
getText
()
Get the
String
that the
TextLine
currently represents
Returns:
The current displayed
String
setText
void
setText
(
String
text)
Set the
String
the
TextLine
displays
Parameters:
text
- The
String
to display