 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.model.anim;
27 import org.jetbrains.annotations.NotNull;
61 public void validate(@NotNull
final Iterable<AnimationObject> animationObjects) {
73 if (!faceName.startsWith(
"facings ")) {
final FaceObjects faceObjects
The FaceObjects instance for looking up face names.
Base package of all Gridarta classes.
E get(@NotNull String objectName)
Gets a AbstractNamedObject.
void addWarning(@NotNull ErrorViewCategory categoryName, @NotNull String message)
Adds a warning message.
Interface for classes displaying error messages.
AnimationValidator(@NotNull final FaceObjects faceObjects, @NotNull final ErrorView errorView)
Creates a new instance.
Defines possible error categories for ErrorView instances.
Utility class for validating AnimationObject instances.
FaceObjects is a container for FaceObjects.
Utility class for string manipulation.
Common interface for FaceObject.
void validateAnimation(@NotNull final AnimationObject animationObject)
Validates an AnimationObject instance.
static final Pattern PATTERN_NEWLINE
The pattern that matches a single newline ("\n").
void validate(@NotNull final Iterable< AnimationObject > animationObjects)
Validates a set of AnimationObjects.
The face is the appearance of an object.
An AnimationObject reflects the animation ("@code anim\n @endcode " ...
final ErrorView errorView
The ErrorView for reporting errors.