Package com.reportmill.graphics
Class RMAgentTypewriter
- java.lang.Object
-
- com.reportmill.base.RMObject
-
- com.reportmill.graphics.RMAnimAgent
-
- com.reportmill.graphics.RMAgentTypewriter
-
- All Implemented Interfaces:
RMArchiver.Archiving,java.lang.Cloneable
public class RMAgentTypewriter extends RMAnimAgent
This class provides an anim agent to insert text letters sequentially with typewriter sound effect.
-
-
Field Summary
-
Fields inherited from class com.reportmill.graphics.RMAnimAgent
_delay, _duration, _shape
-
-
Constructor Summary
Constructors Constructor Description RMAgentTypewriter()Creates an unitialized gravity typewriter.RMAgentTypewriter(RMShape aShape)Creates a typewriter agent for the given shape.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactivate()Activates the agent.java.lang.StringgetTitle()Returns the string used to describe this anim agent to the user.RXElementtoXML(RXArchiver anArchiver)XML archival.voidupdate(float aTime)Performs actual time based modifications.-
Methods inherited from class com.reportmill.graphics.RMAnimAgent
fromXML, setShape
-
Methods inherited from class com.reportmill.base.RMObject
clone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
-
-
-
-
Constructor Detail
-
RMAgentTypewriter
public RMAgentTypewriter()
Creates an unitialized gravity typewriter.
-
RMAgentTypewriter
public RMAgentTypewriter(RMShape aShape)
Creates a typewriter agent for the given shape.
-
-
Method Detail
-
activate
public void activate()
Activates the agent.- Overrides:
activatein classRMAnimAgent
-
update
public void update(float aTime)
Performs actual time based modifications.- Overrides:
updatein classRMAnimAgent
-
getTitle
public java.lang.String getTitle()
Returns the string used to describe this anim agent to the user.- Overrides:
getTitlein classRMAnimAgent
-
toXML
public RXElement toXML(RXArchiver anArchiver)
XML archival.- Overrides:
toXMLin classRMAnimAgent
-
-