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 com.twocents.report.charts.StandardPieItemLabelGenerator.java

/**
 * A standard item label generator for plots that use data from a 
 * {@link PieDataset}.
 * <p>
 * For the label format, use {0} where the pie section key should be inserted,
 * {1} for the absolute section value and {2} for the percent amount of the pie

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

/**
 * A dataset used for creating simple histograms with custom defined bins.
 *
 * @see HistogramDataset
 */
public class SimpleHistogramDataset extends AbstractIntervalXYDataset

From source file org.jfree.experimental.chart.annotations.XYTitleAnnotation.java

/**
 * An annotation that allows any {@link Title} to be placed at a location on 
 * an {@link XYPlot}.
 */
public class XYTitleAnnotation extends AbstractXYAnnotation implements Cloneable, PublicCloneable, Serializable {

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

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

From source file longMethod.jfreechart.drawItem.SamplingXYLineRenderer.java

/**
 * A renderer that draws line charts.  The renderer doesn't necessarily plot
 * every data item - instead, it tries to plot only those data items that
 * make a difference to the visual output (the other data items are skipped).  
 * This renderer is designed for use with the {@link XYPlot} class.
 *

From source file vteaexploration.XYPolygonAnnotation.java

/**
 * A polygon annotation that can be placed on an {@link XYPlot}. The polygon
 * coordinates are specified in data space.
 */
public class XYPolygonAnnotation extends AbstractXYAnnotation implements Cloneable, PublicCloneable, Serializable {

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

/**
 * A value indicator for a {@link DialPlot}.
 */
public class DialValueIndicator extends AbstractDialLayer
        implements DialLayer, Cloneable, PublicCloneable, Serializable {

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

/**
 * A delegate that handles the specification or automatic calculation of the
 * interval surrounding the x-values in a dataset.  This is used to extend
 * a regular {@link XYDataset} to support the {@link IntervalXYDataset}
 * interface.
 * <p>

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

/**
 * A default implementation of the {@link PieDataset} interface.
 */
public class DefaultPieDataset extends AbstractDataset
        implements PieDataset, Cloneable, PublicCloneable, Serializable {

From source file org.glotaran.jfreechartcustom.XYBlockRenderer.java

/**
 * A renderer that represents data from an {@link XYZDataset} by drawing a
 * color block at each (x, y) point, where the color is a function of the
 * z-value from the dataset.
 *
 * @since 1.0.4