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

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

Introduction

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

Usage

From source file edu.jhuapl.graphs.jfreechart.utils.CustomLabelNumberAxis.java

public class CustomLabelNumberAxis extends NumberAxis {

    private static final long serialVersionUID = 3184634416365314383L;
    private Map<Double, String> tickValueToLabelMapping = null;
    private Double lowestTickValue = null;
    private Integer tickCount = null;

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

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

    /**

From source file org.gumtree.vis.plot1d.LogarithmizableAxis.java

/**
 * A numerical axis that uses a logarithmic scale.
 */
public class LogarithmizableAxis extends NumberAxis {

    /** For serialization. */