Uses of Interface
org.strbio.util.graph.Legend

Packages that use Legend
org.strbio.util.graph These classes perform utility functions related to 2D and 3D graphics. 
 

Uses of Legend in org.strbio.util.graph
 

Classes in org.strbio.util.graph that implement Legend
 class ColorScaleLegend
          A legend for graphs, showing a bar indicating which ColorScale colors correspond to which numeric values.
 class PointLegend
          A legend for points, showing a the point next to a label.
 

Fields in org.strbio.util.graph declared as Legend
protected  Legend PointPlot.legend
          legend, if there
 

Methods in org.strbio.util.graph that return Legend
 Legend PointPlot.getLegend()
          get legend
 Legend ClickablePointPlot.getLegend()
          there is no legend for this type of graph.
 Legend Graphable2D.getLegend()
          gets the legend, or none if n/a
 Legend BarPlot.getLegend()