JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart.property.html
Class JCChartAppletFactory

java.lang.Object
  |
  +--com.klg.jclass.chart.property.html.JCChartAppletFactory
Direct Known Subclasses:
JCChartAppletFactory

public class JCChartAppletFactory
extends Object

Factory class for creating and configuring chart instances from applets.


Constructor Summary
JCChartAppletFactory()
           
 
Method Summary
static com.klg.jclass.chart.JCChart makeChartApplet(Applet applet, String name)
          Creates a JCChart instance given an applet and the name of the chart.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCChartAppletFactory

public JCChartAppletFactory()
Method Detail

makeChartApplet

public static com.klg.jclass.chart.JCChart makeChartApplet(Applet applet,
                                                           String name)
                                                    throws JCIOException
Creates a JCChart instance given an applet and the name of the chart. Uses the applet and name information to load all chart parameters.

Parameters:
applet - applet in which the chart is to appear
name - name of the chart instance as it appears inside the applet param tags
Returns:
JCChart instance fully configured and ready to be added to a container
Throws:
JCIOException
See Also:
JCChartApplet

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