org.jfree.data.general
public class DatasetGroup extends Object implements Cloneable, Serializable
Constructor Summary | |
---|---|
DatasetGroup()
Constructs a new group. | |
DatasetGroup(String id)
Creates a new group with the specified id.
|
Method Summary | |
---|---|
Object | clone()
Clones the group.
|
boolean | equals(Object obj)
Tests this instance for equality with an arbitrary object.
|
String | getID()
Returns the identification string for this group.
|
Parameters: id the identification for the group.
Returns: A clone.
Throws: CloneNotSupportedException not by this class.
Parameters: obj the object (null
permitted).
Returns: A boolean.
Returns: The identification string.