java.lang.Object
org.bzdev.anim2d.StartupErrors
This class is used to produce internationalized error
messages for startup scripts.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringError message for a missing frameHeight property in the specification passed to the ESP function createAnimation.static StringError message for a missing frameWidth property in the specification passed to the ESP function createAnimation.static StringError message for a missing gcsDistance property in the specification passed to the ESP function createAnimation.static StringError message for a missing imageSpaceDistance property in the specification passed to the ESP function createAnimation.static StringError message for a missing ticksPerFrame property in the specification passed to the ESP function createAnimation.static StringError message for a missing ticksPerSecond property in the specification passed to the ESP function createAnimation.
-
Constructor Details
-
StartupErrors
public StartupErrors()
-
-
Method Details
-
missingFrameWidth
Error message for a missing frameWidth property in the specification passed to the ESP function createAnimation.- Returns:
- the error message
-
missingFrameHeight
Error message for a missing frameHeight property in the specification passed to the ESP function createAnimation.- Returns:
- the error message
-
missingTicksPerSecond
Error message for a missing ticksPerSecond property in the specification passed to the ESP function createAnimation.- Returns:
- the error message
-
missingTicksPerFrame
Error message for a missing ticksPerFrame property in the specification passed to the ESP function createAnimation.- Returns:
- the error message
-
missingImageSpaceDistance
Error message for a missing imageSpaceDistance property in the specification passed to the ESP function createAnimation.- Returns:
- the error message
-
missingGCSDistance
Error message for a missing gcsDistance property in the specification passed to the ESP function createAnimation.- Returns:
- the error message
-