![]() |
Gridarta Editor
|
Reads Atrinik AnimationObjects from files. More...
Protected Member Functions | |
int | parseLine (@NotNull final String line, final int startLineNumber, @NotNull final BufferedReader in, @NotNull final ErrorViewCollector errorViewCollector) |
Parses a line. More... | |
![]() | |
AbstractAnimationObjectsReader () | |
Creates a new instance. More... | |
Additional Inherited Members | |
![]() | |
void | loadAnimations (@NotNull final AnimationObjects animationObjects, @NotNull final ErrorViewCollector errorViewCollector, @NotNull final String path, @NotNull final File animFile, @NotNull final String startKey) throws IOException, AnimationParseException |
Loads animations from a file. More... | |
void | loadAnimations (@NotNull final AnimationObjects animationObjects, @NotNull final ErrorViewCollector errorViewCollector, final Reader reader, @NotNull final String startKey, @Nullable final String path, @Nullable final Map< String, String > animations) throws AnimationParseException, IOException |
Loads any number of animations from a reader. More... | |
Reads Atrinik AnimationObjects from files.
Definition at line 32 of file AtrinikAnimationObjectsReader.java.
|
protected |
Parses a line.
line | the current line |
startLineNumber | the current line number |
in | the reader to read from |
errorViewCollector | the error view collector for reporting errors |
AnimationParseException | in case parsing the animation reveals errors |
IOException | in case of I/O errors |
Reimplemented from net.sf.gridarta.model.io.AbstractAnimationObjectsReader.
Definition at line 35 of file AtrinikAnimationObjectsReader.java.