Package org.haldean.simplegraph

Class Summary
GraphConfiguration A data object that contains configuration parameters for GraphComponent objects
GraphDemo  
GraphFactory A class to create graphs of various types.
StaticGraphComponent<E extends Number> A component which draws a graph when provided with a list of precomputed values.
StreamingGraphComponent<E extends Number> A component which draws a graph when provided with a feed of real-time data.