Example usage for org.jfree.chart.util PublicCloneable interface-usage

List of usage examples for org.jfree.chart.util PublicCloneable interface-usage

Introduction

In this page you can find the example usage for org.jfree.chart.util PublicCloneable interface-usage.

Usage

From source file org.jfree.data.KeyedObject.java

/**
 * A (key, object) pair.
 */
public class KeyedObject implements Cloneable, PublicCloneable, Serializable {

    /** For serialization. */

From source file org.jfree.data.statistics.SimpleHistogramBin.java

/**
 * A bin for the {@link SimpleHistogramDataset}.
 */
public class SimpleHistogramBin implements Comparable, Cloneable, PublicCloneable, Serializable {

    /** For serialization. */

From source file org.jfree.data.general.DefaultValueDataset.java

/**
 * A dataset that stores a single value (that is possibly <code>null</code>).
 * This class provides a default implementation of the {@link ValueDataset}
 * interface.
 */
public class DefaultValueDataset extends AbstractDataset

From source file org.jfree.data.statistics.HistogramBin.java

/**
 * A bin for the {@link HistogramDataset}.
 */
public class HistogramBin implements Comparable, Cloneable, PublicCloneable, Serializable {

    /** For serialization. */

From source file org.jfree.data.general.DefaultHeatMapDataset.java

/**
 * A default implementation of the {@link HeatMapDataset} interface.
 *
 * @since 1.0.13
 */
public class DefaultHeatMapDataset extends AbstractDataset

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

/**
 * A simple implementation of the {@link OHLCDataset} interface.  This
 * implementation supports only one series.  It is recommended that you use
 * the {@link OHLCSeriesCollection} dataset instead.
 */
public class DefaultOHLCDataset extends AbstractXYDataset implements OHLCDataset, PublicCloneable {

From source file org.jfree.data.general.TestIntervalCategoryDataset.java

/**
 * A test implementation of the {@link IntervalCategoryDataset} interface.
 */
public class TestIntervalCategoryDataset extends AbstractDataset
        implements IntervalCategoryDataset, PublicCloneable, Serializable {

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

/**
 * A default implementation of the {@link XYDataset} interface that stores
 * data values in arrays of double primitives.
 *
 * @since 1.0.2
 */

From source file org.jfree.data.general.junit.TestIntervalCategoryDataset.java

/**
 * A test implementation of the {@link IntervalCategoryDataset} interface.
 */
public class TestIntervalCategoryDataset extends AbstractDataset
        implements IntervalCategoryDataset, PublicCloneable, Serializable {

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

/**
 * A default implementation of the {@link XYZDataset} interface that stores
 * data values in arrays of double primitives.
 *
 * @since 1.0.2
 */