|
JFreeChart 1.0.14-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.data.general.DatasetGroup
public class DatasetGroup
A class that is used to group datasets (currently not used for any specific purpose).
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. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DatasetGroup()
public DatasetGroup(String id)
id
- the identification for the group.Method Detail |
---|
public String getID()
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
- not by this class.public boolean equals(Object obj)
equals
in class Object
obj
- the object (null
permitted).
|
JFreeChart 1.0.14-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |