Package gg.xp.telestosupport.doodle
Class DynamicTextDoodleSpec
java.lang.Object
gg.xp.telestosupport.doodle.DoodleSpec
gg.xp.telestosupport.doodle.DynamicTextDoodleSpec
- All Implemented Interfaces:
DynamicDoodle
,Serializable
- See Also:
-
Field Summary
Fields inherited from class gg.xp.telestosupport.doodle.DoodleSpec
color, expiryCondition, expiryTime, name, timeBasis
-
Constructor Summary
ConstructorDescriptionDynamicTextDoodleSpec
(DoodleLocation position, int size, DynamicText textScript) -
Method Summary
Modifier and TypeMethodDescriptiongetText()
boolean
Reprocess this dynamic doodlevoid
setProcessor
(DynamicValueProcessor processor) type()
Methods inherited from class gg.xp.telestosupport.doodle.DoodleSpec
convertColor, expiryInMs, getName, isExpired
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface gg.xp.telestosupport.doodle.DynamicDoodle
getName, isExpired
-
Field Details
-
position
-
size
public final int size -
textScript
-
text
-
-
Constructor Details
-
DynamicTextDoodleSpec
-
-
Method Details
-
getText
-
type
- Specified by:
type
in classDoodleSpec
-
setProcessor
- Specified by:
setProcessor
in interfaceDynamicDoodle
-
reprocess
public boolean reprocess()Description copied from interface:DynamicDoodle
Reprocess this dynamic doodle- Specified by:
reprocess
in interfaceDynamicDoodle
- Returns:
- true if the doodle has changed as a result of the call and must be re-sent to the server
-