Package gaiasky.util

Class GlobalConf.FrameConf

    • Field Detail

      • RENDER_WIDTH

        public int RENDER_WIDTH
        The width of the image frames
      • RENDER_HEIGHT

        public int RENDER_HEIGHT
        The height of the image frames
      • RENDER_TARGET_FPS

        public double RENDER_TARGET_FPS
        The number of images per second to produce
      • CAMERA_REC_TARGET_FPS

        public double CAMERA_REC_TARGET_FPS
        The target FPS when recording the camera
      • AUTO_FRAME_OUTPUT_CAMERA_PLAY

        public boolean AUTO_FRAME_OUTPUT_CAMERA_PLAY
        Automatically activate frame output system when playing camera file
      • RENDER_FOLDER

        public java.lang.String RENDER_FOLDER
        The output folder
      • RENDER_FILE_NAME

        public java.lang.String RENDER_FILE_NAME
        The prefix for the image files
      • RENDER_SCREENSHOT_TIME

        public boolean RENDER_SCREENSHOT_TIME
        Should we write the simulation time to the images?
      • RENDER_OUTPUT

        public boolean RENDER_OUTPUT
        Whether the frame system is activated or not
      • FRAME_QUALITY

        public float FRAME_QUALITY
        Quality, in case format is JPG
    • Constructor Detail

      • FrameConf

        public FrameConf()
    • Method Detail

      • isSimpleMode

        public boolean isSimpleMode()
      • isRedrawMode

        public boolean isRedrawMode()
      • notify

        public void notify​(Events event,
                           java.lang.Object... data)
        Specified by:
        notify in interface IObserver