public class RMAgentTypewriter extends RMAnimAgent
_delay, _duration, _shape| Constructor and Description |
|---|
RMAgentTypewriter()
Creates an unitialized gravity typewriter.
|
RMAgentTypewriter(RMShape aShape)
Creates a typewriter agent for the given shape.
|
| Modifier and Type | Method and Description |
|---|---|
void |
activate()
Activates the agent.
|
java.lang.String |
getTitle()
Returns the string used to describe this anim agent to the user.
|
RXElement |
toXML(RXArchiver anArchiver)
XML archival.
|
void |
update(float aTime)
Performs actual time based modifications.
|
fromXML, setShapeclone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEqualspublic RMAgentTypewriter()
public RMAgentTypewriter(RMShape aShape)
public void activate()
activate in class RMAnimAgentpublic void update(float aTime)
update in class RMAnimAgentpublic java.lang.String getTitle()
getTitle in class RMAnimAgentpublic RXElement toXML(RXArchiver anArchiver)
toXML in class RMAnimAgent