|
EspressChart v 5.5 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Deprecated Classes | |
| quadbase.ChartAPI.AxisScale
|
|
| quadbase.ChartAPI.swing.AxisScale
|
|
| quadbase.ChartAPI.PickObj
|
|
| quadbase.ChartAPI.swing.PickObj
|
|
| quadbase.ChartAPI.Resource
|
|
| quadbase.ChartAPI.swing.Resource
|
|
| Deprecated Fields | |
| quadbase.util.NumericFormat.oneSymPerPage
not used. |
|
| Deprecated Methods | |
| 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.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.setParamPageAlignment(int)
use QbChart.getParameterPage(String,int,String).setAlignment(int) instead Set the alignment of the form of the parameter HTML page |
|
| quadbase.ChartAPI.swing.QbChart.setParamPageAlignment(int)
use QbChart.getParameterPage(String,int,String).setAlignment(int) instead Set the alignment of the form of the parameter HTML page |
|
| quadbase.ChartAPI.QbChart.setParamPageBackgroundColor(String)
use QbChart.getParameterPage(String,int,String).setTableBackgroundColor(String) instead Set the parameter HTML page background color as hex number |
|
| quadbase.ChartAPI.swing.QbChart.setParamPageBackgroundColor(String)
use QbChart.getParameterPage(String,int,String).setTableBackgroundColor(String) instead Set the parameter HTML page background color as hex number |
|
| quadbase.ChartAPI.QbChart.setParamPageBorderColor(Color)
use QbChart.getParameterPage(String,int,String).setTableBorderColor(Color) instead Set the parameter page border color as Color object |
|
| quadbase.ChartAPI.swing.QbChart.setParamPageBorderColor(Color)
use QbChart.getParameterPage(String,int,String).setTableBorderColor(Color) instead Set the parameter page border color as Color object |
|
| quadbase.ChartAPI.QbChart.setParamPageBorderColor(String)
use QbChart.getParameterPage(String,int,String).setTableBorderColor(String) instead Set the parameter page border color as hex value |
|
| quadbase.ChartAPI.swing.QbChart.setParamPageBorderColor(String)
use QbChart.getParameterPage(String,int,String).setTableBorderColor(String) instead Set the parameter page border color as hex value |
|
| quadbase.ChartAPI.QbChart.setParamPageBorderThickness(int)
use QbChart.getParameterPage(String,int,String).setTableBorderThickness(int) instead Set the border thickness of the parameter HTML page |
|
| quadbase.ChartAPI.swing.QbChart.setParamPageBorderThickness(int)
use QbChart.getParameterPage(String,int,String).setTableBorderThickness(int) instead Set the border thickness of the parameter HTML page |
|
| quadbase.ChartAPI.QbChart.setParamPageFooter(String)
use QbChart.getParameterPage(String,int,String).setFooter(String) instead Set the parameter HTML page footer |
|
| quadbase.ChartAPI.swing.QbChart.setParamPageFooter(String)
use QbChart.getParameterPage(String,int,String).setFooter(String) instead Set the parameter HTML page footer |
|
| quadbase.ChartAPI.QbChart.setParamPageHeader(String)
use QbChart.getParameterPage(String,int,String).setHeader(String) instead Set the parameter HTML page header |
|
| quadbase.ChartAPI.swing.QbChart.setParamPageHeader(String)
use QbChart.getParameterPage(String,int,String).setHeader(String) instead Set the parameter HTML page header |
|
| quadbase.ChartAPI.QbChart.setParamPageLayout(int)
use QbChart.getParameterPage(String,int,String).setTableLayout(int) instead Set the layout of the form of the parameter HTML page |
|
| quadbase.ChartAPI.swing.QbChart.setParamPageLayout(int)
use QbChart.getParameterPage(String,int,String).setTableLayout(int) instead Set the layout of the form of the parameter HTML page |
|
| quadbase.ChartAPI.QbChart.setParamPageOuterBorder(boolean)
use QbChart.getParameterPage(String,int,String).setTableOuterBorderOnly(boolean) instead Whether only show the outer border of the form of the parameter HTML page |
|
| quadbase.ChartAPI.swing.QbChart.setParamPageOuterBorder(boolean)
use QbChart.getParameterPage(String,int,String).setTableOuterBorderOnly(boolean) instead Whether only show the outer border of the form of the parameter HTML page |
|
| quadbase.ChartAPI.QbChart.setParamPageResetEnabled(boolean)
use QbChart.getParameterPage(String,int,String).setResetEnabled(boolean) instead Whether enable the reset button in the form of the parameter HTML page |
|
| quadbase.ChartAPI.swing.QbChart.setParamPageResetEnabled(boolean)
use QbChart.getParameterPage(String,int,String).setResetEnabled(boolean) instead Whether enable the reset button in the form of the parameter HTML page |
|
| quadbase.ChartAPI.QbChart.setParamPageTextFontColor(Color)
use QbChart.getParameterPage(String,int,String).setTextColor(Color) instead Set the parameter page text font color as Color object |
|
| quadbase.ChartAPI.swing.QbChart.setParamPageTextFontColor(Color)
use QbChart.getParameterPage(String,int,String).setTextColor(Color) instead Set the parameter page text font color as Color object |
|
| quadbase.ChartAPI.QbChart.setParamPageTextFontColor(String)
use QbChart.getParameterPage(String,int,String).setTextColor(String) instead Set the parameter HTML page text font color as hex value |
|
| quadbase.ChartAPI.swing.QbChart.setParamPageTextFontColor(String)
use QbChart.getParameterPage(String,int,String).setTextColor(String) instead Set the parameter HTML page text font color as hex value |
|
| quadbase.ChartAPI.QbChart.setParamPageTextFontName(String)
use QbChart.getParameterPage(String,int,String).setTextFont(String) instead Set the parameter HTML page text font name |
|
| quadbase.ChartAPI.swing.QbChart.setParamPageTextFontName(String)
use QbChart.getParameterPage(String,int,String).setTextFont(String) instead Set the parameter HTML page text font name |
|
| quadbase.ChartAPI.QbChart.setParamPageTextFontSize(int)
use QbChart.getParameterPage(String,int,String).setTextSize(int) instead Set the parameter HTML page text font size |
|
| quadbase.ChartAPI.swing.QbChart.setParamPageTextFontSize(int)
use QbChart.getParameterPage(String,int,String).setTextSize(int) instead Set the parameter HTML page text font size |
|
| quadbase.ChartAPI.QbChart.setParamPageTextFontStyle(int)
use QbChart.getParameterPage(String,int,String).setTextStyle(int) instead Set the parameter page text font style |
|
| quadbase.ChartAPI.swing.QbChart.setParamPageTextFontStyle(int)
use QbChart.getParameterPage(String,int,String).setTextStyle(int) instead Set the parameter page text font style |
|
| quadbase.ChartAPI.QbChart.setParamPageTitle(String)
use QbChart.getParameterPage(String,int,String).setDocumentTitle(String) instead Set the parameter HTML page title |
|
| quadbase.ChartAPI.swing.QbChart.setParamPageTitle(String)
use QbChart.getParameterPage(String,int,String).setDocumentTitle(String) instead Set the parameter HTML page title |
|
| quadbase.ChartAPI.QbChart.setParamPageTitleFontColor(Color)
use QbChart.getParameterPage(String,int,String).setTitleTextColor(Color) instead Set the paramter HTML page title font color as Color object |
|
| quadbase.ChartAPI.swing.QbChart.setParamPageTitleFontColor(Color)
use QbChart.getParameterPage(String,int,String).setTitleTextColor(Color) instead Set the paramter HTML page title font color as Color object |
|
| quadbase.ChartAPI.QbChart.setParamPageTitleFontColor(String)
use QbChart.getParameterPage(String,int,String).setTitleTextColor(String) instead Set the parameter HTML page title font color as hex number |
|
| quadbase.ChartAPI.swing.QbChart.setParamPageTitleFontColor(String)
use QbChart.getParameterPage(String,int,String).setTitleTextColor(String) instead Set the parameter HTML page title font color as hex number |
|
| quadbase.ChartAPI.QbChart.setParamPageTitleFontName(String)
use QbChart.getParameterPage(String,int,String).setTitleTextFont(String) instead Set the paramter HTML page title font name |
|
| quadbase.ChartAPI.swing.QbChart.setParamPageTitleFontName(String)
use QbChart.getParameterPage(String,int,String).setTitleTextFont(String) instead Set the paramter HTML page title font name |
|
| quadbase.ChartAPI.QbChart.setParamPageTitleFontSize(int)
use QbChart.getParameterPage(String,int,String).setTitleTextSize(int) instead set the parameter HTML page title font size |
|
| quadbase.ChartAPI.swing.QbChart.setParamPageTitleFontSize(int)
use QbChart.getParameterPage(String,int,String).setTitleTextSize(int) instead set the parameter HTML page title font size |
|
| quadbase.ChartAPI.QbChart.setParamPageTitleFontStyle(int)
use QbChart.getParameterPage(String,int,String).setTitleTextStyle(int) instead Set the parameter HTML page title font style |
|
| quadbase.ChartAPI.swing.QbChart.setParamPageTitleFontStyle(int)
use QbChart.getParameterPage(String,int,String).setTitleTextStyle(int) instead Set the parameter HTML page title font style |
|
| 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. |
|
| Deprecated Constructors | |
| 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(Applet, int, int, String, String, String, IColumnMap, String, boolean, boolean[])
|
|
| quadbase.ChartAPI.swing.QbChart(Applet, int, int, String, String, String, IColumnMap, String, boolean, boolean[])
|
|
| 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. |
|
|
EspressChart v 5.5 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||