LiveGraph
data visualisation and analysis framework

Uses of Package
org.LiveGraph.plot

Packages that use org.LiveGraph.plot
org.LiveGraph   
org.LiveGraph.gui   
org.LiveGraph.plot   
 

Classes in org.LiveGraph.plot used by org.LiveGraph
GraphExporter
          Encapsulates the logic of graph image exports.
 

Classes in org.LiveGraph.plot used by org.LiveGraph.gui
GraphExporter
          Encapsulates the logic of graph image exports.
Plotter
          This class handles the conversion of the cached data to a screen image and the drawing of the image on a Graphics object.
 

Classes in org.LiveGraph.plot used by org.LiveGraph.plot
Plotter
          This class handles the conversion of the cached data to a screen image and the drawing of the image on a Graphics object.
Plotter.MutableInt
          For holding mutable ints as objects.
Plotter.PointsByIndexComparator
          Used in order to compare points referenced by their index in Plotter.SeriesScreenData.points; the comparison is by x-xoordinates.
Plotter.SeriesScreenData
          A data structure to hold the locally cached plot data for a data series.
Plotter.Transformer
          Used to encapsulate data series points translation routines.
 


LiveGraph
data visualisation and analysis framework