Package com.reportmill.flash
Class RMFlash
java.lang.Object
com.reportmill.flash.RMFlash
This class write an RM document to a flash bufer.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
beginRecordWithTagId
(int tagId) void
definePath
(RMPath path, RMRect bounds, boolean drawsFill, boolean drawsStroke) Writes the given path to the flash buffer.void
Write registered sound data to flash buffer.void
byte[]
Returns the flash bytes for this flash/document writer.int
indexOfImageData
(RMImageData anImageData) Get index of given image data in flash buffer (add it if missing).int
indexOfSoundData
(RMSoundData aSoundData) Get index of given sound data in flash buffer (add it if missing).int
Returns the next available shape character id.void
Write tagShowFrame to display contents of display list on screen with tagLen 0.void
writeColor
(RMColor aColor) Writes given color to flash buffer.void
writeColorWithAlpha
(RMColor aColor) Writes given color (with alpha) to flash buffer.void
writePlaceObject2
(int shapeId, int depth, RMTransform t, float ratio, boolean addToDisplayList, String aName, RMColor fromColor, RMColor toColor, float opacity, byte[] eventActions) void
writePlaceObject2
(RMFlashShape aShape) void
Writes given rect to flash buffer.void
writeShapeRecordType1
(int fill, int stroke, RMPoint aPoint) void
writeShapeRecordType2
(RMPoint aPoint) void
writeShapeRecordType2
(RMPoint controlPoint, RMPoint anchorPoint) void
writeString
(String aString) Writes given string to flash buffer.
-
Constructor Details
-
RMFlash
Creates a flash writer for given doc.
-
-
Method Details
-
getBytesFlash
public byte[] getBytesFlash()Returns the flash bytes for this flash/document writer. -
indexOfImageData
Get index of given image data in flash buffer (add it if missing). -
indexOfSoundData
Get index of given sound data in flash buffer (add it if missing). -
defineSounds
public void defineSounds()Write registered sound data to flash buffer. -
showFrame
public void showFrame()Write tagShowFrame to display contents of display list on screen with tagLen 0. -
shapeIdMax
public int shapeIdMax()Returns the next available shape character id. -
definePath
Writes the given path to the flash buffer. -
beginRecordWithTagId
public void beginRecordWithTagId(int tagId) -
endRecord
public void endRecord() -
writeRect
Writes given rect to flash buffer. -
writeColor
Writes given color to flash buffer. -
writeColorWithAlpha
Writes given color (with alpha) to flash buffer. -
writeString
Writes given string to flash buffer. -
writeShapeRecordType1
-
writeShapeRecordType2
-
writeShapeRecordType2
-
writePlaceObject2
-
writePlaceObject2
public void writePlaceObject2(int shapeId, int depth, RMTransform t, float ratio, boolean addToDisplayList, String aName, RMColor fromColor, RMColor toColor, float opacity, byte[] eventActions)
-