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
,Cloneable
-
Constructor Summary
ConstructorsConstructorDescriptionRMFlashSwitchShape
(RMShape aShape) Creates a new flash shape for a given switch shape. -
Method Summary
Modifier and TypeMethodDescriptionvoid
defineFlash
(RMFlash aFlash) Define flash for flash switch shape.Returns the shape actionscript.Methods inherited from class com.reportmill.flash.RMFlashSpriteShape
checkSpriteRunningStatus, defineFlashChildren, defineSpriteFrames, hasChange, play, removeFlashChildren, shouldBeSprite, stop, updateFlash, updateFlashChildren
Methods inherited from class com.reportmill.flash.RMFlashShape
defineFlashFill, 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.RMObject
clone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
-
Constructor Details
-
RMFlashSwitchShape
Creates a new flash shape for a given switch shape.
-
-
Method Details
-
defineFlash
Define flash for flash switch shape.- Overrides:
defineFlash
in classRMFlashSpriteShape
-
getActionScript
Description copied from class:RMFlashShape
Returns the shape actionscript.- Overrides:
getActionScript
in classRMFlashShape
-