Package org.jfree.data
Class DatasetGroup
java.lang.Object
org.jfree.data.DatasetGroup
- All Implemented Interfaces:
Serializable
,Cloneable
public class DatasetGroup extends Object implements Cloneable, 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.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DatasetGroup()
Constructs a new DatasetGroup. -
Method Summary
-
Constructor Details
-
DatasetGroup
public DatasetGroup()Constructs a new DatasetGroup.
-
-
Method Details
-
clone
Clones the group.- Returns:
- A clone.
- Throws:
CloneNotSupportedException
- not by this class.
-