Uses of Class
org.jzy3d.plot3d.rendering.legends.Legend

Packages that use Legend
org.jzy3d.plot3d.primitives Provides 3d primitives that either implement plot3d.rendering.Drawable or plot3d.rendering.Composite3d, and thus provide a draw() and transform() function for the plot3d.rendering.Scene
org.jzy3d.plot3d.rendering.legends.colorbars   
org.jzy3d.plot3d.rendering.scene   
 

Uses of Legend in org.jzy3d.plot3d.primitives
 

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

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

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

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

Subclasses of Legend in org.jzy3d.plot3d.rendering.legends.colorbars
 class ColorbarLegend
           
 

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

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