Example usage for org.jfree.eastwood GLabelledAxis interface-usage

List of usage examples for org.jfree.eastwood GLabelledAxis interface-usage

Introduction

In this page you can find the example usage for org.jfree.eastwood GLabelledAxis interface-usage.

Usage

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

/**
 * A category axis with custom labelling.
 */
class GCategoryAxis extends CategoryAxis implements GLabelledAxis {

    /** Category labels. */

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

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

    /**

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

/**
 * A category axis with custom labelling.
 */
class GCategoryAxis3D extends CategoryAxis3D implements GLabelledAxis {

    /** Category labels. */

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

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

    /**