Package tv.porst.swfretools.parser.structures

Examples of tv.porst.swfretools.parser.structures.SceneNameList


    for (int i=0;i<frameLabelCount.value();i++) {
      frameLabels.add(FrameLabelsParser.parse(parser, String.format("DefineSceneAndFrameLabelData::FrameLabels[%d]", i)));
    }

    return new DefineSceneAndFrameLabelDataTag(header, sceneCount, new SceneNameList(sceneNames), frameLabelCount, new FrameLabelList(frameLabels));
  }
View Full Code Here

TOP

Related Classes of tv.porst.swfretools.parser.structures.SceneNameList

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.