Package org.jfree.data.general
Class DatasetGroup
java.lang.Object
org.jfree.data.general.DatasetGroup
- All Implemented Interfaces:
Serializable
,Cloneable
A class that is used to group datasets (currently not used for any specific
purpose).
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a new group.DatasetGroup
(String id) Creates a new group with the specified id. -
Method Summary
-
Constructor Details
-
DatasetGroup
public DatasetGroup()Constructs a new group. -
DatasetGroup
Creates a new group with the specified id.- Parameters:
id
- the identification for the group.
-
-
Method Details
-
getID
Returns the identification string for this group.- Returns:
- The identification string.
-
clone
Clones the group.- Overrides:
clone
in classObject
- Returns:
- A clone.
- Throws:
CloneNotSupportedException
- not by this class.
-
equals
Tests this instance for equality with an arbitrary object. -
hashCode
-