Example usage for org.jfree.chart.axis SymbolAxis subclass-usage

List of usage examples for org.jfree.chart.axis SymbolAxis subclass-usage

Introduction

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

Usage

From source file com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomSymbolAxis.java

/**
 * Wrapper class for {@link SymbolAxis} that overrides the resizing behaviour.
 * 
 * @author Nils Woehler
 * 
 */

From source file net.sourceforge.processdash.ui.lib.chart.PaddedSymbolAxis.java

public class PaddedSymbolAxis extends SymbolAxis {

    private PaddedAxisHelper helper;

    public PaddedSymbolAxis(String label, String[] sv) {
        super(label, sv);

From source file com.rapidminer.gui.plotter.charts.WeightBasedSymbolAxis.java

/**
 * This symbol axis draws a yellowisch background according to the axis weight.
 * 
 * @author Ingo Mierswa
 */
public class WeightBasedSymbolAxis extends SymbolAxis {