public class

DatasetGroup

extends Object
implements Serializable Cloneable
java.lang.Object
   ↳ org.jfree.data.general.DatasetGroup

Class Overview

A class that is used to group datasets (currently not used for any specific purpose).

Summary

Public Constructors
DatasetGroup()
Constructs a new group.
DatasetGroup(String id)
Creates a new group with the specified id.
Public Methods
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.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public DatasetGroup ()

Constructs a new group.

public DatasetGroup (String id)

Creates a new group with the specified id.

Parameters
id the identification for the group.

Public Methods

public Object clone ()

Clones the group.

Returns
  • A clone.
Throws
CloneNotSupportedException not by this class.

public boolean equals (Object obj)

Tests this instance for equality with an arbitrary object.

Parameters
obj the object (null permitted).
Returns
  • A boolean.

public String getID ()

Returns the identification string for this group.

Returns
  • The identification string.