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 void
AWTChart. addRenderer(AWTRenderer2d renderer2d)
void
AWTChart. 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 AWTRenderer2d
AWTDualModeMouseSelector. messageRenderer
Methods in org.jzy3d.chart.controllers.mouse that return AWTRenderer2d Modifier and Type Method Description AWTRenderer2d
AWTDualModeMouseSelector. 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 AWTRenderer2d
AWTAbstractMouseSelector. selectionRenderer
Methods in org.jzy3d.chart.controllers.mouse.selection that return AWTRenderer2d Modifier and Type Method Description protected AWTRenderer2d
AWTAbstractMouseSelector. initRenderer2d(ICanvas c)
-
Uses of AWTRenderer2d in org.jzy3d.debug
Classes in org.jzy3d.debug that implement AWTRenderer2d Modifier and Type Class Description class
View2DLayout_Debug
-
Uses of AWTRenderer2d in org.jzy3d.debugGL.tracers
Methods in org.jzy3d.debugGL.tracers that return AWTRenderer2d Modifier and Type Method Description protected AWTRenderer2d
DebugGLChart3d. 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 class
OverlayLegendRenderer
Params - 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 class
AbstractAWTRenderer2d
class
AWTImageRenderer
An AWT post renderer able to render an image on top of a chart according to a legendclass
AWTShapeRenderer
An 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. renderers
Methods 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 void
AWTView. addRenderer2d(AWTRenderer2d renderer)
void
AWTView. 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 class
CameraEyeOverlayAnnotation
Draws debug information concerning camera and view
-