| java.lang.Object org.openlaszlo.iv.flash.api.FlashItem
All known Subclasses: org.openlaszlo.iv.flash.api.text.TextItem, org.openlaszlo.iv.flash.api.shape.MorphFillStyle, org.openlaszlo.iv.flash.api.text.TextRecord, org.openlaszlo.iv.flash.api.shape.StyleChangeRecord, org.openlaszlo.iv.flash.api.shape.ShapeStyles, org.openlaszlo.iv.flash.api.shape.LineStyle, org.openlaszlo.iv.flash.api.button.ButtonRecord, org.openlaszlo.iv.flash.api.shape.MorphLineStyle, org.openlaszlo.iv.flash.api.FlashObject, org.openlaszlo.iv.flash.api.text.TextStyleChangeRecord, org.openlaszlo.iv.flash.api.sound.SoundInfo, org.openlaszlo.iv.flash.api.Color, org.openlaszlo.iv.flash.api.shape.MorphGradient, org.openlaszlo.iv.flash.api.shape.FillStyle, org.openlaszlo.iv.flash.api.shape.Gradient, org.openlaszlo.iv.flash.api.shape.CurvedEdgeRecord, org.openlaszlo.iv.flash.api.shape.ShapeRecords, org.openlaszlo.iv.flash.api.action.ClipAction, org.openlaszlo.iv.flash.api.action.ClipActions, org.openlaszlo.iv.flash.api.shape.StrightEdgeRecord, org.openlaszlo.iv.flash.api.shape.MorphShapeStyles, org.openlaszlo.iv.flash.api.CXForm, org.openlaszlo.iv.flash.api.button.ActionCondition,
FlashItem | abstract public class FlashItem (Code) | | Abstract base class for all Flash entities
All objects which can be parsed from swf file or generated into swf file are subclasses of this class
Object of this class can:
author: Dmitry Skavish |
copyInto | protected FlashItem copyInto(FlashItem item, ScriptCopier copier)(Code) | | Copies this flash item into empty given one through
ScriptCopier
All subclasses of this class has to override this method if they have their own data
Parameters: item - item to copy to Parameters: copier - copier filled object See Also: FlashItem.getCopy |
printContent | abstract public void printContent(PrintStream out, String indent)(Code) | | Prints object to
PrintStream Parameters: out - stream to print Parameters: indent - this string is printed before each line printed |
write | abstract public void write(FlashOutput fob)(Code) | | Writes object to flash buffer
Parameters: fob - flash buffer to write |
|
|