org.jfree.data.general.AbstractDataset Java Examples

The following examples show how to use org.jfree.data.general.AbstractDataset. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: BaseCollectorFunction.java    From pentaho-reporting with GNU Lesser General Public License v2.1 2 votes vote down vote up
/**
 * @return
 * @deprecated This is not a getter and is an internal function! Protected and should have a different name!
 */
public AbstractDataset getNewDataset() {
  return null;
}