public class DatasetGroup extends Object implements Cloneable, Serializable
| Constructor and Description |
|---|
DatasetGroup()
Constructs a new group.
|
DatasetGroup(String id)
Creates a new group with the specified id.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public DatasetGroup()
public DatasetGroup(String id)
id - the identification for the group.public String getID()
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException - not by this class.Copyright © 2001–2017 JFree.org. All rights reserved.