Uses of Class
org.faceless.graph2.AbstractLineSeries

Packages that use AbstractLineSeries
org.faceless.graph2 Contains all the classes required to create and render a Graph to an SVG, PNG, PDF or other format. 
 

Uses of AbstractLineSeries in org.faceless.graph2
 

Subclasses of AbstractLineSeries in org.faceless.graph2
 class FunctionLineSeries
          This class represents a mathematical curve (eg. a Sine curve), drawn onto the graph as a line.
 class LineSeries
          The LineSeries represents the data found on a typical line graph - a collection of sampled values.
 class SplineSeries
          A SplineSeries is very similar to a LineSeries class, except that the line between the specified datapoints is "smoothed" by applying a Spline curve.
 

Methods in org.faceless.graph2 with parameters of type AbstractLineSeries
 void AreaSeries.add(AbstractLineSeries series)
          Add a LineSeries to this Series
 



Copyright © 2001-2011 Big Faceless Organization