org.jfree.data
Class DatasetGroup

java.lang.Object
  |
  +--org.jfree.data.DatasetGroup
All Implemented Interfaces:
java.io.Serializable

public class DatasetGroup
extends java.lang.Object
implements java.io.Serializable

A class that is used to group datasets. The main purpose of this is to implement a shared reader-writer lock among all datasets in the group.

Author:
David Gilbert
See Also:
Serialized Form

Constructor Summary
DatasetGroup()
          Constructs a new DatasetGroup.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatasetGroup

public DatasetGroup()
Constructs a new DatasetGroup.