Example usage for org.jfree.chart.axis TickUnitSource interface-usage

List of usage examples for org.jfree.chart.axis TickUnitSource interface-usage

Introduction

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

Usage

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

public class TickUnitSourceImpl implements TickUnitSource {

    private int labelFormat;

    public TickUnitSourceImpl(int labelFormat) {
        this.labelFormat = labelFormat;

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

public class TickUnitsImpl implements TickUnitSource, Cloneable, Serializable {

    private TickUnitSource tus;
    private int labelFormat;

    /**