public class AnimationValidator
extends java.lang.Object
AnimationObject
instances.Constructor and Description |
---|
AnimationValidator(@NotNull FaceObjects faceObjects,
@NotNull ErrorView errorView)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
validate(@NotNull java.lang.Iterable<AnimationObject> animationObjects)
Validates a set of
AnimationObjects . |
public AnimationValidator(@NotNull @NotNull FaceObjects faceObjects, @NotNull @NotNull ErrorView errorView)
faceObjects
- the face objects instance for looking up face nameserrorView
- the error view for reporting errorspublic void validate(@NotNull @NotNull java.lang.Iterable<AnimationObject> animationObjects)
AnimationObjects
.animationObjects
- the animation objects instance to validate