C# Class SWFProcessing.SWFModeller.Frame

A frame on the timeline, which comprises a display list of instructions detailing what has changed on the stage for this frame.
ファイルを表示 Open project: WeeWorld/Swiffotron

Public Methods

Method Description
AddTag ( IDisplayListItem dlistItem ) : void

Add something to the display list. TODO: Rename this method?

Frame ( ) : System.Collections.Generic

Initializes a new instance of a Frame.

Private Methods

Method Description
FindInstance ( string name ) : PlaceObject
RemoveDisplayListItem ( IDisplayListItem dli ) : void
ToStringModelView ( int nest, StringBuilder sb ) : void

Method Details

AddTag() public method

Add something to the display list. TODO: Rename this method?
public AddTag ( IDisplayListItem dlistItem ) : void
dlistItem IDisplayListItem The item to add.
return void

Frame() public method

Initializes a new instance of a Frame.
public Frame ( ) : System.Collections.Generic
return System.Collections.Generic