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 ILegend
Drawable. legend
Methods in org.jzy3d.plot3d.primitives that return ILegend Modifier and Type Method Description ILegend
Drawable. getLegend()
ILegend
MultiDrawable. getLegend()
Methods in org.jzy3d.plot3d.primitives with parameters of type ILegend Modifier and Type Method Description void
Drawable. setLegend(ILegend legend)
void
MultiDrawable. 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 class
AWTLegend
-
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 class
AWTColorbarLegend
Handle 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 class
AWTSerieLegend
class
AWTSeriesLegend
Method parameters in org.jzy3d.plot3d.rendering.legends.series with type arguments of type ILegend Modifier and Type Method Description void
ViewAndLegendLayout. computeScreenSeparator(ICanvas canvas, List<ILegend> list)
protected void
ViewAndLegendLayout. 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 void
ViewAndColorbarsLayout. computeSeparator(ICanvas canvas, List<ILegend> list)
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
NativeViewAndColorbarsLayout. renderLegends(IPainter painter, float from, float to, List<ILegend> legends, ICanvas canvas)
protected void
ViewAndColorbarsLayout. 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.
-