|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SignalsDataset
An interface that adds signal information to an XYDataset
.
Field Summary | |
---|---|
static int |
ENTER_LONG
Useful constant indicating trade recommendation. |
static int |
ENTER_SHORT
Useful constant indicating trade recommendation. |
static int |
EXIT_LONG
Useful constant indicating trade recommendation. |
static int |
EXIT_SHORT
Useful constant indicating trade recommendation. |
Method Summary | |
---|---|
double |
getLevel(int series,
int item)
Returns the level. |
int |
getType(int series,
int item)
Returns the type. |
Methods inherited from interface org.jfree.data.xy.XYDataset |
---|
getDomainOrder, getItemCount, getX, getXValue, getY, getYValue |
Methods inherited from interface org.jfree.data.general.SeriesDataset |
---|
getSeriesCount, getSeriesName |
Methods inherited from interface org.jfree.data.general.Dataset |
---|
addChangeListener, getGroup, removeChangeListener, setGroup |
Field Detail |
---|
static final int ENTER_LONG
static final int ENTER_SHORT
static final int EXIT_LONG
static final int EXIT_SHORT
Method Detail |
---|
int getType(int series, int item)
series
- the series (zero-based index).item
- the item (zero-based index).
double getLevel(int series, int item)
series
- the series (zero-based index).item
- the item (zero-based index).
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |