|
Led Display Component v1.0 www.LedTicker.net/display |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.leddisplay.elements.Token
net.leddisplay.elements.ArrowToken
A token representation of an abstract trend. The upward trend is represented as an arrow pointing up, the constant trend is represented as a horizontal line and the downward trend is represented as an arrow pointing down.
| Field Summary | |
static java.lang.Object |
DECREASING
Abstract value associated with a downward trend |
static java.lang.Object |
INCREASING
Abstract value associated with an upward trend |
static java.lang.Object |
UNCHANGED
Abstract value associated with a constant trend |
| Constructor Summary | |
ArrowToken()
Creates an ArrowToken with a constant trend |
|
ArrowToken(ColorModel colorModel)
Creates an ArrowToken with a constant trend and a custom ColorModel |
|
| Method Summary | |
java.lang.Object |
getArrowType()
Returns the trend of this ArrowToken |
java.lang.String |
getDisplayValue()
Unused. |
void |
setValue(java.lang.Object value)
Sets the token's value, which its defined by a trend. |
| Methods inherited from class net.leddisplay.elements.Token |
getColorModel, setColorModel |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.Object INCREASING
public static final java.lang.Object DECREASING
public static final java.lang.Object UNCHANGED
| Constructor Detail |
public ArrowToken()
public ArrowToken(ColorModel colorModel)
colorModel - the ColorModel| Method Detail |
public java.lang.Object getArrowType()
public java.lang.String getDisplayValue()
getDisplayValue in class TokenString representationToken.getDisplayValue()public void setValue(java.lang.Object value)
setValue in class Tokenvalue - the token's valueToken.setValue(java.lang.Object),
INCREASING,
UNCHANGED,
DECREASING
|
Led Display Component v1.0 www.LedTicker.net/display |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||