Example usage for org.jfree.chart.plot CategoryPlot subclass-usage

List of usage examples for org.jfree.chart.plot CategoryPlot subclass-usage

Introduction

In this page you can find the example usage for org.jfree.chart.plot CategoryPlot subclass-usage.

Usage

From source file com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.plots.LinkAndBrushCategoryPlot.java

/**
 * @author Nils Woehler
 * 
 */
public class LinkAndBrushCategoryPlot extends CategoryPlot implements LinkAndBrushPlot {

From source file peakml.util.jfreechart.FastErrorBarPlot.java

/**
 * 
 */
@SuppressWarnings("serial")
public class FastErrorBarPlot extends CategoryPlot {
    public static class Data {

From source file org.jfree.eastwood.GCategoryPlot.java

/**
 * A custom plot class (adds support for specifying the step size to use for
 * grid lines). NOTE: X axis step size has not been fully implemented. We will
 * always place the vertical grid lines in the middle of each bar if
 * <code>xAxisStepSize &gt; 0</code>. If <code>xAxisStepSize == 0</code>
 * vertical grid lines will be disabled.

From source file com.redhat.thermostat.byteman.chart.swing.ZoomablePlot.java

/**
 * Extension for JFreeCharts' category plot that supports
 * chart zooming using horizontal mouse drag
 *
 * @author akashche
 * Date: 9/28/15

From source file org.openfaces.component.chart.impl.plots.GridCategoryPlotAdapter.java

/**
 * @author Ekaterina Shliakhovetskaya
 */
public class GridCategoryPlotAdapter extends CategoryPlot implements ConfigurablePlot {
    private ConfigurablePlotBase configurationDelegate = new ConfigurablePlotBase();