Uses of Interface
org.jzy3d.plot3d.rendering.view.IViewOverlay
-
Uses of IViewOverlay in org.jzy3d.chart.factories
Modifier and TypeMethodDescriptionAWTPainterFactory.newViewOverlay()
EmulGLPainterFactory.newViewOverlay()
IPainterFactory.newViewOverlay()
NewtPainterFactory.newViewOverlay()
SWTPainterFactory.newViewOverlay()
-
Uses of IViewOverlay in org.jzy3d.plot3d.rendering.view
Modifier and TypeClassDescriptionclass
Renders allTooltip
s andAWTRenderer2d
s on top of the scene.class
An 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)
.