Package com.reportmill.flash
Class RMFlash
java.lang.Object
com.reportmill.flash.RMFlash
This class write an RM document to a flash bufer.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidbeginRecordWithTagId(int tagId) voiddefinePath(RMPath path, RMRect bounds, boolean drawsFill, boolean drawsStroke) Writes the given path to the flash buffer.voidWrite registered sound data to flash buffer.voidbyte[]Returns the flash bytes for this flash/document writer.intindexOfImageData(RMImageData anImageData) Get index of given image data in flash buffer (add it if missing).intindexOfSoundData(RMSoundData aSoundData) Get index of given sound data in flash buffer (add it if missing).intReturns the next available shape character id.voidWrite tagShowFrame to display contents of display list on screen with tagLen 0.voidwriteColor(RMColor aColor) Writes given color to flash buffer.voidwriteColorWithAlpha(RMColor aColor) Writes given color (with alpha) to flash buffer.voidwritePlaceObject2(int shapeId, int depth, RMTransform t, float ratio, boolean addToDisplayList, String aName, RMColor fromColor, RMColor toColor, float opacity, byte[] eventActions) voidwritePlaceObject2(RMFlashShape aShape) voidWrites given rect to flash buffer.voidwriteShapeRecordType1(int fill, int stroke, RMPoint aPoint) voidwriteShapeRecordType2(RMPoint aPoint) voidwriteShapeRecordType2(RMPoint controlPoint, RMPoint anchorPoint) voidwriteString(String aString) Writes given string to flash buffer.
- 
Constructor Details- 
RMFlashCreates a flash writer for given doc.
 
- 
- 
Method Details- 
getBytesFlashpublic byte[] getBytesFlash()Returns the flash bytes for this flash/document writer.
- 
indexOfImageDataGet index of given image data in flash buffer (add it if missing).
- 
indexOfSoundDataGet index of given sound data in flash buffer (add it if missing).
- 
defineSoundspublic void defineSounds()Write registered sound data to flash buffer.
- 
showFramepublic void showFrame()Write tagShowFrame to display contents of display list on screen with tagLen 0.
- 
shapeIdMaxpublic int shapeIdMax()Returns the next available shape character id.
- 
definePathWrites the given path to the flash buffer.
- 
beginRecordWithTagIdpublic void beginRecordWithTagId(int tagId) 
- 
endRecordpublic void endRecord()
- 
writeRectWrites given rect to flash buffer.
- 
writeColorWrites given color to flash buffer.
- 
writeColorWithAlphaWrites given color (with alpha) to flash buffer.
- 
writeStringWrites given string to flash buffer.
- 
writeShapeRecordType1
- 
writeShapeRecordType2
- 
writeShapeRecordType2
- 
writePlaceObject2
- 
writePlaceObject2public void writePlaceObject2(int shapeId, int depth, RMTransform t, float ratio, boolean addToDisplayList, String aName, RMColor fromColor, RMColor toColor, float opacity, byte[] eventActions) 
 
-