Package globus.glmap

Interface GLMapViewRenderer.ScreenCaptureRawCallback

Enclosing class:
GLMapViewRenderer

public static interface GLMapViewRenderer.ScreenCaptureRawCallback
Raw screen capture callback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    screenCaptured(int[] pixels, int width, int height)
    Called when GLMapView finished rendering map and text to raw data
  • Method Details

    • screenCaptured

      void screenCaptured(@Nullable int[] pixels, int width, int height)
      Called when GLMapView finished rendering map and text to raw data
      Parameters:
      pixels - pixels of raw image
      width - width of image
      height - height of image