SourceForge.net Logo

SUN Java Studio Creator charting component library.

The component library is ZIP archive.

Download

It contains all necessary libraries, source code and javadoc.
Library is ready to install into SUN JavaStudio Creator 2 update 1.

How-to documentaion available.

You can use any of standard dataset that implement org.jfree.data.general.Dataset interface.

For convenience additional datasets are privided. They accepts any standard DataProviders for example CachedRowSetDataProvider.
CachedRowSetDataProvider usualy creates for database tables.

CategoryDataset expects 3 columns in DataProvider:
  1. Row key
  2. Category key
  3. Value
PieDataset expects 2 columns:
  1. Key
  2. Value
XYDataset expects 3 columns:
  1. X value
  2. Serie
  3. Y value

Enjoy