Package org.jfree.beans
Class JLineChartBeanInfo
- java.lang.Object
-
- java.beans.SimpleBeanInfo
-
- org.jfree.beans.JLineChartBeanInfo
-
- All Implemented Interfaces:
java.beans.BeanInfo
public class JLineChartBeanInfo extends java.beans.SimpleBeanInfo
Bean info for theJLineChart
bean.
-
-
Constructor Summary
Constructors Constructor Description JLineChartBeanInfo()
-
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.awt.Image
getIcon(int iconKind)
java.beans.PropertyDescriptor[]
getPropertyDescriptors()
Returns some property descriptors.
-
-
-
Constructor Detail
-
JLineChartBeanInfo
public JLineChartBeanInfo()
-
-
Method Detail
-
getAdditionalBeanInfo
public java.beans.BeanInfo[] getAdditionalBeanInfo()
Returns the bean info from the super classes.- Specified by:
getAdditionalBeanInfo
in interfacejava.beans.BeanInfo
- Overrides:
getAdditionalBeanInfo
in classjava.beans.SimpleBeanInfo
- Returns:
- Additional bean info.
-
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.
-
getIcon
public java.awt.Image getIcon(int iconKind)
- Specified by:
getIcon
in interfacejava.beans.BeanInfo
- Overrides:
getIcon
in classjava.beans.SimpleBeanInfo
-
-