More documentation.

This commit is contained in:
Jindra Petřík
2024-08-08 19:27:14 +02:00
parent 68954e714d
commit b57e38e387
286 changed files with 11752 additions and 3576 deletions
@@ -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;