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 SummaryConstructors Constructor Description RMFlashSoundShape(RMShape aShape)Creates a new flash sound shape.
 - 
Method SummaryAll 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.RMFlashShapedefineFlashChildren, 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.RMObjectclone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
 
- 
 
- 
- 
- 
Constructor Detail- 
RMFlashSoundShapepublic RMFlashSoundShape(RMShape aShape) Creates a new flash sound shape.
 
- 
 - 
Method Detail- 
defineFlashpublic void defineFlash(RMFlash aFlash) Define flash.- Overrides:
- defineFlashin class- RMFlashShape
 
 - 
updateFlashpublic void updateFlash(RMFlash aFlash) Update flash for sound.- Overrides:
- updateFlashin class- RMFlashShape
 
 - 
removeFlashpublic void removeFlash(RMFlash flash) - Overrides:
- removeFlashin class- RMFlashShape
 
 
- 
 
-