Example usage for org.jfree.data.xy SignalsDataset ENTER_LONG

List of usage examples for org.jfree.data.xy SignalsDataset ENTER_LONG

Introduction

In this page you can find the example usage for org.jfree.data.xy SignalsDataset ENTER_LONG.

Prototype

int ENTER_LONG

To view the source code for org.jfree.data.xy SignalsDataset ENTER_LONG.

Click Source Link

Document

Useful constant indicating trade recommendation.

Usage

From source file:org.jfree.chart.demo.SampleSignalDataset.java

/**
 * Returns the type.//  w  w w.  j  av a2 s.c  o  m
 *
 * @param series  the series (zero-based index).
 * @param item  the item (zero-based index).
 *
 * @return the type.
 */
public int getType(final int series, final int item) {
    return SignalsDataset.ENTER_LONG;
}