Uses of Interface
org.jzy3d.plot3d.rendering.legends.ILegend

Packages that use ILegend
org.jzy3d.plot3d.primitives   
org.jzy3d.plot3d.rendering.legends   
org.jzy3d.plot3d.rendering.legends.colorbars   
org.jzy3d.plot3d.rendering.scene   
org.jzy3d.plot3d.rendering.view.layout   
 

Uses of ILegend in org.jzy3d.plot3d.primitives
 

Fields in org.jzy3d.plot3d.primitives declared as ILegend
protected  ILegend AbstractDrawable.legend
           
 

Methods in org.jzy3d.plot3d.primitives that return ILegend
 ILegend AbstractDrawable.getLegend()
           
 

Methods in org.jzy3d.plot3d.primitives with parameters of type ILegend
 void AbstractDrawable.setLegend(ILegend face)
           
 

Uses of ILegend in org.jzy3d.plot3d.rendering.legends
 

Classes in org.jzy3d.plot3d.rendering.legends that implement ILegend
 class AWTLegend
          A AWTLegend represent information concerning a AbstractDrawable that may be displayed as a metadata in the ChartView.
 

Uses of ILegend in org.jzy3d.plot3d.rendering.legends.colorbars
 

Classes in org.jzy3d.plot3d.rendering.legends.colorbars that implement ILegend
 class AWTColorbarLegend
           
 

Uses of ILegend in org.jzy3d.plot3d.rendering.scene
 

Methods in org.jzy3d.plot3d.rendering.scene that return types with arguments of type ILegend
 List<ILegend> Graph.getLegends()
          Return the list of available AbstractDrawable's AWTLegend.
 

Uses of ILegend in org.jzy3d.plot3d.rendering.view.layout
 

Method parameters in org.jzy3d.plot3d.rendering.view.layout with type arguments of type ILegend
protected  void ColorbarViewportLayout.renderLegends(javax.media.opengl.GL gl, javax.media.opengl.glu.GLU glu, float left, float right, List<ILegend> data, ICanvas canvas)
          Renders the legend within the screen slice given by the left and right parameters.
 



Copyright © 2013. All rights reserved.