Package org.jfree.beans
Class AbstractCategoryChartBeanInfo
- java.lang.Object
-
- java.beans.SimpleBeanInfo
-
- org.jfree.beans.AbstractCategoryChartBeanInfo
-
- All Implemented Interfaces:
java.beans.BeanInfo
public class AbstractCategoryChartBeanInfo extends java.beans.SimpleBeanInfo
A description of theAbstractCategoryChart
class.
-
-
Constructor Summary
Constructors Constructor Description AbstractCategoryChartBeanInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.beans.EventSetDescriptor[]
getEventSetDescriptors()
java.beans.PropertyDescriptor[]
getPropertyDescriptors()
Returns some property descriptors.
-
-
-
Constructor Detail
-
AbstractCategoryChartBeanInfo
public AbstractCategoryChartBeanInfo()
-
-
Method Detail
-
getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Returns some property descriptors.- Specified by:
getPropertyDescriptors
in interfacejava.beans.BeanInfo
- Overrides:
getPropertyDescriptors
in classjava.beans.SimpleBeanInfo
- Returns:
- The property descriptors.
-
getEventSetDescriptors
public java.beans.EventSetDescriptor[] getEventSetDescriptors()
- Specified by:
getEventSetDescriptors
in interfacejava.beans.BeanInfo
- Overrides:
getEventSetDescriptors
in classjava.beans.SimpleBeanInfo
-
-