Uses of Interface
org.jzy3d.plot3d.rendering.legends.ILegend
-
-
Uses of ILegend in org.jzy3d.plot3d.primitives
Fields in org.jzy3d.plot3d.primitives declared as ILegend Modifier and Type Field Description protected ILegendDrawable. legendMethods in org.jzy3d.plot3d.primitives that return ILegend Modifier and Type Method Description ILegendDrawable. getLegend()ILegendMultiDrawable. getLegend()Methods in org.jzy3d.plot3d.primitives with parameters of type ILegend Modifier and Type Method Description voidDrawable. setLegend(ILegend legend)voidMultiDrawable. setLegend(ILegend legend) -
Uses of ILegend in org.jzy3d.plot3d.rendering.legends
Classes in org.jzy3d.plot3d.rendering.legends that implement ILegend Modifier and Type Class Description classAWTLegend -
Uses of ILegend in org.jzy3d.plot3d.rendering.legends.colorbars
Classes in org.jzy3d.plot3d.rendering.legends.colorbars that implement ILegend Modifier and Type Class Description classAWTColorbarLegendHandle a colorbar rendered as an AWTBufferedImage. -
Uses of ILegend in org.jzy3d.plot3d.rendering.legends.series
Classes in org.jzy3d.plot3d.rendering.legends.series that implement ILegend Modifier and Type Class Description classAWTSerieLegendclassAWTSeriesLegendMethod parameters in org.jzy3d.plot3d.rendering.legends.series with type arguments of type ILegend Modifier and Type Method Description voidViewAndLegendLayout. computeScreenSeparator(ICanvas canvas, List<ILegend> list)protected voidViewAndLegendLayout. renderLegends(IPainter painter, float left, float right, List<ILegend> data, ICanvas canvas) -
Uses of ILegend in org.jzy3d.plot3d.rendering.scene
Methods in org.jzy3d.plot3d.rendering.scene that return types with arguments of type ILegend Modifier and Type Method Description List<ILegend>Graph. getLegends() -
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 ILegend Modifier and Type Method Description protected List<ILegend>ViewAndColorbarsLayout. getLegends(Chart chart)Method parameters in org.jzy3d.plot3d.rendering.view.layout with type arguments of type ILegend Modifier and Type Method Description protected voidViewAndColorbarsLayout. computeSeparator(ICanvas canvas, List<ILegend> list)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 voidNativeViewAndColorbarsLayout. renderLegends(IPainter painter, float from, float to, List<ILegend> legends, ICanvas canvas)protected voidViewAndColorbarsLayout. renderLegends(IPainter painter, float left, float right, List<ILegend> legends, ICanvas canvas)Renders the legend within the screen slice given by the left and right parameters.
-