|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectalgoanim.primitives.Primitive
algoanim.primitives.AdvancedTextSupport
public abstract class AdvancedTextSupport
| Field Summary |
|---|
| Fields inherited from class algoanim.primitives.Primitive |
|---|
gen |
| Constructor Summary | |
|---|---|
protected |
AdvancedTextSupport(GeneratorInterface g,
DisplayOptions d)
|
| Method Summary | |
|---|---|
void |
setFont(java.awt.Font newFont,
Timing delay,
Timing duration)
updates the font of this text component (not supported by all primitives!). |
void |
setText(java.lang.String newText,
Timing delay,
Timing duration)
updates the text of this text component (not supported by all primitives!). |
| Methods inherited from class algoanim.primitives.Primitive |
|---|
changeColor, exchange, getDisplayOptions, getName, hide, hide, moveBy, moveTo, moveVia, rotate, rotate, setName, show, show |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AdvancedTextSupport(GeneratorInterface g,
DisplayOptions d)
g - the appropriate code Generator for this
Primitive.d - [optional] the DisplayOptions for this
Primitive.| Method Detail |
|---|
public void setText(java.lang.String newText,
Timing delay,
Timing duration)
newText - the new text to be useddelay - the delay until the operation startsduration - the duration for the operation
public void setFont(java.awt.Font newFont,
Timing delay,
Timing duration)
newFont - the new text to be useddelay - the delay until the operation startsduration - the duration for the operation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||