Uses of Interface
org.jzy3d.plot3d.rendering.legends.ILegend
Package
Description
-
Uses of ILegend in org.jzy3d.chart
-
Uses of ILegend in org.jzy3d.plot3d.primitives
-
Uses of ILegend in org.jzy3d.plot3d.rendering.legends
-
Uses of ILegend in org.jzy3d.plot3d.rendering.legends.colorbars
-
Uses of ILegend in org.jzy3d.plot3d.rendering.legends.series
Modifier and TypeMethodDescriptionvoid
ViewAndLegendLayout.computeScreenSeparator
(ICanvas canvas, List<ILegend> list) Deprecated.protected void
ViewAndLegendLayout.renderLegends
(IPainter painter, float left, float right, List<ILegend> data, ICanvas canvas) Deprecated. -
Uses of ILegend in org.jzy3d.plot3d.rendering.scene
-
Uses of ILegend in org.jzy3d.plot3d.rendering.view.layout
Modifier and TypeMethodDescriptionViewAndColorbarsLayout.getLegends()
ViewAndColorbarsLayout.getLegends
(Chart chart) Modifier and TypeMethodDescriptionprotected int
EmulGLViewAndColorbarsLayout.updateAndGetMinDimensions
(IPainter painter, ILegend legend) protected int
ViewAndColorbarsLayout.updateAndGetMinDimensions
(IPainter painter, ILegend legend) Modifier and TypeMethodDescriptionprotected void
ViewAndColorbarsLayout.computeSeparator
(IPainter painter, ICanvas canvas, List<ILegend> legends) protected void
EmulGLViewAndColorbarsLayout.renderLegends
(IPainter painter, float left, float right, List<ILegend> legends, ICanvas canvas) This override allows Shifting artificially the complete jGL viewport to let some place for a colorbar rendering.protected void
ViewAndColorbarsLayout.renderLegends
(IPainter painter, float left, float right, List<ILegend> legends, ICanvas canvas) Renders the legends within the screen slice given by the left and right parameters.