Package com.reportmill.flash
Class RMFlashSoundShape
- java.lang.Object
 - 
- com.reportmill.base.RMObject
 - 
- com.reportmill.flash.RMFlashShape
 - 
- com.reportmill.flash.RMFlashSoundShape
 
 
 
 
- 
- All Implemented Interfaces:
 RMArchiver.Archiving,java.lang.Cloneable
public class RMFlashSoundShape extends RMFlashShape
A flash shape for rm sound shapes. 
- 
- 
Constructor Summary
Constructors Constructor Description RMFlashSoundShape(RMShape aShape)Creates a new flash sound shape. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddefineFlash(RMFlash aFlash)Define flash.voidremoveFlash(RMFlash flash)voidupdateFlash(RMFlash aFlash)Update flash for sound.- 
Methods inherited from class com.reportmill.flash.RMFlashShape
defineFlashChildren, defineFlashFill, getActionScript, getChild, getChildCount, getColor, getColorNext, getColorZero, getDrawsFill, getDrawsStroke, getFill, getMorphRatio, getNextOpacity, getNextTransform, getShape, getStroke, needsTransformUpdate, newFlashShape, newFlashShapePrimitive, removeFlashChildren, setShapeId, updateFlashChildren 
- 
Methods inherited from class com.reportmill.base.RMObject
clone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
RMFlashSoundShape
public RMFlashSoundShape(RMShape aShape)
Creates a new flash sound shape. 
 - 
 
- 
Method Detail
- 
defineFlash
public void defineFlash(RMFlash aFlash)
Define flash.- Overrides:
 defineFlashin classRMFlashShape
 
- 
updateFlash
public void updateFlash(RMFlash aFlash)
Update flash for sound.- Overrides:
 updateFlashin classRMFlashShape
 
- 
removeFlash
public void removeFlash(RMFlash flash)
- Overrides:
 removeFlashin classRMFlashShape
 
 - 
 
 -