Uses of Interface
org.jzy3d.plot3d.rendering.legends.ILegend
Packages that use ILegend
Package
Description
-
Uses of ILegend in org.jzy3d.chart
Methods in org.jzy3d.chart that return types with arguments of type ILegend -
Uses of ILegend in org.jzy3d.plot3d.primitives
Fields in org.jzy3d.plot3d.primitives declared as ILegendMethods in org.jzy3d.plot3d.primitives that return ILegendMethods in org.jzy3d.plot3d.primitives with parameters of type ILegend -
Uses of ILegend in org.jzy3d.plot3d.rendering.legends
Classes in org.jzy3d.plot3d.rendering.legends that implement ILegend -
Uses of ILegend in org.jzy3d.plot3d.rendering.legends.colorbars
Classes in org.jzy3d.plot3d.rendering.legends.colorbars that implement ILegend -
Uses of ILegend in org.jzy3d.plot3d.rendering.legends.series
Classes in org.jzy3d.plot3d.rendering.legends.series that implement ILegendMethod parameters in org.jzy3d.plot3d.rendering.legends.series with type arguments of type ILegendModifier 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
Methods in org.jzy3d.plot3d.rendering.scene that return types with arguments of type ILegend -
Uses of ILegend in org.jzy3d.plot3d.rendering.view.layout
Methods in org.jzy3d.plot3d.rendering.view.layout that return types with arguments of type ILegendModifier and TypeMethodDescriptionViewAndColorbarsLayout.getLegends()
ViewAndColorbarsLayout.getLegends
(Chart chart) Methods in org.jzy3d.plot3d.rendering.view.layout with parameters of type ILegendModifier and TypeMethodDescriptionprotected int
EmulGLViewAndColorbarsLayout.updateAndGetMinDimensions
(IPainter painter, ILegend legend) protected int
ViewAndColorbarsLayout.updateAndGetMinDimensions
(IPainter painter, ILegend legend) Method parameters in org.jzy3d.plot3d.rendering.view.layout with type arguments of type ILegendModifier 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.