Example usage for org.jfree.data.general DatasetSelectionState interface-usage

List of usage examples for org.jfree.data.general DatasetSelectionState interface-usage

Introduction

In this page you can find the example usage for org.jfree.data.general DatasetSelectionState interface-usage.

Usage

From source file org.jfree.data.pie.PieDatasetSelectionState.java

/**
 * Returns information about the selection state of items in an
 * {@link PieDataset}.  Classes that implement this interface must also
 * implement {@link PublicCloneable} to ensure that charts and datasets can be
 * correctly cloned.  Likewise, classes implementing this interface must also
 * implement {@link Serializable}.

From source file org.jfree.data.xy.XYDatasetSelectionState.java

/**
 * Returns information about the selection state of items in an
 * {@link XYDataset}.  Classes that implement this interface must also
 * implement {@link PublicCloneable} to ensure that charts and datasets can be
 * correctly cloned.  Likewise, classes implementing this interface must also
 * implement {@link Serializable}.

From source file org.jfree.data.category.CategoryDatasetSelectionState.java

/**
 * Returns information about the selection state of items in an
 * {@link CategoryDataset}.  Classes that implement this interface must also
 * implement {@link PublicCloneable} to ensure that charts and datasets can be
 * correctly cloned.  Likewise, classes implementing this interface must also
 * implement {@link Serializable}.