|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.inet.report.chart.plot.ChartStyle
com.inet.report.chart.plot.StockStyle
public class StockStyle
This class defines the different styles of the stock chart.
This style belongs to the plot StockPlot.
STOCK_HIGH_LOW,
STOCK_HIGH_LOW_OPEN_CLOSE,
Serialized Form| Field Summary | |
|---|---|
static StockStyle |
STOCK_HIGH_LOW
The high - low stock chart style. |
static StockStyle |
STOCK_HIGH_LOW_OPEN_CLOSE
The high - low open - close stock chart style. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List |
getAllowedDatasets(Chart2 chart)
Returns the list of dataset supported by this chart style. |
AbstractPlot |
getDefaultPlot()
Creates a new stock plot and initializes the plot with default settings. |
| Methods inherited from class com.inet.report.chart.plot.ChartStyle |
|---|
hashCode, toString |
| Field Detail |
|---|
public static final StockStyle STOCK_HIGH_LOW
public static final StockStyle STOCK_HIGH_LOW_OPEN_CLOSE
| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class ChartStylepublic AbstractPlot getDefaultPlot()
getDefaultPlot in class ChartStyleStockPlot.AbstractPlotpublic java.util.List getAllowedDatasets(Chart2 chart)
getAllowedDatasets in class ChartStylechart - the chart
Chart2
|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||