| |
|
| java.lang.Object org.jfree.data.general.DatasetGroup
DatasetGroup | public class DatasetGroup implements Cloneable,Serializable(Code) | | A class that is used to group datasets (currently not used for any specific
purpose).
|
Method Summary | |
public Object | clone() Clones the group. | public boolean | equals(Object obj) Tests this instance for equality with an arbitrary object.
Parameters: obj - the object (null permitted). | public String | getID() Returns the identification string for this group. |
DatasetGroup | public DatasetGroup()(Code) | | Constructs a new group.
|
DatasetGroup | public DatasetGroup(String id)(Code) | | Creates a new group with the specified id.
Parameters: id - the identification for the group. |
equals | public boolean equals(Object obj)(Code) | | Tests this instance for equality with an arbitrary object.
Parameters: obj - the object (null permitted). A boolean. |
getID | public String getID()(Code) | | Returns the identification string for this group.
The identification string. |
|
|
|