All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.xml.svgCharts.ScatterChart

java.lang.Object
   |
   +----benno.xml.svgCharts.ScatterChart

public class ScatterChart
extends Object
Provides scatter and line charts, output in SVG.

Version:
$Revision: 1.1 $
Author:
Ben Clifford

Constructor Index

 o ScatterChart()

Method Index

 o addSeries(Series)
 o setXAxis(Axis)
 o setYAxis(Axis)
 o writeTo(PrintWriter)
Outputs the chart as SVG.

Constructors

 o ScatterChart
 public ScatterChart()

Methods

 o addSeries
 public void addSeries(Series s)
 o writeTo
 public void writeTo(PrintWriter out)
Outputs the chart as SVG.

 o setXAxis
 public void setXAxis(Axis x)
 o setYAxis
 public void setYAxis(Axis y)

All Packages  Class Hierarchy  This Package  Previous  Next  Index