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

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

Introduction

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

Usage

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

/**
 * @author Ekaterina Shliakhovetskaya
 */
public class DateAxisAdapter extends DateAxis {

    public DateAxisAdapter(String label, boolean visible, ChartDateAxis chartDateAxis, ChartAxis chartBaseAxis,

From source file org.mwc.debrief.track_shift.views.CachedTickDateAxis.java

public class CachedTickDateAxis extends DateAxis {
    /**
     * 
     */
    private static final long serialVersionUID = 1L;

From source file grafix.graficos.eixos.EixoHorizontal.java

public class EixoHorizontal extends DateAxis {

    protected JanelaGraficos janela;

    public EixoHorizontal(JanelaGraficos janela) {
        this.janela = janela;

From source file org.codehaus.mojo.dashboard.report.plugin.chart.time.DashDateAxis.java

/**
 *
 * @author David Vicente
 *
 */
public class DashDateAxis extends DateAxis {

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

public class PaddedDateAxis extends DateAxis {

    private PaddedAxisHelper helper;

    public PaddedDateAxis() {
        this.helper = new PaddedAxisHelper(this);

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

/**
 * @author Marius Helf, Nils Woehler
 * 
 */
public class CustomDateAxis extends DateAxis implements LinkAndBrushAxis {

From source file org.rdv.viz.chart.FixedAutoAdjustRangeDateAxis.java

/**
 * A date axis with a fixed range used for auto adjusting.
 * 
 * @author Jason P. Hanley
 */
public class FixedAutoAdjustRangeDateAxis extends DateAxis {

From source file MWC.GUI.JFreeChart.RelativeDateAxis.java

/**
 * A horizontal axis that displays date values.
 * <P>
 * Used in XY plots where the x-values in the dataset are interpreted as milliseconds, encoded in
 * the same way as java.util.Date.
 * <P>

From source file edu.jhuapl.graphs.jfreechart.utils.RotatedTickDateAxis.java

/**
 * A utility DateAxis class that has a rotated tick label effect.  The rotation is given by the {@link
 * #setTickLabelAngle(double)} parameter, in degrees.
 */
public class RotatedTickDateAxis extends DateAxis {

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

/**
 * Axis for the date data type. Also does the default configeration like setting the Kalypso-Timezone and so on.
 * 
 * @author Gernot Belger
 */
public class DateAxis extends org.jfree.chart.axis.DateAxis {