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 Summary
Constructors Constructor Description RMFlashSwitchShape(RMShape aShape)Creates a new flash shape for a given switch shape. 
- 
Method Summary
All 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.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 Detail
- 
RMFlashSwitchShape
public RMFlashSwitchShape(RMShape aShape)
Creates a new flash shape for a given switch shape. 
 - 
 
- 
Method Detail
- 
defineFlash
public void defineFlash(RMFlash aFlash)
Define flash for flash switch shape.- Overrides:
 defineFlashin classRMFlashSpriteShape
 
- 
getActionScript
public java.lang.String getActionScript()
Description copied from class:RMFlashShapeReturns the shape actionscript.- Overrides:
 getActionScriptin classRMFlashShape
 
 - 
 
 -