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 TypeMethodDescriptionvoidViewAndLegendLayout.computeScreenSeparator(ICanvas canvas, List<ILegend> list) Deprecated.protected voidViewAndLegendLayout.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 intEmulGLViewAndColorbarsLayout.updateAndGetMinDimensions(IPainter painter, ILegend legend) protected intViewAndColorbarsLayout.updateAndGetMinDimensions(IPainter painter, ILegend legend) Method parameters in org.jzy3d.plot3d.rendering.view.layout with type arguments of type ILegendModifier and TypeMethodDescriptionprotected voidViewAndColorbarsLayout.computeSeparator(IPainter painter, ICanvas canvas, List<ILegend> legends) protected voidEmulGLViewAndColorbarsLayout.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 voidViewAndColorbarsLayout.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.