Uses of Interface
org.jzy3d.plot3d.rendering.view.IViewOverlay
Packages that use IViewOverlay
-
Uses of IViewOverlay in org.jzy3d.chart.factories
Methods in org.jzy3d.chart.factories that return IViewOverlayModifier and TypeMethodDescriptionAWTPainterFactory.newViewOverlay()
EmulGLPainterFactory.newViewOverlay()
IPainterFactory.newViewOverlay()
NewtPainterFactory.newViewOverlay()
SWTPainterFactory.newViewOverlay()
-
Uses of IViewOverlay in org.jzy3d.plot3d.rendering.view
Classes in org.jzy3d.plot3d.rendering.view that implement IViewOverlayModifier 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)
.Fields in org.jzy3d.plot3d.rendering.view declared as IViewOverlay