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 com.mugarov.neview.view.datarepresentation.ExpAxis.java

/**
 *
 * @author mugarov
 */
public class ExpAxis extends NumberAxis {

From source file com.bdb.weather.display.axis.UvIndexAxis.java

/**
 *
 * @author Bruce
 */
public class UvIndexAxis extends NumberAxis {
    private static final long serialVersionUID = -9000606094616067096L;

From source file com.bdb.weather.display.axis.SolarRadiationAxis.java

/**
 *
 * @author Bruce
 */
public class SolarRadiationAxis extends NumberAxis {
    private static final long serialVersionUID = 6214282588197865707L;

From source file com.bdb.weather.display.axis.HumidityRangeAxis.java

/**
 * Range axis for humidity plots.
 * 
 * @author Bruce
 *
 */

From source file com.bdb.weather.display.axis.TemperatureRangeAxis.java

/**
 * Range axis for temperature plots that always adds an upper and lower margin.
 * 
 * @author Bruce
 *
 */

From source file com.bdb.weather.display.axis.PressureRangeAxis.java

/**
 * Range axis for pressure plots.
 * 
 * @author Bruce
 *
 */

From source file com.bdb.weather.display.axis.WindSpeedRangeAxis.java

/**
 * Range axis for wind speed plots.
 * 
 * @author Bruce
 *
 */

From source file com.bdb.weather.display.axis.RainRangeAxis.java

/**
 * Range axis for all rain plots.
 * 
 * @author Bruce
 *
 */

From source file org.fhcrc.cpl.viewer.mrm.utilities.CenterZoomNumberAxis.java

/**
 * Created by IntelliJ IDEA.
 * User: tholzman
 * Date: Mar 21, 2007
 * Time: 12:32:24 PM
 * To change this template use File | Settings | File Templates.

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

/**
 * @author Ekaterina Shliakhovetskaya
 */
public class NumberAxisAdapter extends NumberAxis {

    public NumberAxisAdapter(String label, boolean visible, ChartNumberAxis chartNumberAxis,