Class DatasetGroup

java.lang.Object
org.jfree.data.general.DatasetGroup
All Implemented Interfaces:
Serializable, Cloneable

public class DatasetGroup
extends Object
implements Cloneable, Serializable
A class that is used to group datasets (currently not used for any specific purpose).
See Also:
Serialized Form
  • Constructor Details

    • 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 Details