mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 08:40:49 +00:00
More documentation.
This commit is contained in:
@@ -29,11 +29,8 @@ import com.jpexs.decompiler.flash.treeitems.TreeItem;
|
||||
import com.jpexs.decompiler.flash.types.RGB;
|
||||
import com.jpexs.decompiler.flash.types.RGBA;
|
||||
import com.jpexs.decompiler.flash.types.SOUNDINFO;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import java.util.Objects;
|
||||
import java.util.Set;
|
||||
import java.util.TreeMap;
|
||||
|
||||
import java.util.*;
|
||||
|
||||
/**
|
||||
* Single frame of a timeline.
|
||||
@@ -88,7 +85,7 @@ public class Frame implements TreeItem, Exportable {
|
||||
|
||||
/**
|
||||
* Inner nested tags in this frame.
|
||||
* @see ShowFrameTag.isNestedTagType
|
||||
* See ShowFrameTag.isNestedTagType
|
||||
*/
|
||||
public List<Tag> innerTags = new ArrayList<>();
|
||||
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Flash timeline.
|
||||
*/
|
||||
package com.jpexs.decompiler.flash.timeline;
|
||||
Reference in New Issue
Block a user