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
FieldsFields inherited from class gg.xp.telestosupport.doodle.DoodleSpec
color, expiryCondition, expiryTime, name, timeBasis -
Constructor Summary
ConstructorsConstructorDescriptionDynamicTextDoodleSpec(DoodleLocation position, int size, DynamicText textScript) -
Method Summary
Modifier and TypeMethodDescriptiongetText()booleanReprocess this dynamic doodlevoidsetProcessor(DynamicValueProcessor processor) type()Methods inherited from class gg.xp.telestosupport.doodle.DoodleSpec
convertColor, expiryInMs, getName, isExpiredMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
typein classDoodleSpec
-
setProcessor
- Specified by:
setProcessorin interfaceDynamicDoodle
-
reprocess
public boolean reprocess()Description copied from interface:DynamicDoodleReprocess this dynamic doodle- Specified by:
reprocessin interfaceDynamicDoodle- Returns:
- true if the doodle has changed as a result of the call and must be re-sent to the server
-