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 org.kalypso.ogc.sensor.diagview.jfreechart.NumberAxisNN.java

/**
 * NumberAxis for type 'W'.
 * 
 * @author Gernot Belger
 */
public class NumberAxisNN extends NumberAxis {

From source file org.kalypso.ogc.sensor.diagview.jfreechart.NumberAxisQ.java

/**
 * NumberAxis for type 'NN'.
 * 
 * @author Gernot Belger
 */
public class NumberAxisQ extends NumberAxis {

From source file org.kalypso.ogc.sensor.diagview.jfreechart.NumberAxisV.java

/**
 * NumberAxis for type 'W'.
 * 
 * @author Gernot Belger
 */
public class NumberAxisV extends NumberAxis {

From source file org.kalypso.ogc.sensor.diagview.jfreechart.NumberAxisW.java

/**
 * NumberAxis for type 'W'.
 * 
 * @author Gernot Belger
 */
public class NumberAxisW extends NumberAxis {

From source file com.epiq.bitshark.ui.FrequencyAxis.java

/**
 * Frequency / X-Axis of a frequency domain graph
 * 
 * @author Epiq Solutions
 */
public class FrequencyAxis extends NumberAxis {

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

/** An axis used by the disc chart to show which value correspond to
 *   a certain disc size */
public class DiscLegendAxis extends NumberAxis {

    /** The DiscItemDistributor that is used to fetch information on
     the disc, for instance, the scale at which they are drawn.*/

From source file org.kalypso.ogc.sensor.diagview.jfreechart.NumberAxisN.java

/**
 * NumberAxis for type 'N'. Overwritten in order to get the special behaviour, that minimum range is 1; but 0 is fixed
 * to the top.
 * 
 * @author schlienger
 */

From source file org.kalypso.ogc.sensor.diagview.jfreechart.NumberAxisDefault.java

/**
 * For backwards compability. Was originally overwritten for the type 'N'; but also used for all other datatypes.<br>
 * As sson as every type has its own axis, this one should be removed.
 * 
 * @author schlienger
 */

From source file org.kalypso.ogc.sensor.diagview.jfreechart.PolderControlAxis.java

/**
 * A 'boolean' axis. IN reality this is still a number axis, but renders 'true' for value bigger than 0.5 and 'false'
 * for values smaller than 0.5; works with the XYCurveSerie that returns 1 for <code>true</code> and 0 for <code>false</code>.
 * 
 * @author Gernot Belger
 */

From source file org.jstockchart.axis.TimeseriesNumberAxis.java

/**
 * <code>TimeseriesNumberAxis</code> extends <code>NumberAxis</code>, and
 * provides <code>NumberTick</code> for the axis.
 * 
 * @author Sha Jiang
 */