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

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

Introduction

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

Usage

From source file com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomLogarithmicAxis.java

/**
 * Wrapper class for {@link LogarithmicAxis} that overrides the resizing behaviour.
 * 
 * @author Nils Woehler
 * 
 */

From source file org.pentaho.plugin.jfreereport.reportcharts.ScalingLogarithmicAxis.java

public class ScalingLogarithmicAxis extends LogarithmicAxis {

    private static final long serialVersionUID = 1L;
    private int ticksVertical = -1;

    public ScalingLogarithmicAxis(final String label) {

From source file de.mpg.mpi_inf.bioinf.netanalyzer.ui.charts.MyLogarithmicAxis.java

/**
 * This class is based on the original <code>com.jrefinery.chart.axlibrary</code> with additional functions.
 * It supports correct logarithmic scaling and ticks for numbers &lt; 1.
 * 
 * @see <a
 *      href="http://www.jfree.org/jfreechart/javadoc/org/jfree/chart/axis/LogarithmicAxis.html">com.jrefinery.chart.axis.LogarithmicAxis</a>

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

/**
 * @author nxi
 * Created on 22/04/2009
 */
public class KLogarithmicAxis extends LogarithmicAxis {