All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.eou.swingchart.ScatterChartBeanInfo

java.lang.Object
   |
   +----java.beans.SimpleBeanInfo
           |
           +----com.ibm.eou.swingchart.ChartBeanInfo
                   |
                   +----com.ibm.eou.swingchart.ScatterChartBeanInfo

public class ScatterChartBeanInfo
extends ChartBeanInfo
BeanInfo for ScatterChart java bean


Constructor Index

 o ScatterChartBeanInfo()

Method Index

 o copyright()
IBM Copyright
 o getIcon(int)
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).

Constructors

 o ScatterChartBeanInfo
 public ScatterChartBeanInfo()

Methods

 o copyright
 public static String copyright()
IBM Copyright

 o getIcon
 public Image getIcon(int nIconKind)
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).

Parameters:
iconKind - the type of icon desired, one of: BeanInfo.ICON_MONO_16x16, BeanInfo.ICON_COLOR_16x16, BeanInfo.ICON_MONO_32x32, or BeanInfo.ICON_COLOR_32x32.
Returns:
an image for this bean
Overrides:
getIcon in class ChartBeanInfo

All Packages  Class Hierarchy  This Package  Previous  Next  Index