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,- java.lang.Cloneable
 
 public class RMFlashImageShape extends RMFlashShape 
- 
- 
Constructor SummaryConstructors Constructor Description RMFlashImageShape(RMShape aShape, int fillIndex)Create new flash image shape.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddefineFlash(RMFlash flash)Defines the flash for this shape.static voiddefineImages(RMFlash flash)Define ImagesRMImageFillgetImageFill()Returns this flash shape's fill as an image fill.RMTransformgetNextTransform()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, updateFlashChildren
 - 
Methods inherited from class com.reportmill.base.RMObjectclone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
 
- 
 
- 
- 
- 
Constructor Detail- 
RMFlashImageShapepublic RMFlashImageShape(RMShape aShape, int fillIndex) Create new flash image shape.
 
- 
 - 
Method Detail- 
getImageFillpublic RMImageFill getImageFill() Returns this flash shape's fill as an image fill.
 - 
getNextTransformpublic RMTransform getNextTransform() Overrides flash shape implementation to fold image size changes into scale (since flash image morph is broken).- Overrides:
- getNextTransformin class- RMFlashShape
 
 - 
defineFlashpublic void defineFlash(RMFlash flash) Description copied from class:RMFlashShapeDefines the flash for this shape.- Overrides:
- defineFlashin class- RMFlashShape
 
 - 
defineImagespublic static void defineImages(RMFlash flash) Define Images
 
- 
 
-