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

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

Introduction

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

Usage

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

/**
 * A class that maps keys (instances of <code>Comparable</code>) to groups.
 */
public class KeyToGroupMap implements Cloneable, PublicCloneable, Serializable {

    /** For serialization. */

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

/**
 * A collection of {@link YIntervalSeries} objects.
 *
 * @since 1.0.3
 *
 * @see YIntervalSeries

From source file org.jfree.experimental.chart.plot.dial.SimpleDialFrame.java

/**
 * A simple circular frame for the {@link DialPlot} class.
 */
public class SimpleDialFrame extends AbstractDialLayer
        implements DialFrame, Cloneable, PublicCloneable, Serializable {

From source file org.jfree.experimental.chart.plot.dial.StandardDialRange.java

/**
 * A layer that draws a range highlight on a dial plot.
 */
public class StandardDialRange extends AbstractDialLayer
        implements DialLayer, Cloneable, PublicCloneable, Serializable {

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

/**
 * A collection of {@link XYIntervalSeries} objects.
 *
 * @since 1.0.3
 *
 * @see XYIntervalSeries

From source file org.jfree.experimental.chart.plot.dial.DialTextAnnotation.java

/**
 * A text annotation for a {@link DialPlot}.
 */
public class DialTextAnnotation extends AbstractDialLayer
        implements DialLayer, Cloneable, PublicCloneable, Serializable {

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

/**
 * A category dataset that defines multiple values for each item.
 *
 * @since 1.0.7
 */
public class DefaultMultiValueCategoryDataset extends AbstractDataset

From source file ste.travian.world.TileRenderer.java

/**
 * A renderer that draws a small dot at each data point for an {@link XYPlot}.
 */
public class TileRenderer extends AbstractXYItemRenderer
        implements XYItemRenderer, Cloneable, PublicCloneable, Serializable {

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

/**
 * A default implementation of the {@link WindDataset} interface.
 */
public class DefaultWindDataset extends AbstractXYDataset implements WindDataset, PublicCloneable {

    /** The keys for the series. */

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

/**
 * A simple implementation of the {@link OHLCDataset} interface.  See also
 * the {@link DefaultOHLCDataset} class, which provides another implementation
 * that is very similar.
 */
public class DefaultHighLowDataset extends AbstractXYDataset implements OHLCDataset, PublicCloneable {