Package com.reportmill.graphics
Class RMAgentFadeIn
- java.lang.Object
- 
- com.reportmill.base.RMObject
- 
- com.reportmill.graphics.RMAnimAgent
- 
- com.reportmill.graphics.RMAgentFadeIn
 
 
 
- 
- All Implemented Interfaces:
- RMArchiver.Archiving,- java.lang.Cloneable
 
 public class RMAgentFadeIn extends RMAnimAgent This class provides an anim agent to fade and scale a shape in over time.
- 
- 
Field SummaryFields Modifier and Type Field Description float_finalOpacityfloat_finalScalefloat_initialOpacityfloat_initialScale- 
Fields inherited from class com.reportmill.graphics.RMAnimAgent_delay, _duration, _shape
 
- 
 - 
Constructor SummaryConstructors Constructor Description RMAgentFadeIn()Creates an unitialized fade-in agent.RMAgentFadeIn(RMShape aShape)Creates a fade-in agent for the given shape.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactivate()Activates the agent, which converts target text shapes to chars and extends shapes animator max time if needed.java.lang.ObjectfromXML(RXArchiver anArchiver, RXElement anElement)XML unarchival.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.RMAnimAgentsetShape
 - 
Methods inherited from class com.reportmill.base.RMObjectclone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
 
- 
 
- 
- 
- 
Constructor Detail- 
RMAgentFadeInpublic RMAgentFadeIn() Creates an unitialized fade-in agent.
 - 
RMAgentFadeInpublic RMAgentFadeIn(RMShape aShape) Creates a fade-in agent for the given shape.
 
- 
 - 
Method Detail- 
activatepublic void activate() Activates the agent, which converts target text shapes to chars and extends shapes animator max time if needed.- Overrides:
- activatein class- RMAnimAgent
 
 - 
updatepublic void update(float aTime) Performs actual time based modifications.- Overrides:
- updatein class- RMAnimAgent
 
 - 
getTitlepublic java.lang.String getTitle() Returns the string used to describe this anim agent to the user.- Overrides:
- getTitlein class- RMAnimAgent
 
 - 
toXMLpublic RXElement toXML(RXArchiver anArchiver) XML archival.- Overrides:
- toXMLin class- RMAnimAgent
 
 - 
fromXMLpublic java.lang.Object fromXML(RXArchiver anArchiver, RXElement anElement) XML unarchival.- Overrides:
- fromXMLin class- RMAnimAgent
 
 
- 
 
-