Uses of Interface
org.jzy3d.plot3d.rendering.view.AWTRenderer2d
-
-
Uses of AWTRenderer2d in org.jzy3d.chart
Methods in org.jzy3d.chart with parameters of type AWTRenderer2d Modifier and Type Method Description voidAWTChart. addRenderer(AWTRenderer2d renderer2d)voidAWTChart. removeRenderer(AWTRenderer2d renderer2d) -
Uses of AWTRenderer2d in org.jzy3d.chart.controllers.mouse
Fields in org.jzy3d.chart.controllers.mouse declared as AWTRenderer2d Modifier and Type Field Description protected AWTRenderer2dAWTDualModeMouseSelector. messageRendererMethods in org.jzy3d.chart.controllers.mouse that return AWTRenderer2d Modifier and Type Method Description AWTRenderer2dAWTDualModeMouseSelector. buildMessageRenderer() -
Uses of AWTRenderer2d in org.jzy3d.chart.controllers.mouse.selection
Fields in org.jzy3d.chart.controllers.mouse.selection declared as AWTRenderer2d Modifier and Type Field Description protected AWTRenderer2dAWTAbstractMouseSelector. selectionRendererMethods in org.jzy3d.chart.controllers.mouse.selection that return AWTRenderer2d Modifier and Type Method Description protected AWTRenderer2dAWTAbstractMouseSelector. initRenderer2d(ICanvas c) -
Uses of AWTRenderer2d in org.jzy3d.debug
Classes in org.jzy3d.debug that implement AWTRenderer2d Modifier and Type Class Description classView2DLayout_Debug -
Uses of AWTRenderer2d in org.jzy3d.debugGL.tracers
Methods in org.jzy3d.debugGL.tracers that return AWTRenderer2d Modifier and Type Method Description protected AWTRenderer2dDebugGLChart3d. watchedItemsTextOverlay(Chart watchedChart) -
Uses of AWTRenderer2d in org.jzy3d.plot3d.rendering.legends.overlay
Classes in org.jzy3d.plot3d.rendering.legends.overlay that implement AWTRenderer2d Modifier and Type Class Description classOverlayLegendRendererParams - margin - corner - constraints : byDimension (maxWidth) or byText - interligne - font size / font style -
Uses of AWTRenderer2d in org.jzy3d.plot3d.rendering.view
Classes in org.jzy3d.plot3d.rendering.view that implement AWTRenderer2d Modifier and Type Class Description classAbstractAWTRenderer2dclassAWTImageRendererAn AWT post renderer able to render an image on top of a chart according to a legendclassAWTShapeRendererAn AWT post renderer able to render an image on top of a chart according to a legendFields in org.jzy3d.plot3d.rendering.view with type parameters of type AWTRenderer2d Modifier and Type Field Description protected List<AWTRenderer2d>AWTView. renderersMethods in org.jzy3d.plot3d.rendering.view that return types with arguments of type AWTRenderer2d Modifier and Type Method Description List<AWTRenderer2d>AWTView. getRenderers2d()Methods in org.jzy3d.plot3d.rendering.view with parameters of type AWTRenderer2d Modifier and Type Method Description voidAWTView. addRenderer2d(AWTRenderer2d renderer)voidAWTView. removeRenderer2d(AWTRenderer2d renderer) -
Uses of AWTRenderer2d in org.jzy3d.plot3d.rendering.view.annotation
Classes in org.jzy3d.plot3d.rendering.view.annotation that implement AWTRenderer2d Modifier and Type Class Description classCameraEyeOverlayAnnotationDraws debug information concerning camera and view
-