Class StartupErrors

java.lang.Object
org.bzdev.anim2d.StartupErrors

public class StartupErrors extends Object
This class is used to produce internationalized error messages for startup scripts.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    Error message for a missing frameHeight property in the specification passed to the ESP function createAnimation.
    static String
    Error message for a missing frameWidth property in the specification passed to the ESP function createAnimation.
    static String
    Error message for a missing gcsDistance property in the specification passed to the ESP function createAnimation.
    static String
    Error message for a missing imageSpaceDistance property in the specification passed to the ESP function createAnimation.
    static String
    Error message for a missing ticksPerFrame property in the specification passed to the ESP function createAnimation.
    static String
    Error message for a missing ticksPerSecond property in the specification passed to the ESP function createAnimation.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • StartupErrors

      public StartupErrors()
  • Method Details

    • missingFrameWidth

      public static String missingFrameWidth()
      Error message for a missing frameWidth property in the specification passed to the ESP function createAnimation.
      Returns:
      the error message
    • missingFrameHeight

      public static String missingFrameHeight()
      Error message for a missing frameHeight property in the specification passed to the ESP function createAnimation.
      Returns:
      the error message
    • missingTicksPerSecond

      public static String missingTicksPerSecond()
      Error message for a missing ticksPerSecond property in the specification passed to the ESP function createAnimation.
      Returns:
      the error message
    • missingTicksPerFrame

      public static String missingTicksPerFrame()
      Error message for a missing ticksPerFrame property in the specification passed to the ESP function createAnimation.
      Returns:
      the error message
    • missingImageSpaceDistance

      public static String missingImageSpaceDistance()
      Error message for a missing imageSpaceDistance property in the specification passed to the ESP function createAnimation.
      Returns:
      the error message
    • missingGCSDistance

      public static String missingGCSDistance()
      Error message for a missing gcsDistance property in the specification passed to the ESP function createAnimation.
      Returns:
      the error message