JClass DesktopViews 6.3.0 API
Documentation

Deprecated API

Deprecated Classes
com.klg.jclass.chart.applet.JCChartApplet
          Use com.klg.jclass.chart.property.html.JCChartApplet instead. 
com.klg.jclass.chart.applet.JCChartAppletFactory
          Use com.klg.jclass.chart.property.html.JCChartAppletFactory instead. 
 

Deprecated Methods
com.klg.jclass.swing.gauge.JCAbstractScale.getExtent()
          As of JClass version 4.5.1 replaced by getZoomFactor(). 
com.klg.jclass.swing.gauge.JCScale.getExtent()
          As of JClass version 4.5.1; replaced by getZoomFactor(). 
com.klg.jclass.page.JCFrame.getInfo()
          this method is superceded by getFlowInfo() 
com.klg.jclass.util.treetable.TreeTableSupport.getRendererIndent(TreePath)
          As of JClass DesktopViews 6.3. Use getRenderIndent(path, value, value_class) instead. 
com.klg.jclass.util.calendar.DayTable.getSpecialDates(JCCalendar)
          As the parameter is unused, should use getSpecialDates() 
com.klg.jclass.util.calendar.MonthPopdown.getSpecialDates(JCCalendar)
          As the parameter is unused, should use getSpecialDates() 
com.klg.jclass.util.calendar.MonthSpin.getSpecialDates(JCCalendar)
          As the parameter is unused, should use getSpecialDates() 
com.klg.jclass.util.calendar.MonthTable.getSpecialDates(JCCalendar)
          As the parameter is unused, should use getSpecialDates() 
com.klg.jclass.util.JCNumberUtil.isHTML(String)
          Use com.klg.jclass.util.swing.TextRenderer.isHTML() instead 
com.klg.jclass.chart3d.JCValueLabel.isTickOnly()
          As of JClass 6.0. Use the labelDrawn, tickDrawn, and minorTick properties instead. 
com.klg.jclass.page.JCFrame.newLine(JCTextStyle, boolean)
          Use newLine(JCTextStyle) or newParagraph(JCTextStyle) instead 
com.klg.jclass.page.awt.JCAWTPrinter.print(JCDocument)
          Use document.print() instead. 
com.klg.jclass.chart.JCChartFactory.saveChartToFile(JCChart, String, int, int, String)
          As of DesktopViews 6.2. Set data output properties on each ChartDataView separately and use saveChartToFile(chart, fileName, type) 
com.klg.jclass.chart.JCChartFactory.saveChartToStream(JCChart, OutputStream, int, int, String)
          As of DesktopViews 6.2. Set data output properties on each ChartDataView separately and use saveChartToStream(chart, stream, type) 
com.klg.jclass.chart.JCChartFactory.saveChartToString(JCChart, int, int, String)
          As of DesktopViews 6.2. Set data output properties on each ChartDataView separately and use saveChartToString(chart, type) 
com.klg.jclass.swing.gauge.JCAbstractScale.setExtent(double)
          As of JClass version 4.5.1 replaced by setZoomFactor(). 
com.klg.jclass.swing.gauge.JCScale.setExtent(double)
          As of JClass version 4.5.1; replaced by setZoomFactor(). 
com.klg.jclass.page.awt.JCAWTPrinter.setShowDialog(boolean)
          Not implemented -- its intended functionality has been superceded by the constructors for this class which take the showDialog parameter. 
com.klg.jclass.chart3d.JCValueLabel.setTickOnly(boolean)
          As of JClass 6.0. Use the labelDrawn, tickDrawn, and minorTick properties instead. 
 

Deprecated Constructors
com.klg.jclass.swing.gauge.JCAbstractNeedle(Color, double, JCScale, JCAbstractNeedle.InteractionType, boolean, double, JCIndicatorStyle, double)
          Beginning with JClass 5, the length parameter has been replaced with inner_extent and outer_extent. 
com.klg.jclass.swing.gauge.JCCircularNeedle(Color, double, JCCircularScale, JCAbstractNeedle.InteractionType, boolean, double, JCIndicatorStyle, double)
          Beginning with JClass 5, the length parameter has been replaced with inner_extent and outer_extent. 
com.klg.jclass.table.JCPrintPreview(String, JCPrintTable, JFrame)
          Since frame is unused, just use JCPrintPreview(title, table). 
 


Copyright © 2004 Quest Software Inc..
All rights reserved.