com.elegantj.graphx
Class GraphPanelBeanInfo
java.lang.Object
|
+--java.beans.SimpleBeanInfo
|
+--com.elegantj.beaninfo.SimpleBeanInfo
|
+--com.elegantj.beaninfo.ComponentBeanInfo
|
+--com.elegantj.graphx.GraphPanelBeanInfo
- All Implemented Interfaces:
- java.beans.BeanInfo
- Direct Known Subclasses:
- AreaGraphBeanInfo, BarGraphBeanInfo, BubbleGraphBeanInfo, CandleGraphBeanInfo, DoughnutGraphBeanInfo, HistogramGraphBeanInfo, LineGraphBeanInfo, PieGraphBeanInfo, RadarGraphBeanInfo, XYScatterGraphBeanInfo
- public abstract class GraphPanelBeanInfo
- extends ComponentBeanInfo
Abstact Class for all Graphs BeanInfo.
| Fields inherited from interface java.beans.BeanInfo |
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 |
| Methods inherited from class com.elegantj.beaninfo.SimpleBeanInfo |
add, createBeanDescriptor, createBeanDescriptor, createBeanDescriptor, createImage, getBeanDescriptor, getEventSetDescriptors, getIcon, getIndexedPropertyDescriptor, getMethodDescriptors, getPropertyDescriptor, getPropertyDescriptor, getReadOnlyPropertyDescriptor, getWriteOnlyPropertyDescriptor, init, removePropertyDescriptor, removePropertyDescriptors |
| Methods inherited from class java.beans.SimpleBeanInfo |
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, loadImage |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphPanelBeanInfo
public GraphPanelBeanInfo()
getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
- Description copied from class:
SimpleBeanInfo
- Denies knowledge of properties.
- Specified by:
getPropertyDescriptors in interface java.beans.BeanInfo- Overrides:
getPropertyDescriptors in class SimpleBeanInfo
- Returns:
- An array of PropertyDescriptor describing the editable properties supported by this bean. May return null if the information should be obtained by automatic analysis.
If a property is indexed, then its entry in the result array will belong to the IndexedPropertyDescriptor subclass of PropertyDescriptor. A client of getPropertyDescriptors can use "instanceof" to check if a given PropertyDescriptor is an IndexedPropertyDescriptor.
A subclass of this class should override this method
getCommonPropertyDescriptors
protected java.beans.PropertyDescriptor[] getCommonPropertyDescriptors()
getBackgroundPropertyDescriptors
protected java.beans.PropertyDescriptor[] getBackgroundPropertyDescriptors()
getGraphAreaPropertyDescriptors
protected java.beans.PropertyDescriptor[] getGraphAreaPropertyDescriptors()
getMouseoverPropertyDescriptors
protected java.beans.PropertyDescriptor[] getMouseoverPropertyDescriptors()
getTooltipPropertyDescriptors
protected java.beans.PropertyDescriptor[] getTooltipPropertyDescriptors()
getTitlePropertyDescriptors
protected java.beans.PropertyDescriptor[] getTitlePropertyDescriptors()
getXAxisPropertyDescriptors
protected java.beans.PropertyDescriptor[] getXAxisPropertyDescriptors()
getYAxisPropertyDescriptors
protected java.beans.PropertyDescriptor[] getYAxisPropertyDescriptors()
getZAxisPropertyDescriptors
protected java.beans.PropertyDescriptor[] getZAxisPropertyDescriptors()
For any feedback, suggestion, or query, please revert back to support@elegantcharts.com
Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjcharts.com
All Rights Reserved.