org.jfree.data.general
Class DatasetGroup
java.lang.Objectorg.jfree.data.general.DatasetGroup
- Cloneable, Serializable
extends java.lang.Object
implements Cloneable, Serializable
A class that is used to group datasets (currently not used for any specific
purpose).
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.
|
DatasetGroup
public DatasetGroup(String id)
Creates a new group with the specified id.
id - the identification for the group.
clone
public Object clone()
throws CloneNotSupportedException Clones the group.
equals
public boolean equals(Object obj)
Tests this instance for equality with an arbitrary object.
obj - the object (null permitted).
getID
public String getID()
Returns the identification string for this group.
- The identification string.