| com.nabhinc.portlet.chart.BaseJDBCDataset com.nabhinc.portlet.chart.JDBCHighLowDataset
JDBCHighLowDataset | public class JDBCHighLowDataset extends BaseJDBCDataset implements HighLowDataset(Code) | | author: Padmanabh Dabke author: (c) 2002, 2003 Nabh Information Systems, Inc. All Rights Reserved. |
jhldsDrawVolume | public boolean jhldsDrawVolume(Code) | | |
createDummyData | public void createDummyData()(Code) | | See Also: com.nabhinc.portal.charting.BaseJDBCDataSet.createDummyData |
executeQuery | public void executeQuery() throws PortletException(Code) | | See Also: com.nabhinc.portal.charting.BaseJDBCDataSet.executeQuery |
getCloseValue | public Number getCloseValue(int series, int item)(Code) | | See Also: org.jfree.data.HighLowDataset.getCloseValue(intint) |
getHighValue | public Number getHighValue(int series, int item)(Code) | | See Also: org.jfree.data.HighLowDataset.getHighValue(intint) |
getItemCount | public int getItemCount(int series)(Code) | | See Also: org.jfree.data.XYDataset.getItemCount(int) |
getLowValue | public Number getLowValue(int series, int item)(Code) | | See Also: org.jfree.data.HighLowDataset.getLowValue(intint) |
getOpenValue | public Number getOpenValue(int series, int item)(Code) | | See Also: org.jfree.data.HighLowDataset.getOpenValue(intint) |
getSeriesCount | public int getSeriesCount()(Code) | | See Also: org.jfree.data.SeriesDataset.getSeriesCount |
getSeriesName | public String getSeriesName(int series)(Code) | | See Also: org.jfree.data.SeriesDataset.getSeriesName(int) |
getVolumeValue | public Number getVolumeValue(int series, int item)(Code) | | See Also: org.jfree.data.HighLowDataset.getVolumeValue(intint) |
getXValue | public Number getXValue(int series, int item)(Code) | | Returns the x-value for one item in a series.
The value returned is a Long object generated from the underlying Date object.
Parameters: series - the series (zero-based index). Parameters: item - the item (zero-based index). the x-value. |
getYValue | public Number getYValue(int series, int item)(Code) | | Returns the y-value for one item in a series.
This method (from the XYDataset interface) is mapped to the getCloseValue(...) method.
Parameters: series - the series (zero-based index). Parameters: item - the item (zero-based index). the y-value. |
Methods inherited from com.nabhinc.portlet.chart.BaseJDBCDataset | abstract public void createDummyData()(Code)(Java Doc) abstract public void executeQuery() throws PortletException(Code)(Java Doc) public void init(PortletConfig config) throws PortletException(Code)(Java Doc) public void retrieveChartData() throws PortletException(Code)(Java Doc)
|
|
|