Package org.jfree.beans
Class NumericalXYChartBeanInfo
- java.lang.Object
-
- java.beans.SimpleBeanInfo
-
- org.jfree.beans.NumericalXYChartBeanInfo
-
- All Implemented Interfaces:
java.beans.BeanInfo
public class NumericalXYChartBeanInfo extends java.beans.SimpleBeanInfo
Bean info for theNumericalXYChartbean.
-
-
Constructor Summary
Constructors Constructor Description NumericalXYChartBeanInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.beans.BeanInfo[]getAdditionalBeanInfo()Returns the bean info from the super classes.java.beans.PropertyDescriptor[]getPropertyDescriptors()Returns some property descriptors.
-
-
-
Constructor Detail
-
NumericalXYChartBeanInfo
public NumericalXYChartBeanInfo()
-
-
Method Detail
-
getAdditionalBeanInfo
public java.beans.BeanInfo[] getAdditionalBeanInfo()
Returns the bean info from the super classes.- Specified by:
getAdditionalBeanInfoin interfacejava.beans.BeanInfo- Overrides:
getAdditionalBeanInfoin classjava.beans.SimpleBeanInfo- Returns:
- Additional bean info.
-
getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Returns some property descriptors.- Specified by:
getPropertyDescriptorsin interfacejava.beans.BeanInfo- Overrides:
getPropertyDescriptorsin classjava.beans.SimpleBeanInfo- Returns:
- The property descriptors.
-
-