vis.beans.plotter
Class PieChartBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--vis.beans.plotter.PieChartBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class PieChartBeanInfo
extends java.beans.SimpleBeanInfo

PieChartBeanInfo Class

Version:
1.0 24 July 1999
Author:
Larry Rodrigues

Field Summary
protected  java.lang.Class pieClass
           
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
PieChartBeanInfo()
           
 
Method Summary
 java.beans.BeanDescriptor getBeanDescriptor()
           
 java.awt.Image getIcon(int iconType)
           
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors, getPropertyDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pieClass

protected java.lang.Class pieClass
Constructor Detail

PieChartBeanInfo

public PieChartBeanInfo()
Method Detail

getIcon

public java.awt.Image getIcon(int iconType)
Overrides:
getIcon in class java.beans.SimpleBeanInfo

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()
Overrides:
getBeanDescriptor in class java.beans.SimpleBeanInfo