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

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

Uses of Graphable2D in org.strbio.util.graph
 

Subinterfaces of Graphable2D in org.strbio.util.graph
 interface Graphable3D
          Something that can be graphed in the middle of a Graph3D component.
 

Classes in org.strbio.util.graph that implement Graphable2D
 class BarPlot
          A component that displays a bar graph.
 class ClickablePointPlot
          A component that acts like it's displaying points, but only circles the one that's been clicked on.
 class PointColorPlot
          A graph that displays a point plot (a 2D graph of a bunch of points), with the 3rd axis in color.
 class PointPlot
          A component that displays a point plot (a 2D graph of a bunch of points).
 

Methods in org.strbio.util.graph with parameters of type Graphable2D
 void Graph2D.addGraph(Graphable2D gr)
          Add a graph to the view, setting its legend font to the current one.
 void Graph2D.removeGraph(Graphable2D gr)
          Remove a graph.