Class ScreenshotsManager

java.lang.Object
gaiasky.screenshot.ScreenshotsManager
All Implemented Interfaces:
IObserver

public class ScreenshotsManager extends Object implements IObserver
  • Field Details

  • Constructor Details

    • ScreenshotsManager

      public ScreenshotsManager()
  • Method Details

    • initialize

      public static void initialize()
    • renderFrame

      public void renderFrame(IMainRenderer mr)
    • renderScreenshot

      public void renderScreenshot(IMainRenderer mr)
    • renderCurrentFrameBuffer

      public void renderCurrentFrameBuffer(String folder, String file, int w, int h)
    • renderToImage

      public String renderToImage(IMainRenderer mr, ICamera camera, double dt, IPostProcessor.PostProcessBean ppb, int width, int height, String folder, String filename, IFileImageRenderer renderer, GlobalConf.ImageFormat type, float quality)
      Renders the current scene to an image and returns the file name where it has been written to
      Parameters:
      camera -
      width - The width of the image.
      height - The height of the image.
      folder - The folder to save the image to.
      filename - The file name prefix.
      renderer - the IFileImageRenderer to use.
      Returns:
      String with the path to the screenshot image file.
    • notify

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