Package com.reportmill.flash
Class RMFlashImageShape
java.lang.Object
com.reportmill.base.RMObject
com.reportmill.flash.RMFlashShape
com.reportmill.flash.RMFlashImageShape
- All Implemented Interfaces:
- RMArchiver.Archiving,- Cloneable
- 
Constructor SummaryConstructorsConstructorDescriptionRMFlashImageShape(RMShape aShape, int fillIndex) Create new flash image shape.
- 
Method SummaryModifier and TypeMethodDescriptionvoiddefineFlash(RMFlash flash) Defines the flash for this shape.static voiddefineImages(RMFlash flash) Define ImagesReturns this flash shape's fill as an image fill.Overrides flash shape implementation to fold image size changes into scale (since flash image morph is broken).Methods inherited from class com.reportmill.flash.RMFlashShapedefineFlashChildren, defineFlashFill, getActionScript, getChild, getChildCount, getColor, getColorNext, getColorZero, getDrawsFill, getDrawsStroke, getFill, getMorphRatio, getNextOpacity, getShape, getStroke, needsTransformUpdate, newFlashShape, newFlashShapePrimitive, removeFlash, removeFlashChildren, setShapeId, updateFlash, updateFlashChildrenMethods inherited from class com.reportmill.base.RMObjectclone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
- 
Constructor Details- 
RMFlashImageShapeCreate new flash image shape.
 
- 
- 
Method Details- 
getImageFillReturns this flash shape's fill as an image fill.
- 
getNextTransformOverrides flash shape implementation to fold image size changes into scale (since flash image morph is broken).- Overrides:
- getNextTransformin class- RMFlashShape
 
- 
defineFlashDescription copied from class:RMFlashShapeDefines the flash for this shape.- Overrides:
- defineFlashin class- RMFlashShape
 
- 
defineImagesDefine Images
 
-