Package com.reportmill.flash
Class RMFlashSwitchShape
- java.lang.Object
- 
- com.reportmill.base.RMObject
- 
- com.reportmill.flash.RMFlashShape
- 
- com.reportmill.flash.RMFlashSpriteShape
- 
- com.reportmill.flash.RMFlashSwitchShape
 
 
 
 
- 
- All Implemented Interfaces:
- RMArchiver.Archiving,- java.lang.Cloneable
 
 public class RMFlashSwitchShape extends RMFlashSpriteShape 
- 
- 
Constructor SummaryConstructors Constructor Description RMFlashSwitchShape(RMShape aShape)Creates a new flash shape for a given switch shape.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddefineFlash(RMFlash aFlash)Define flash for flash switch shape.java.lang.StringgetActionScript()Returns the shape actionscript.- 
Methods inherited from class com.reportmill.flash.RMFlashSpriteShapecheckSpriteRunningStatus, defineFlashChildren, defineSpriteFrames, hasChange, play, removeFlashChildren, shouldBeSprite, stop, updateFlash, updateFlashChildren
 - 
Methods inherited from class com.reportmill.flash.RMFlashShapedefineFlashFill, getChild, getChildCount, getColor, getColorNext, getColorZero, getDrawsFill, getDrawsStroke, getFill, getMorphRatio, getNextOpacity, getNextTransform, getShape, getStroke, needsTransformUpdate, newFlashShape, newFlashShapePrimitive, removeFlash, setShapeId
 - 
Methods inherited from class com.reportmill.base.RMObjectclone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
 
- 
 
- 
- 
- 
Constructor Detail- 
RMFlashSwitchShapepublic RMFlashSwitchShape(RMShape aShape) Creates a new flash shape for a given switch shape.
 
- 
 - 
Method Detail- 
defineFlashpublic void defineFlash(RMFlash aFlash) Define flash for flash switch shape.- Overrides:
- defineFlashin class- RMFlashSpriteShape
 
 - 
getActionScriptpublic java.lang.String getActionScript() Description copied from class:RMFlashShapeReturns the shape actionscript.- Overrides:
- getActionScriptin class- RMFlashShape
 
 
- 
 
-