public class AnimationObjectsCollectable extends java.lang.Object implements Collectable
Collectable
that creates the "animations" file. It also creates the
editor helper file "animtree".Constructor and Description |
---|
AnimationObjectsCollectable(@NotNull AnimationObjects animationObjects,
@NotNull java.lang.String animTreeFile)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
collect(@NotNull net.sf.japi.swing.misc.Progress progress,
@NotNull java.io.File collectedDirectory)
Collects information.
|
public AnimationObjectsCollectable(@NotNull @NotNull AnimationObjects animationObjects, @NotNull @NotNull java.lang.String animTreeFile)
animationObjects
- the animation objects to be collectedanimTreeFile
- the collected animation tree filepublic void collect(@NotNull @NotNull net.sf.japi.swing.misc.Progress progress, @NotNull @NotNull java.io.File collectedDirectory) throws java.io.IOException
collect
in interface Collectable
progress
- the progress to report progress tocollectedDirectory
- the destination directory to collect data tojava.io.IOException
- in case of I/O problems during collection