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

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

Introduction

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

Usage

From source file edu.purdue.cc.bionet.ui.CustomTickUnit.java

public class CustomTickUnit extends NumberTickUnit {
    private List units;

    public CustomTickUnit(double size, List units) {
        super(size);
        this.units = units;

From source file lucee.runtime.chart.TicketUnitImpl.java

public class TicketUnitImpl extends NumberTickUnit {

    private int labelFormat;

    /**
     * Constructor of the class

From source file lucee.runtime.chart.TickUnitWrap.java

public class TickUnitWrap extends NumberTickUnit {

    private TickUnit tickUnit;
    private int labelFormat;

    public TickUnitWrap(TickUnit tickUnit, int labelFormat) {

From source file org.spf4j.perf.impl.chart.TimestampTickUnitImpl.java

/**
 * This class although implements Serializable is not implemented correctly to serialize.
 * Since I do not intend to serialize this, I will skip the proper implementation.
 * @author zoly
 */
@SuppressFBWarnings({ "NFF_NON_FUNCTIONAL_FIELD", "SE_TRANSIENT_FIELD_NOT_RESTORED" })

From source file com.anrisoftware.prefdialog.miscswing.multichart.freechart.DefaultOffsetNumberTickUnit.java

@SuppressWarnings("serial")
public final class DefaultOffsetNumberTickUnit extends NumberTickUnit implements OffsetTickUnit {

    private double offset;

    public DefaultOffsetNumberTickUnit(double size, NumberFormat formatter, int minorTickCount) {

From source file org.cyberoam.iview.charts.ByteTickUnit.java

/**
 * This class is used in jfree chart generation and convert bytes to upper level bytes(kb,mb etc.)
 * @author  Vishal Vala
 * @see NumberTickUnit
 * @since
 */

From source file org.pentaho.plugin.jfreereport.reportcharts.backport.FastNumberTickUnit.java

/**
 * A numerical tick unit.
 */
public class FastNumberTickUnit extends NumberTickUnit implements Serializable {

    /**

From source file com.intel.stl.ui.model.ErrorChartTickUnit.java

public class ErrorChartTickUnit extends NumberTickUnit {
    private static final long serialVersionUID = 2654598599166333554L;

    // Buckets:
    public static final int LOWER_BOUND = 0;
    public static final int B0_25 = LOWER_BOUND;

From source file com.intel.stl.ui.main.view.ShiftedNumberTickUnit.java

public class ShiftedNumberTickUnit extends NumberTickUnit {

    /**
     * 
     */
    private static final long serialVersionUID = -811003783349565742L;