| Class | Description |
|---|---|
| quadbase.ChartAPI.PickObj | |
| quadbase.ChartAPI.swing.PickObj |
| Field | Description |
|---|---|
| quadbase.util.NumericFormat.currencySymbol | |
| quadbase.util.NumericFormat.oneSymPerPage |
not used.
|
| Method | Description |
|---|---|
| quadbase.ChartAPI.DbData.getFieldName() |
Please use the getMetaData method to obtain this information
|
| quadbase.ChartAPI.swing.DbData.getFieldName() |
Please use the getMetaData method to obtain this information
|
| quadbase.ChartAPI.DbData.getFieldType() |
Please use the getMetaData method to obtain this information
|
| quadbase.ChartAPI.swing.DbData.getFieldType() |
Please use the getMetaData method to obtain this information
|
| quadbase.util.IDataPointSet.getGridStep(int) |
Please use getTickerStep(int colIndex) The step size of ticker should equal step
size of grid, except after label filtering for date-time chart
|
| quadbase.util.IDialPropertySet.getHandCount() |
This method is deprecated and should use getNeedleCount instead
|
| quadbase.util.IDialPropertySet.getHandLength(int) |
This method is deprecated and should use getNeedleLength instead
|
| quadbase.ChartAPI.QbChart.getHTMLParamPage(String) |
use QbChart.getParameterPage(String, int, String) instead For parameterized
chart, generate the html page for user to enter the parameters
|
| quadbase.ChartAPI.swing.QbChart.getHTMLParamPage(String) |
use QbChart.getParameterPage(String, int, String) instead For parameterized
chart, generate the html page for user to enter the paramters
|
| quadbase.ChartAPI.QbChart.getHTMLParamPage(String, int, String) |
use QbChart.getParameterPage(String, int, String) instead For parameterized
chart, generate the html page for user to enter the parameters
|
| quadbase.ChartAPI.swing.QbChart.getHTMLParamPage(String, int, String) |
use QbChart.getParameterPage(String, int, String) instead For parameterized
chart, generate the html page for user to enter the paramters
|
| quadbase.ChartAPI.QbChart.getHTMLParamPageBlock() |
use QbChart.getParameterPage(String, int, String) instead For parameterized
chart, generate the html page body for user to enter the parameters
|
| quadbase.ChartAPI.swing.QbChart.getHTMLParamPageBlock() |
use QbChart.getParameterPage(String, int, String) instead For parameterized
chart, generate the html page body for user to enter the paramters
|
| quadbase.ChartAPI.QbChart.getHTMLParamPageBody(String) |
use QbChart.getParameterPage(String, int, String) instead For parameterized
chart, generate the html page for user to enter the parameters
|
| quadbase.ChartAPI.swing.QbChart.getHTMLParamPageBody(String) |
use QbChart.getParameterPage(String, int, String) instead For parameterized
chart, generate the html page for user to enter the paramters
|
| quadbase.ChartAPI.QbChart.getHTMLParamPageBody(String, int, String) |
use QbChart.getParameterPage(String, int, String) instead For parameterized
chart, generate the html page for user to enter the parameters
|
| quadbase.ChartAPI.swing.QbChart.getHTMLParamPageBody(String, int, String) |
use QbChart.getParameterPage(String, int, String) instead For parameterized
chart, generate the html page for user to enter the paramters
|
| quadbase.ChartAPI.QbChart.gethTrendLines() |
Please use gethDataLines instead
|
| quadbase.ChartAPI.swing.QbChart.gethTrendLines() |
Please use gethDataLines instead
|
| quadbase.util.IDataPointSet.getLineThickness() |
Please use getDataLineThickness() and use @link
ISecondaryChart#getDataLineThickness for secondary chart
|
| quadbase.ChartAPI.TextString.getText() | |
| quadbase.ChartAPI.swing.TextString.getText() | |
| quadbase.ChartAPI.TextString.getxratio() | |
| quadbase.ChartAPI.swing.TextString.getxratio() | |
| quadbase.ChartAPI.TextString.getyratio() | |
| quadbase.ChartAPI.swing.TextString.getyratio() | |
| quadbase.util.IOverlayPropertySet.isOverlayTransparent() |
Please use @link IDataPointSet#isTranslucent()
|
| quadbase.util.ITable.isTableDrawn() |
The table is always drawn when it is set to visible.
|
| quadbase.util.ITable.refreshTable() |
The table is refreshed when the chart is refreshed. Programmers should not call
this method.
|
| quadbase.ChartAPI.QbChart.setGIFEnable(String, String) |
this method has no effect - GIF export is always enabled
|
| quadbase.ChartAPI.swing.QbChart.setGIFEnable(String, String) |
this method has no effect - GIF export is always enabled
|
| quadbase.util.IDataPointSet.setGridStep(int, int) |
Please use getTickerStep(int colIndex, int size) The step size of ticker should
equal step size of grid, except after label filtering for date-time chart
|
| quadbase.util.IDialPropertySet.setHandLength(int, double) |
This method is deprecated and should use setNeedleLength instead
|
| quadbase.util.IDataPointSet.setLineThickness(int) |
Please use setDataLineThickness(int[] thickness) use @link
ISecondaryChart#setDataLineThickness for secondary chart
|
| quadbase.util.IOverlayPropertySet.setOverlayTransparent(boolean) |
Please use @link IDataPointSet#setTranslucent(boolean b)
|
| quadbase.ChartAPI.QbChart.setScrollBarOption(int) |
This method is no longer existed. Please see quadbase.util.ICanvas.setScrollBarOption
|
| quadbase.ChartAPI.swing.QbChart.setScrollBarOption(int) |
This method is no longer existed. Please see quadbase.util.ICanvas.setScrollBarOption
|
| quadbase.util.ITable.setTableDrawn(boolean) |
The table is always drawn when it is set to visible
|
| quadbase.ChartAPI.TextString.setText(String) | |
| quadbase.ChartAPI.swing.TextString.setText(String) | |
| quadbase.ChartAPI.TextString.setxratio(float) | |
| quadbase.ChartAPI.swing.TextString.setxratio(float) | |
| quadbase.ChartAPI.TextString.setyratio(float) | |
| quadbase.ChartAPI.swing.TextString.setyratio(float) | |
| quadbase.util.ITable.update() |
The table is updated after each method call. Programmers should not call this
method.
|
| Constructor | Description |
|---|---|
| quadbase.ChartAPI.DBInfo(Connection, String, Applet) | |
| quadbase.ChartAPI.swing.DBInfo(Connection, String, Applet) | |
| quadbase.ChartAPI.DBInfo(String, String, String, String, String, Applet) | |
| quadbase.ChartAPI.swing.DBInfo(String, String, String, String, String, Applet) | |
| quadbase.ChartAPI.QbChart(Applet, int, int, IResultSet, IColumnMap) |
Please use the constructor having a template as its last argument. Then use null
as the last argument.
|
| quadbase.ChartAPI.swing.QbChart(Applet, int, int, IResultSet, IColumnMap) |
Please use the constructor having a template as its last argument. Then use null
as the last argument.
|
| quadbase.ChartAPI.QbChart(Applet, int, int, String, boolean, IColumnMap, String) |
Please use the constructor having a file type argument before dataFile argument.
Use either QbChart.DATAFILE or QbChart.QUERYFILE as the file type.
|
| quadbase.ChartAPI.swing.QbChart(Applet, int, int, String, boolean, IColumnMap, String) |
Please use the constructor having a file type argument before dataFile argument.
Use either QbChart.DATAFILE or QbChart.QUERYFILE as the file type.
|
| quadbase.ChartAPI.QbChart(Applet, int, int, String, boolean, int[], IColumnMap, String) |
Please use the constructor having a file type argument before dataFile argument.
Use either QbChart.DATAFILE or QbChart.QUERYFILE as the file type.
|
| quadbase.ChartAPI.swing.QbChart(Applet, int, int, String, boolean, int[], IColumnMap, String) |
Please use the constructor having a file type argument before dataFile argument.
Use either QbChart.DATAFILE or QbChart.QUERYFILE as the file type.
|
| quadbase.ChartAPI.QbChart(Applet, int, int, String, IColumnMap) |
Please use the constructor having a template as its last argument. Then use null
as the last argument.
|
| quadbase.ChartAPI.swing.QbChart(Applet, int, int, String, IColumnMap) |
Please use the constructor having a template as its last argument. Then use null
as the last argument.
|
| quadbase.ChartAPI.QbChart(Applet, int, int, String, IColumnMap, String) |
Please use the constructor having a file type argument before dataFile argument.
Use either QbChart.DATAFILE or QbChart.QUERYFILE as the file type.
|
| quadbase.ChartAPI.swing.QbChart(Applet, int, int, String, IColumnMap, String) |
Please use the constructor having a file type argument before dataFile argument.
Use either QbChart.DATAFILE or QbChart.QUERYFILE as the file type.
|
| quadbase.ChartAPI.QbChart(Frame, int, int, IDatabaseInfo, IColumnMap) |
Please use the constructor having the applet parameter. Use "(Applet) null" as
the first argument
|
| quadbase.ChartAPI.swing.QbChart(Frame, int, int, IDatabaseInfo, IColumnMap) |
Please use the constructor having the applet parameter. Use "(Applet) null" as
the first argument
|
| quadbase.ChartAPI.QbChart(Frame, int, int, IDatabaseInfo, IColumnMap, String) |
Please use the constructor having the applet parameter. Use "(Applet) null" as
the first argument.
|
| quadbase.ChartAPI.swing.QbChart(Frame, int, int, IDatabaseInfo, IColumnMap, String) |
Please use the constructor having the applet parameter. Use "(Applet) null" as
the first argument.
|
| quadbase.ChartAPI.QbChart(Frame, int, int, IResultSet, IColumnMap) |
Please use the constructor having the applet parameter. Use "(Applet) null" as
the first argument.
|
| quadbase.ChartAPI.swing.QbChart(Frame, int, int, IResultSet, IColumnMap) |
Please use the constructor having the applet parameter. Use "(Applet) null" as
the first argument.
|
| quadbase.ChartAPI.QbChart(Frame, int, int, IResultSet, IColumnMap, String) |
Please use the constructor having the applet parameter. Use "(Applet) null" as
the first argument.
|
| quadbase.ChartAPI.swing.QbChart(Frame, int, int, IResultSet, IColumnMap, String) |
Please use the constructor having the applet parameter. Use "(Applet) null" as
the first argument.
|
| quadbase.ChartAPI.QbChart(Frame, int, int, String, IColumnMap) |
Please use the constructor having a template as its last argument. Then use null
as the last argument.
|
| quadbase.ChartAPI.swing.QbChart(Frame, int, int, String, IColumnMap) |
Please use the constructor having a template as its last argument. Then use null
as the last argument.
|
| quadbase.ChartAPI.QbChart(Frame, int, int, String, IColumnMap, String) |
Please use the constructor having the applet parameter. Use "(Applet) null" as
the first argument.
|
| quadbase.ChartAPI.swing.QbChart(Frame, int, int, String, IColumnMap, String) |
Please use the constructor having the applet parameter. Use "(Applet) null" as
the first argument.
|
| quadbase.ChartAPI.QbChart(Frame, String) |
Please use the constructor having the applet parameter. Use "(Applet) null" as
the first argument.
|
| quadbase.ChartAPI.swing.QbChart(Frame, String) |
Please use the constructor having the applet parameter. Use "(Applet) null" as
the first argument.
|