Clone tags and frames

This commit is contained in:
Exund
2022-10-28 21:52:08 +02:00
committed by Jindra Petřík
parent 8e011e6392
commit 2fb840baac
8 changed files with 167 additions and 22 deletions
@@ -12,7 +12,8 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library.␍ */
* License along with this library.
*/
package com.jpexs.decompiler.flash.timeline;
import com.jpexs.decompiler.flash.ReadOnlyTagList;
@@ -42,4 +43,6 @@ public interface Timelined extends BoundedTag {
public void addTag(int index, Tag tag);
public void replaceTag(int index, Tag newTag);
public int indexOfTag(Tag tag);
}