Class AWTNativeViewOverlay

    • Field Detail

      • LOGGER

        protected static org.apache.logging.log4j.Logger LOGGER
      • overlay

        protected com.jogamp.opengl.util.awt.Overlay overlay
      • overlayBackground

        protected Color overlayBackground
      • useFullCanvas

        protected boolean useFullCanvas
    • Constructor Detail

      • AWTNativeViewOverlay

        public AWTNativeViewOverlay()
    • Method Detail

      • isUseFullCanvas

        public boolean isUseFullCanvas()
      • setUseFullCanvas

        public void setUseFullCanvas​(boolean useFullCanvas)
        If true, the overlay will occupy the full canvas. If false, it will only occupy the viewport used by the , hence won't overlay on the colorbar. If not occupying full canvas, a scale is applied to the Graphics2D instance of the overlay with additional rendering hints to avoid aliasing of the anti-stretch effect.