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 IViewOverlay
AWTPainterFactory. newViewOverlay()
IViewOverlay
EmulGLPainterFactory. newViewOverlay()
IViewOverlay
IPainterFactory. newViewOverlay()
IViewOverlay
NewtPainterFactory. newViewOverlay()
IViewOverlay
SWTPainterFactory. 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 class
AWTNativeViewOverlay
Renders allTooltip
s andAWTRenderer2d
s on top of the scene.class
EmulGLViewOverlay
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 Modifier and Type Field Description protected IViewOverlay
View. viewOverlay
-