ElegantJCharts Java API Specification v2.0

com.elegantj.graphx.candle
Class CandleGraphBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--com.elegantj.beaninfo.SimpleBeanInfo
              |
              +--com.elegantj.beaninfo.ComponentBeanInfo
                    |
                    +--com.elegantj.graphx.GraphPanelBeanInfo
                          |
                          +--com.elegantj.graphx.candle.CandleGraphBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class CandleGraphBeanInfo
extends GraphPanelBeanInfo

This Class provides description of the properties and editors for the Candle Graph.


Field Summary
 
Fields inherited from class com.elegantj.beaninfo.SimpleBeanInfo
beanDescriptor, beanIcon
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
CandleGraphBeanInfo()
           
 
Method Summary
 java.lang.Class getBeanClass()
           
 java.beans.BeanDescriptor getBeanDescriptor()
          Denies knowledge about the class and customizer of the bean
 java.lang.String getBeanName()
           
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Denies knowledge of properties.
protected  void init()
          Initializes the Bean Info
 
Methods inherited from class com.elegantj.graphx.GraphPanelBeanInfo
getBackgroundPropertyDescriptors, getCommonPropertyDescriptors, getGraphAreaPropertyDescriptors, getMouseoverPropertyDescriptors, getTitlePropertyDescriptors, getTooltipPropertyDescriptors, getXAxisPropertyDescriptors, getYAxisPropertyDescriptors, getZAxisPropertyDescriptors
 
Methods inherited from class com.elegantj.beaninfo.SimpleBeanInfo
add, createBeanDescriptor, createBeanDescriptor, createBeanDescriptor, createImage, getEventSetDescriptors, getIcon, getIndexedPropertyDescriptor, getMethodDescriptors, getPropertyDescriptor, getPropertyDescriptor, getReadOnlyPropertyDescriptor, getWriteOnlyPropertyDescriptor, 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
 

Constructor Detail

CandleGraphBeanInfo

public CandleGraphBeanInfo()
Method Detail

getBeanClass

public java.lang.Class getBeanClass()

getBeanName

public java.lang.String getBeanName()

init

protected void init()
Description copied from class: SimpleBeanInfo
Initializes the Bean Info

Specified by:
init in class SimpleBeanInfo

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()
Description copied from class: SimpleBeanInfo
Denies knowledge about the class and customizer of the bean

Specified by:
getBeanDescriptor in interface java.beans.BeanInfo
Overrides:
getBeanDescriptor in class SimpleBeanInfo
Returns:
BeanDescriptor providing overall information about the bean, such as its displayName, its customizer, etc. May return null if the information should be obtained by automatic analysis

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 GraphPanelBeanInfo
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

ElegantJCharts Java API Specification v2.0

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.