org.jfree.data.general

Class DatasetGroup

public class DatasetGroup extends Object implements Cloneable, Serializable

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
Objectclone()
Clones the group.
booleanequals(Object obj)
Tests this instance for equality with an arbitrary object.
StringgetID()
Returns the identification string for this group.

Constructor Detail

DatasetGroup

public DatasetGroup()
Constructs a new group.

DatasetGroup

public DatasetGroup(String id)
Creates a new group with the specified id.

Parameters: id the identification for the group.

Method Detail

clone

public Object clone()
Clones the group.

Returns: A clone.

Throws: CloneNotSupportedException not by this class.

equals

public boolean equals(Object obj)
Tests this instance for equality with an arbitrary object.

Parameters: obj the object (null permitted).

Returns: A boolean.

getID

public String getID()
Returns the identification string for this group.

Returns: The identification string.

Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.