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