org.jfree.data.general
Class DatasetGroup

java.lang.Object
  extended byorg.jfree.data.general.DatasetGroup
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

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

A class that is used to group datasets (currently not used for any specific purpose).

See Also:
Serialized Form

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

Constructor Detail

DatasetGroup

public DatasetGroup()
Constructs a new group.

Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Clones the group.

Returns:
A clone.
Throws:
java.lang.CloneNotSupportedException - not by this class.