Class EmulGLViewOverlay

java.lang.Object
org.jzy3d.plot3d.rendering.view.EmulGLViewOverlay
All Implemented Interfaces:
IViewOverlay

public class EmulGLViewOverlay extends Object implements IViewOverlay
An EmulGL view implementation that is able to handle overlay and tooltip rendering using an AWT BufferedImage painted with a Graphics2D passed to AWTRenderer2d.paint(java.awt.Graphics, int, int) or ITooltipRenderer.render(Graphics2D).
Author:
Martin Pernollet
  • Field Details

    • LOGGER

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

      protected Color overlayBackground
  • Constructor Details

    • EmulGLViewOverlay

      public EmulGLViewOverlay()
  • Method Details