org.jfree.report

Interface DataSet

public interface DataSet

A dataset is a one-dimensional collection of data items. Its main purpose is to describe parameter sets.

Author: Thomas Morgner

Method Summary
Objectget(int column)
intgetColumnCount()
StringgetColumnName(int column)

Method Detail

get

public Object get(int column)

getColumnCount

public int getColumnCount()

getColumnName

public String getColumnName(int column)