Uses of Interface
org.jzy3d.plot3d.rendering.view.IViewOverlay
-
Packages that use IViewOverlay Package Description org.jzy3d.chart.factories org.jzy3d.plot3d.rendering.view -
-
Uses of IViewOverlay in org.jzy3d.chart.factories
Methods in org.jzy3d.chart.factories that return IViewOverlay Modifier and Type Method Description IViewOverlayAWTPainterFactory. newViewOverlay()IViewOverlayEmulGLPainterFactory. newViewOverlay()IViewOverlayIPainterFactory. newViewOverlay()IViewOverlayNewtPainterFactory. newViewOverlay()IViewOverlaySWTPainterFactory. newViewOverlay() -
Uses of IViewOverlay in org.jzy3d.plot3d.rendering.view
Classes in org.jzy3d.plot3d.rendering.view that implement IViewOverlay Modifier and Type Class Description classAWTNativeViewOverlayclassEmulGLViewOverlayAn EmulGL view implementation that is able to handle overlay and tooltip rendering using an AWT BufferedImage painted with a Graphics2D passed toAWTRenderer2d.paint(java.awt.Graphics, int, int)orITooltipRenderer.render(Graphics2D).Fields in org.jzy3d.plot3d.rendering.view declared as IViewOverlay Modifier and Type Field Description protected IViewOverlayView. viewOverlay
-