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

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

Introduction

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

Usage

From source file org.openfaces.component.chart.impl.helpers.NumberAxis3DAdapter.java

/**
 * @author Dmitry Pikhulya
 */
public class NumberAxis3DAdapter extends NumberAxis3D {
    public NumberAxis3DAdapter(String label, boolean visible, ChartNumberAxis chartNumberAxis,
            ChartAxis chartBaseAxis, GridChartView view) {

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

/**
 * An axis implementation designed exclusively for use with Eastwood.
 */
class GValueAxis3D extends NumberAxis3D implements GLabelledAxis {

    /**